Version 3.15 crashes website
-
After updating to Content Aware Sidebars Version 3.15, my website was unable to load. I got the error message:
Fatal error: Cannot use isset() on the result of an expression (you can use “null !== expression” instead) in /home/…/public_html/plugins/content-aware-sidebars-admin/admin_bar.php on line 135
I had to go into my c-panel to access the php file and edit line 135 from:
if (isset(self::DOCS_MAP[$module->get_id()])) {
to
if (null !== (self::DOCS_MAP[$module->get_id()])) {
I’m not sure if this change breaks anything else, but my site is loading for now.
Please update the plugin to avoid this error in your next release.
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘Version 3.15 crashes website’ is closed to new replies.