FUDforum incompatible with phpsuexec [message #32795] |
Sat, 22 July 2006 10:52 |
TonyMarston
Messages: 32 Registered: April 2006 Location: Surrey, UK
Karma:
|
Member |
|
|
My hosting company has decided, for security reasons, to enable phpsuexec on all of its servers. This basically runs PHP as CGI instead of an Apache module, but one of the side effects is that it is no longer possible to put any PHP directves in a .htaccess file - they all have to go into a local php.ini file instead. I have changed all my .htaccess files accordingly, and everything works except FUDforum which throws up the following errors on each page:
Warning: fud_use(/home/radicore/FUDforum/include/theme/default/err.inc): failed to open stream: Permission denied in /home/radicore/FUDforum/include/core.inc on line 69
Warning: fud_use(): Failed opening '/home/radicore/FUDforum/include/theme/default/err.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/radicore/public_html /inc') in /home/radicore/FUDforum/include/core.inc on line 69
The page then renders without any css styling whatsoever, so it looks pretty grim.
I've tried uninstalling and reinstalling FUDforum, but it failed completely, so now I have no forum at all.
Is there a way around this, or is it not possible for FUDforum to run with phpsuexec enabled?
Tony Marston
|
|
|