Hello Team.
My client recently purchased a pro theme but on activation, we got a critical error
An error of type E_COMPILE_ERROR was caused in line 300 of the file /home3/orchidcs/public_html/wp-content/themes/luzuk/functions.php. Error message: require(): Failed opening required ‘/home3/orchidcs/public_html/wp-content/themes/luzuk/inc/custom-header.php’ (include_path=’.:/opt/php71/lib/php’)
How can I fix this?.
Thank you
]]>Hi, I received the following error upon activation:
Warning: require(/home/collage1/public_html/wp-content/plugins/woocommerce/src/Autoloader.php): failed to open stream: No such file or directory in /home/collage1/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 24
Warning: require(/home/collage1/public_html/wp-content/plugins/woocommerce/src/Autoloader.php): failed to open stream: No such file or directory in /home/collage1/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 24
Fatal error: require(): Failed opening required ‘/home/collage1/public_html/wp-content/plugins/woocommerce/src/Autoloader.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’) in /home/collage1/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 24
How can I solve this? I try to uninstall and reinstall again WooCommerce still having the same problem.
]]>Hello, I received the following error upon activation:
Warning: require_once(/home/wpnathan/public_html/wp-content/plugins/admin-bug-report/vendor/autoload.php): failed to open stream: No such file or directory in /home/wpnathan/public_html/wp-content/plugins/admin-bug-report/includes/class-admin-bug-report.php on line 117
Fatal error: require_once(): Failed opening required ‘/home/wpnathan/public_html/wp-content/plugins/admin-bug-report/vendor/autoload.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’) in /home/wpnathan/public_html/wp-content/plugins/admin-bug-report/includes/class-admin-bug-report.php on line 117
Fatal Error (hide details) (remove)
The site encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.
Error Message
Fatal Error: require_once(): Failed opening required ‘/home/wpnathan/public_html/wp-content/plugins/admin-bug-report/vendor/autoload.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’) in /home/wpnathan/public_html/wp-content/plugins/admin-bug-report/includes/class-admin-bug-report.php on line 117
Description
The Admin Bug Report plugin code created an error that caused PHP execution to fail.
A required file (/home/wpnathan/public_html/wp-content/plugins/admin-bug-report/vendor/autoload.php) was unable to be loaded since it does not exist. This error typically indicates that the code has a typo (require_once(‘hom.php’) rather than require_once(‘home.php’)) or that the file is actually missing. Try uploading the plugin again to see if that fixes the problem.
Solutions
Invalid code modifications can cause this problem. If you have made any modifications to the plugin, remove them and try to load the site again.
It is possible that this plugin’s code is out of date and that an upgrade is available. Check with the plugin’s author to see if an upgrade is available.
There may be a conflict with another plugin running on the site. Try upgrading the other plugins on the site. A plugin conflict can be ruled out by deactivating all the other active plugins on the site and checking to see if the error still occurs.
The Admin Bug Report plugin may not have been fully uploaded. Uploading the plugin again could fix the issue. Important: If you do this, you will lose any modifications made to the plugin.
Error Source Details
Type Plugin
Name Admin Bug Report
Version 1.0.0
Author David B
Path /home/wpnathan/public_html/wp-content/plugins/admin-bug-report
File includes/class-admin-bug-report.php
Other Software Details
WordPress Version 4.9.8
PHP Version 7.2.12
Full Error Details
Type Zend Compile-Time Error (E_COMPILE_ERROR)
Message require_once(): Failed opening required ‘/home/wpnathan/public_html/wp-content/plugins/admin-bug-report/vendor/autoload.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’)
File /home/wpnathan/public_html/wp-content/plugins/admin-bug-report/includes/class-admin-bug-report.php
Line 117
Type Description This type of error indicates that the PHP code is violating a restriction enforced by PHP. An example of such a violation is trying to use a reserved word for a class or function name.