kirk maxking Posted August 1 Share Posted August 1 i am getting this eror in prestashop 8.1.5 as soon as i open a product to edit Warning: Trying to access array offset on value of type bool PrestaShop\PrestaShop\Core\Exception\ CoreException in classes/Hook.php (line 431) } } } catch (Exception $e) { $environment = ServiceLocator::get('\\PrestaShop\\PrestaShop\\Adapter\\Environment'); if ($environment->isDebug()) { throw new CoreException($e->getMessage(), $e->getCode(), $e); } } return ''; } is there a easy fix for this or is it a complex situation that i need to get a professional? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted August 2 Share Posted August 2 This is just a warning, disable debug mode. If you really want to fix it you need to open an issue on Github Link to comment Share on other sites More sharing options...
kirk maxking Posted August 2 Author Share Posted August 2 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now