FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » Internal Server Error upon going RC1 >> RC2 ([solved])
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Internal Server Error upon going RC1 >> RC2 [message #160668] Sun, 11 October 2009 16:27 Go to next message
nozafc is currently offline  nozafc   
Messages: 75
Registered: April 2009
Karma: 0
Member
Quote:
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Checked the server logs and found this

Quote:
[Sun Oct 11 18:16:56 2009] [error] [client 94.173.9.242] SoftException in Application.cpp:508: Directory "/vhosts/thetoppaforum.com/httpdocs/newToppa/adm" is writeable by group, referer: http://thetoppaforum.com/
[Sun Oct 11 18:16:56 2009] [error] [client 94.173.9.242] Premature end of script headers: consist.php, referer: http://thetoppaforum.com/


The site works like viewing threads etc but the error occurs when viewing the acp


Any ideas ?

The upgrade worked fine on my offline setup.
Re: Internal Server Error upon going RC1 >> RC2 [message #160669 is a reply to message #160668] Sun, 11 October 2009 16:30 Go to previous messageGo to next message
nozafc is currently offline  nozafc   
Messages: 75
Registered: April 2009
Karma: 0
Member
Never mind, sussed it

I had to 755 the /httpdocs/testForum/adm folder. It was 777 for some reason.
Re: Internal Server Error upon going RC1 >> RC2 [message #160670 is a reply to message #160669] Sun, 11 October 2009 17:45 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
I'm currently busy upgrading my personal sites to RC2. You had me worried for a moment Smile
Re: Internal Server Error upon going RC1 >> RC2 [message #160902 is a reply to message #160668] Thu, 05 November 2009 22:42 Go to previous messageGo to next message
nozafc is currently offline  nozafc   
Messages: 75
Registered: April 2009
Karma: 0
Member
I'd just like to point out this happened again when updating from RC2 >> final

Not that I was bothered as this time I knew what it was

Any idea why it would happen though because it obviously changes the permissions to 777 and then won't work till I change them back to 775

Anyway a timely bump in case any body has the same

I'm just about to upgrade my live site so I'll report back if it happens on that upgrade (2.8.1 >> final)
Re: Internal Server Error upon going RC1 >> RC2 [message #160945 is a reply to message #160902] Sat, 07 November 2009 11:15 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
$perm = (($GLOBALS['FUD_OPT_2'] & 8388608) && !strncmp(PHP_SAPI, 'apache', 6)) ? 0711 : 0777;
if (@is_dir($dir)) {
                @chmod($dir, $perm);
                return 1;
        }


Do you use an Apache web server?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: some heavy changes possible?
Next Topic: FUDforum 2.0 CVS Access
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 21 12:36:30 GMT 2024

Total time taken to generate the page: 0.02260 seconds