PHP Errors
-
hi, I’m getting a few errors on my site. Currently running php 7.4 WP 5.9.1 and latest W3TotalCache.
I’m wondering if the issue with the Root_Loader.php is causing the website not to load all of its content when cache is cleared unless all pages are visited manually. (Its a pain, I had to create an app to load the pages one by one).
PHP Warning: include_once(…/public_html/wp-content/plugins): failed to open stream: Success in …/public_html/wp-content/plugins/w3-total-cache/Root_Loader.php on line 155
PHP Warning: include_once(): Failed opening ‘…/public_html/wp-content/plugins/’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in …/public_html/wp-content/plugins/w3-total-cache/Root_Loader.php on line 155and Line 615 Minify_Plugin.php below is depreciated
case ( is_paged() && ( $template_file = get_paged_template() ) ):PHP Deprecated: get_paged_template is deprecated since version 4.7.0 with no alternative available.
- The topic ‘PHP Errors’ is closed to new replies.