Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
REMOVED.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="NSA" data-source="post: 204644" data-attributes="member: 10034"><p>Things to check </p><p> </p><ul> <li data-xf-list-type="ul">The web server user (often <span style="font-family: 'Consolas'">apache</span>) executing the web script needs read ("r") permission on the included file. The web server user is usually different than the user who wrote the files.</li> <li data-xf-list-type="ul">Check that all the parent directories of the included file have the appropriate execute ("x") permission set.</li> <li data-xf-list-type="ul">The <a href="http://www.php.net/manual/en/ini.sect.safe-mode.php" target="_blank"><span style="color: #4a6b82">open_basedir</span></a> php.ini setting. If this is configured to be on, you might have a limited set of file opening permissions.</li> </ul><p><span style="font-family: 'Arial'"><span style="color: #000000"><span style="font-size: 14px">Source: </span></span></span><a href="http://stackoverflow.com/questions/1197493/require-once-failed-to-open-stream-permission-denied" target="_blank">http://stackoverflow.com/questions/1197493/require-once-failed-to-open-stream-permission-denied</a></p></blockquote><p></p>
[QUOTE="NSA, post: 204644, member: 10034"] Things to check [LIST] [*]The web server user (often [FONT=Consolas]apache[/FONT]) executing the web script needs read ("r") permission on the included file. The web server user is usually different than the user who wrote the files. [*]Check that all the parent directories of the included file have the appropriate execute ("x") permission set. [*]The [URL='http://www.php.net/manual/en/ini.sect.safe-mode.php'][COLOR=#4a6b82]open_basedir[/COLOR][/URL] php.ini setting. If this is configured to be on, you might have a limited set of file opening permissions. [/LIST] [FONT=Arial][COLOR=#000000][SIZE=14px]Source: [/SIZE][/COLOR][/FONT][URL]http://stackoverflow.com/questions/1197493/require-once-failed-to-open-stream-permission-denied[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
REMOVED.
Top