UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » Safe mode and file owners

Safe mode and file owners

Moderators: Gaia.

Page: 1

Author Post
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. »
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.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
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. »
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.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
« Last edit by Dietrich on Wed Aug 15, 2007 10:54 am. »

Page: 1

UseBB Community » Help & Support » Safe mode and file owners

UseBB Community is powered by UseBB 1 Forum Software