Register

Closed Thread

Junior Member

Join Date: Mar 2008
Posts: 4
 
11-21-2008, 08:35 AM
Default php5.26 include/require error

We updata vps to php5.26 with Easy::Apache v3.2.0 Build 4523
we get include error

Warning: require(/home/clicks/public_html/inc/frame/frame.php) [function.require]: failed to open stream: Permission denied in /home/abruzzo3/public_html/inc/frame.php on line 2

Fatal error: require() [function.require]: Failed opening required '/home/clicks/public_html/inc/frame/frame.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/abruzzo3/public_html/inc/frame.php on line 2

How can we fix this?
riccardo is offline
Senior Member

Join Date: Dec 2007
Posts: 359
 
11-21-2008, 10:34 AM
Default

You will need to change the permissions on the /home/clicks/public_html/inc/frame/frame.php file - here is what you should do from an SSH session:
  • Run ls -la /home/clicks/public_html/inc/frame/frame.php to see what the present permissions are for the file (see this ls guide or run man ls for details on using ls)
  • Run chmod 755 /home/clicks/public_html/inc/frame/frame.php (replace 755 with the appropriate permissions if necessary - see this chmod guide or run man chmod for details on using chmod)
DanL@Spry is offline
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 07:42 PM. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 VBulletin Skin by ForumMonkeys.