If I try to pick "Manage Files" in the manager i get thid error:
Warning: dir() [function.dir]: open_basedir restriction in effect. File(/var/www/web24/html) is not within the allowed path(s): (/var/www/web24/html/:/var/www/web24/phptmp/:/var/www/web24/files/:/var/www/web24/atd/) in /var/www/web24/html/manager/actions/static/files.static.action.php on line 488
Warning: dir(/var/www/web24/html) [function.dir]: failed to open dir: Operation not permitted in /var/www/web24/html/manager/actions/static/files.static.action.php on line 488
Fatal error: Call to a member function read() on a non-object in /var/www/web24/html/manager/actions/static/files.static.action.php on line 491
Anybody knows how to fix this?
error in Manage Files
Started by poulR, Feb 10 2010 10:03 PM
3 replies to this topic
#1
Posted 10 February 2010 - 10:03 PM
#2
Posted 11 February 2010 - 12:26 AM
As I recall, that isn't an Etomite error but, rather, a server side security restriction... Sounds like the server has been configured to disallow the dir() function which is then causing a cascading error with read()... This, essentially, renders the Manage Files feature useless...
You should be able to check for disabled functions and classes by going to Etomite Manager > System Info > Server Information > View and look for disable_classes and disable_functions...
Hope this helps...
You should be able to check for disabled functions and classes by going to Etomite Manager > System Info > Server Information > View and look for disable_classes and disable_functions...
Hope this helps...
#3
Posted 11 February 2010 - 10:28 AM
Ralph, on 11 February 2010 - 12:26 AM, said:
As I recall, that isn't an Etomite error but, rather, a server side security restriction... Sounds like the server has been configured to disallow the dir() function which is then causing a cascading error with read()... This, essentially, renders the Manage Files feature useless...
You should be able to check for disabled functions and classes by going to Etomite Manager > System Info > Server Information > View and look for disable_classes and disable_functions...
Hope this helps...
You should be able to check for disabled functions and classes by going to Etomite Manager > System Info > Server Information > View and look for disable_classes and disable_functions...
Hope this helps...
In the srver setup I can choose: PHP safe_mode yes/no ; PHP open_basedir yes/no
tried to change, but didnt fix the error.
#4
Posted 11 February 2010 - 02:13 PM
If you see classes or functions that have been disabled, you won't be able to override the settings to re-enable them yourself... Once disabled at the server level they can only be re-enabled by the hosting companies support staff if they choose to do so...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users










