Billy Posted October 12, 2021 Share Posted October 12, 2021 (edited) Presta 1.7.8.0 error_log went from "100 mb" to over "3 gigs" in less than a week? Here are the examples... --- This is a major problem. Php 7.4 Presta 1.7.8.0. One fatal error looks like it has something to do with "pear packages"? Notice the time stamp keeps changing from ( US/Eastern to UTC time ) ??? I have never seen time switch in a error_log. [11-Oct-2021 13:01:44 US/Eastern] PHP Fatal error: Uncaught --> Smarty: 0():Missing '$template' parameter <-- thrown in /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php on line 177 [09-Oct-2021 09:57:36 UTC] PHP Fatal error: require(): Failed opening required '/home/***/public_html/vendor/composer/../symfony/polyfill-intl-normalizer/bootstrap.php' (include_path='/home/***/public_html/vendor/pear/pear_exception:/home/***/public_html/vendor/pear/pear-core-minimal/src:/home/***/public_html/vendor/pear/archive_tar:/home/***/public_html/vendor/pear/console_getopt:.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/***/public_html/vendor/composer/autoload_real.php on line 75 [09-Oct-2021 09:57:36 UTC] PHP Warning: require(/home/***/public_html/vendor/composer/../symfony/polyfill-intl-normalizer/bootstrap.php): failed to open stream: No such file or directory in /home/***/public_html/vendor/composer/autoload_real.php on line 75 [09-Oct-2021 12:13:25 US/Eastern] PHP Warning: proc_open() has been disabled for security reasons in /home/***/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 299 [09-Oct-2021 12:13:25 US/Eastern] PHP Warning: stream_set_blocking() expects parameter 1 to be resource, null given in /home/***/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 300 [09-Oct-2021 12:13:25 US/Eastern] PHP Warning: stream_get_contents() expects parameter 1 to be resource, null given in /home/***/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 301 [09-Oct-2021 05:56:55 US/Eastern] PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/***/public_html/classes/module/Module.php on line 343 [09-Oct-2021 05:56:55 US/Eastern] PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/***/public_html/src/Adapter/EntityMapper.php on line 99 [09-Oct-2021 05:56:55 US/Eastern] PHP Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/***/public_html/src/Adapter/EntityMapper.php on line 85 Edited October 12, 2021 by Billy (see edit history) Link to comment Share on other sites More sharing options...
Billy Posted October 12, 2021 Author Share Posted October 12, 2021 [09-Oct-2021 09:57:36 UTC] PHP Warning: require(/home/***/public_html/vendor/composer/../symfony/polyfill-intl-normalizer/bootstrap.php): failed to open stream: No such file or directory in /home/***/public_html/vendor/composer/autoload_real.php on line 75 So in the file autoload_real.php from above I have line 75, 76, 77 & 78. However the file has one empty line at the bottom. So I took out the white space in the hopes it might work. Now with white space gone the line numbers of code changed. So now the code below is line 74, 75, 76 & 77. I hope that makes sense. Does anyone see anything wrong with the code from autoload_real.php? if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; Link to comment Share on other sites More sharing options...
Billy Posted October 12, 2021 Author Share Posted October 12, 2021 public_html/vendor/composer/../symfony/polyfill-intl-normalizer/bootstrap.php None of that is in the presta download below the composer folder. None of that is in the folder below composer either after fresh install. So why is presta calling for ghost folders and a file? I can't replace files that I do not have from "install" and or "fresh downloaded" packages? So what the heck do you now? Calling all ghosts!!! 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