Log in

View Full Version : server changed hard drive - now error - Warning: Unknown: failed to open stream:


jilly
06-02-2012, 06:42 PM
so when we click on the arcade link in the nav bar, we get:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/home/jilly/public_html/forums/arcade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0


I am using VB 3.8.1
and when I click on Arcade Main Settings in the admin section, I get:

Warning: require(./arcade/functions/functions.php) [function.require]: failed to open stream: Permission denied in [path]/admincp/arcade.php on line 37

Warning: require(./arcade/functions/functions.php) [function.require]: failed to open stream: Permission denied in [path]/admincp/arcade.php on line 37

Fatal error: require() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jilly/public_html/forums/admincp/arcade.php on line 37

--------------- Added 1338671703 at 1338671703 ---------------

Okay, just to be sure I had the latest version, I redownloaded the arcade, reuploaded it and reinstalled so i am using 2.7.2 - now the error from the nav bar remains the same,
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/home/jilly/public_html/forums/arcade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0

and if i hit arcade main settings in admincp, i get:

Warning: opendir(./arcade/lang) [function.opendir]: failed to open dir: Permission denied in [path]/admincp/arcade.php on line 655

Warning: readdir(): supplied argument is not a valid Directory resource in [path]/admincp/arcade.php on line 657

Warning: closedir(): supplied argument is not a valid Directory resource in [path]/admincp/arcade.php on line 681

Thunderbird8
06-04-2012, 08:47 AM
Ensure the files are readable by the webserver. If PHP is running as an Apache module, it'll be running under the same user Apache is (usually "nobody").

jilly
06-09-2012, 10:30 PM
Thank you thunderbird, i told my web host this, and that's what it needed! Now it works!!

Hippy
06-10-2012, 11:23 AM
Ensure the files are readable by the webserver. If PHP is running as an Apache module, it'll be running under the same user Apache is (usually "nobody").

thanks for helping out..
wish more can get in volved.. :up: