| Author |
Post |
|
|
#1 Sun Aug 12, 2007 2:44 am
|
|
Member
Registered: Aug 2007
Posts: 5
|
when i try to install it i get this error UseBB General Error An error was encountered. We apologize for any inconvenience.
In file sources/functions.php on line 2462:
E_WARNING - opendir() [function.opendir]: SAFE MODE Restriction in effect. The script whose uid is 5511 is not allowed to access ../languages owned by uid 2003 This error should probably not have occured, so please report it to the webmaster. Thank you for your help.
If you are the webmaster of this board and you believe this is a bug, please send a bug report.
« Last edit by Dietrich on Wed Aug 15, 2007 10:53 am. »
|
|
|
#2 Sun Aug 12, 2007 8:08 am
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
This is not a bug but a server misconfiguration. Make sure all PHP files have the same owner/group set.
|
|
|
#3 Wed Aug 15, 2007 1:20 am
|
|
Member
Registered: Aug 2007
Posts: 5
|
how do i Make sure all PHP files have the same owner/group set « Last edit by Dietrich on Wed Aug 15, 2007 10:48 am. »
|
|
|
#4 Wed Aug 15, 2007 10:51 am
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
I don't know whether you can use FTP to change the user (probably not). You could try changing the permissions but I doubt if that would work for your problem. You could use chown if you had shell access: find . -name "*.php" -exec chown user {} \;If it doesn't work, contact your host. Note we do not officially support safe mode. « Last edit by Dietrich on Wed Aug 15, 2007 10:54 am. »
|