2023-03-22, 10:58 AM
2023-03-22, 12:28 PM
You'd need to check the server error log to see what is causing the 500, it's a very generic error message.
2023-03-22, 02:26 PM
[10-Mar-2023 14:42:57 UTC] PHP Fatal error: require_once(): Failed opening required '/home/storiesp/public_html/inc/plugins/pluginlibrary.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/storiesp/public_html/inc/plugins/fastyle.php on line 142
[10-Mar-2023 14:43:07 UTC] PHP Fatal error: require_once(): Failed opening required '/home/storiesp/public_html/inc/plugins/pluginlibrary.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/storiesp/public_html/inc/plugins/fastyle.php on line 142
[10-Mar-2023 14:43:12 UTC] PHP Fatal error: require_once(): Failed opening required '/home/storiesp/public_html/inc/plugins/pluginlibrary.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/storiesp/public_html/inc/plugins/fastyle.php on line 142
[16-Mar-2023 16:48:33 UTC] PHP Fatal error: Uncaught Error: Call to a member function read() on null in /home/storiesp/public_html/inc/plugins/googleanalytics.php:73
Stack trace:
#0 /home/storiesp/public_html/admin/modules/config/plugins.php(439): googleanalytics_activate()
#1 /home/storiesp/public_html/admin/index.php(830): require('/home/storiesp/...')
#2 {main}
thrown in /home/storiesp/public_html/inc/plugins/googleanalytics.php on line 73
[16-Mar-2023 16:48:43 UTC] PHP Fatal error: Uncaught Error: Call to a member function read() on null in /home/storiesp/public_html/inc/plugins/googleanalytics.php:73
Stack trace:
#0 /home/storiesp/public_html/admin/modules/config/plugins.php(439): googleanalytics_activate()
#1 /home/storiesp/public_html/admin/index.php(830): require('/home/storiesp/...')
#2 {main}
thrown in /home/storiesp/public_html/inc/plugins/googleanalytics.php on line 73
[16-Mar-2023 17:20:41 UTC] PHP Fatal error: Uncaught Error: Call to a member function read() on null in /home/storiesp/public_html/inc/plugins/googleanalytics.php:73
Stack trace:
#0 /home/storiesp/public_html/admin/modules/config/plugins.php(439): googleanalytics_activate()
#1 /home/storiesp/public_html/admin/index.php(830): require('/home/storiesp/...')
#2 {main}
thrown in /home/storiesp/public_html/inc/plugins/googleanalytics.php on line 73
I also facing same issues
2023-03-22, 02:36 PM
Failed opening required '/home/storiesp/public_html/inc/plugins/pluginlibrary.php' in /home/storiesp/public_html/inc/plugins/fastyle.php
This error suggests the plugin library is required for the fastyle plugin.
PHP Fatal error: Uncaught Error: Call to a member function read() on null in /home/storiesp/public_html/inc/plugins/googleanalytics.php:73
Looking at the plugin code, it is a bug, it is using the $cache variable but it hasn't been globalised.