skip to Main Content

Woocommerce – wordpress failed to open stream error whereas working nice in localhost

i am doing in wordpress 5.3 the pulgin for woocommerce is showing this msgs Warning: require_once(/home/sitename/public_html/1): failed to open stream: Success in /home/sitename/public_html/wp-content/plugins/learnpress-woo-payment/incs/load.php on line 80 Fatal error: require_once(): Failed opening required '1' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/sitename/public_html/wp-content/plugins/learnpress-woo-payment/incs/load.php on line 80 above…

VIEW QUESTION

PHP file path error for autoloader – CPanel

Here is my file structure on my cpanel webserver root > vendor > autoload.php > public_html > folder > file2.php > script_folder > include_file.php > file1.php Inside include_file.php I have require_once('../vendor/autoload.php'); file1.php and file2.php both contain the same call to…

VIEW QUESTION
Back To Top
Search