Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Notice: Trying to access array offset on value of type bool in /usr/www/users/easygrb/storage/modification/catalog/controller/startup/startup.php on line 169

/// ! This is an error that is likely related to upgrading PHP version above 7.3 ! 

// Find this line of code in the file
if (isset($this->session->data['shipping_address'])) {

// Replace it with this line of code
if (isset($this->session->data['shipping_address']['country_id']) && isset($this->session->data['shipping_address']['zone_id'])) {
  
/// I hope that this helps you! Happy coding <3 
 
PREVIOUS NEXT
Tagged: #Trying #access #array #offset #type #bool #line
ADD COMMENT
Topic
Name
8+3 =