Critical PHP Error: Log
-
I see in the most recent update you added logging for debugging:
Added: Logging functionality to help aid with debugging and the plugin not working as needed or expected.
I am currently on Pantheon managed WordPress host which has a read-only plugin/theme policy on it’s file system (excluding uploads) and am getting the following fatal php error when in read-only environments:
Warning: require_once(/code/wp-content/plugins/constant-contact-forms/vendor/psr/log/vendor/autoload.php): failed to open stream: No such file or directory in /code/wp-content/plugins/constant-contact-forms/constant-contact-forms.php on line 550 Fatal error: require_once(): Failed opening required '/code/wp-content/plugins/constant-contact-forms/vendor/psr/log/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /code/wp-content/plugins/constant-contact-forms/constant-contact-forms.php on line 550
My initial thought is that the logging is trying to write to the plugin directory and failing when trying to load the file. But the error doesn’t really seem to suggest that as it can’t get to
autoload.php
.Any help would be appreciated.
Thanks!
Ryan
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Critical PHP Error: Log’ is closed to new replies.