twhite3000 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

Fatal error: require() [function.require]: Failed opening required '../../../vqmod/install/ugrsr.class.php' (include_path='.:/usr/local/php52/pear') in /home/candyvap/public_html/vqmod/install/index.php on line 38 #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NOTE THAT THIS IS FOR VQMOD ENGINE ERRORS ONLY. FOR GENERAL ERRORS FROM
MODIFICATIONS CONTACT YOUR DEVELOPER

What steps will reproduce the problem?
1.Just uploaded vqmod folder and got this error when testing : 
http://www.candyvape.com/vqmod/install/
2.change permissions on vmode folder to 777
3.change permissions to 777 for index.php

What is the expected output? What do you see instead?

Now get "Internal Server Error instead" of : SUCCESS MESSAGE

Please help

vQmod Version:2.3.2
Server Operating System: Apache version 2.2.24
OPENCART 1.5.5.1

Please provide any additional information below.

Just uploaded file. Host uses pulic_html do I need to update config.php file? 
Please provide any code.

thanks

-jon

Original issue reported on code.google.com by jellma...@gmail.com on 13 Jul 2013 at 5:37

GoogleCodeExporter commented 9 years ago
Sounds like your server has strict permissions in place, where it doesn't like 
777. Try 775 or 755 and see if that solves it. If not, contact your host as 
this is going to be a permission problem

Original comment by DJG6...@gmail.com on 13 Jul 2013 at 5:49

GoogleCodeExporter commented 9 years ago
Set install folder to 755
When i set the index.php file to 777, get "The page you requested cannot be 
found!"

When i set the index.php file to 755,  get error:  Fatal error: require() 
[function.require]: Failed opening required 
'../../../vqmod/install/ugrsr.class.php' 
(include_path='.:/usr/local/php52/pear') in 
/home/candyvap/public_html/vqmod/install/index.php on line 38

I'll contact my host any further suggestions....

Original comment by jellma...@gmail.com on 13 Jul 2013 at 5:57

GoogleCodeExporter commented 9 years ago
You should set the permissions for all folders within vqmod and the vqmod 
folder itself the same as the one that contains your vqmod folder (the one that 
has the index.php file in). You should then set all php files inside the vqmod 
folder to the same permissions as your index.php file - This should work since 
I'm assuming your OpenCart works with the same thing?

Original comment by DJG6...@gmail.com on 13 Jul 2013 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by DJG6...@gmail.com on 19 Jul 2013 at 10:08