This is a discussion on "open_basedir restriction in effect error in PHP" within the PHP Forum section. This forum, and the thread "open_basedir restriction in effect error in PHP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
open_basedir restriction in effect error in PHP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
open_basedir restriction in effect error in PHP
This must be one of the most annoying errors to get when working with php. This error occurs when PHP can't find the specified file in the include statement. This often occurs when a developer has built an application on their machine and uploaded the application to a shared hosting account or if they move the application to a sub folder.
An easy work around is to determine the path to the called file dynamically.
Ben Last edited by Rob; Feb 28th, 2008 at 10:57. Reason: making use of [php][/php] tag |
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| css hover effect error | jlbantang | Web Page Design | 6 | Oct 13th, 2007 12:30 |
| Keep getting error message Microsoft VBScript runtime error '800a01a8' | cpando1974 | Classic ASP | 2 | Aug 7th, 2007 12:00 |
| open_basedir work around | Gee Bee | PHP Forum | 0 | May 3rd, 2007 12:58 |
| Error 500 - Internal server error | JasonStanley | PHP Forum | 3 | Apr 23rd, 2007 17:56 |