Remarque: Essayer d'accéder au compensation du tableau sur la valeur de type bool dans /usr/www/users/easygrb/storage/modification/catalog/controller/startup/startup.php sur la ligne 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 
CoderHomie