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

Home » FUDforum » FUDforum Installation Issues » 500:Internal Server Error
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
500:Internal Server Error [message #4209] Thu, 18 July 2002 11:47 Go to next message
HS-78 is currently offline  HS-78   Germany
Messages: 27
Registered: July 2002
Location: Germany
Karma: 0
Junior Member
If I try to install the forum V2.2.3 I get an error 500:internal server error after step 1.

I don't know whats the reason for that, but is there a way to install the forum on a different server and simply copy the files to the new one?

Or any other solution?

Thnx in advance, HS.
Re: 500:Internal Server Error [message #4210 is a reply to message #4209] Thu, 18 July 2002 11:49 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Are you running php as cgi?

FUDforum Core Developer
Re: 500:Internal Server Error [message #4213 is a reply to message #4210] Thu, 18 July 2002 12:13 Go to previous messageGo to next message
HS-78 is currently offline  HS-78   Germany
Messages: 27
Registered: July 2002
Location: Germany
Karma: 0
Junior Member
Yes, php is running as cgi.(and because it is not my own server I can not change it - if that is important)
Re: 500:Internal Server Error [message #4214 is a reply to message #4213] Thu, 18 July 2002 12:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Check your error log from the webserver see why error 500 is occuring, it could be a configuration problem.

FUDforum Core Developer
Re: 500:Internal Server Error [message #4235 is a reply to message #4214] Fri, 19 July 2002 06:50 Go to previous messageGo to next message
HS-78 is currently offline  HS-78   Germany
Messages: 27
Registered: July 2002
Location: Germany
Karma: 0
Junior Member
Sorry I have no access to the error logs. Only to the access and ftp logs, but that doesn't help.

So is it possible to install the forum on my local Apache and transfer it via FTP to the other webserver? And what do I have to change for that in what config file?

Hope there is a way, HS.
Re: 500:Internal Server Error [message #4237 is a reply to message #4209] Fri, 19 July 2002 11:16 Go to previous messageGo to next message
HS-78 is currently offline  HS-78   Germany
Messages: 27
Registered: July 2002
Location: Germany
Karma: 0
Junior Member
Okay, I have it now done the following way:

- Installed the forum on my local server
- Copied all files and DB tables to the public webserver
- changed the GLOBALS.PHP, adm/GLOBALS.PHP and data/include/globals.php
- rebuilded the default theme

Now it looks like it is working fine ... so far.

CU, HS.
Re: 500:Internal Server Error [message #8167 is a reply to message #4209] Tue, 14 January 2003 17:45 Go to previous messageGo to next message
kowitsch is currently offline  kowitsch   Germany
Messages: 10
Registered: January 2003
Location: Germany
Karma: 0
Junior Member
Hello HS-78,

I have the same problem. Error 500 occurs directly after entry of the server-paths...
I don't have access to the error-logs as well.
My PHP 4.1.1 works fine. phpinfo() says:
System Linux infong 2.2.20-hap-2 #1 Fri Dec 14 17:08:09 CET 2001 m68k recovery
Build Date Mar 12 2002
Configure Command './configure' '--with-mysql=/usr' '--with-zlib'
 '--enable-debug=no' '--enable-safe-mode=no' '--enable-discard-path=no' '--with-gd' 
'--with-png-dir=/usr/local/lib' '--enable-track-vars' '--with-db' 
'--with-gdbm' '--enable-force-cgi-redirect' 
'--with-ttf=/usr/src/abcdserver/freetype-1.2/' '--enable-ftp' 
'--with-mcrypt' '--enable-dbase' '--enable-memory-limit' 
'--enable-calendar' '--enable-wddx' '--enable-trans-sid' 
'--with-jpeg-dir=/usr/src/abcdserver/jpeg-6b' '--enable-bcmath' 
'--enable-gd-imgstrttf' '--enable-shmop' '--enable-mhash' 
'--with-mhash=/usr/src/abcdserver/mhash-0.8.9/' '--with-openssl' 
'--enable-xslt' '--with-xslt-sablot' '--with-imap' '--with-curl' 
'--with-iconv'
Server API CGI
Virtual Directory Support disabled
Configuration File (php.ini)Path /usr/local/lib/php.ini
ZEND_DEBUG disabled
Thread Safety disabled


The other hints concerning error 500 in the installation issues forum didn't work for me, although my provider has the same setting as holger.linge's puretec in thread:Step 1: Error 500. Maybe I didn't understand the solution provided there.

I will try your approach.

Bye Kowi
Re: 500:Internal Server Error [message #8169 is a reply to message #8167] Tue, 14 January 2003 18:24 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Error 500 is a CGI error that most likely the result of php-cgi not being configured correctly.

FUDforum Core Developer
Re: 500:Internal Server Error - config-file for install.php? [message #8170 is a reply to message #8167] Tue, 14 January 2003 18:26 Go to previous messageGo to next message
kowitsch is currently offline  kowitsch   Germany
Messages: 10
Registered: January 2003
Location: Germany
Karma: 0
Junior Member
I read a bit and realized that my provider allows max. 6 secs of cpu-time for a script.
Could this be the obstacle of my installation?

They allow me to run scripts for a longer period in a protected area. But this area is not interactive. It's like a command line. You have to specify the script and the input. Afterwards the output or error is presented.

My question:
Is there a possibility to make all entries for the install script in advance in a config file or to define the variables somewhere inside install.php?

  • In this case I could use the aforementioned special area of my provider.
  • Such an option would also allow for unattended setup.

Thank you very much for your answer.

Kowi
Re: 500:Internal Server Error [message #8172 is a reply to message #4209] Tue, 14 January 2003 19:34 Go to previous messageGo to next message
kowitsch is currently offline  kowitsch   Germany
Messages: 10
Registered: January 2003
Location: Germany
Karma: 0
Junior Member
To HS-78,

did you encounter any problems running the forum after your successfull "work-around" installation?

I appreciate your reply.

Kowi
Re: 500:Internal Server Error [message #8180 is a reply to message #8172] Wed, 15 January 2003 12:05 Go to previous messageGo to next message
kowitsch is currently offline  kowitsch   Germany
Messages: 10
Registered: January 2003
Location: Germany
Karma: 0
Junior Member
kowitsch wrote on Tue, 14 January 2003 14:34

To HS-78,

did you encounter any problems running the forum after your successfull "work-around" installation?


I contacted HS-78 directly. He told me, that the forum works o.k. since 6 months already.

Kowi
Re: 500:Internal Server Error - config-file for install.php? [message #8184 is a reply to message #8170] Wed, 15 January 2003 15:04 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That could indeed be a problem, depending on the speed of the machine certain steps like file decompression & theme compiling MAY take longer then 6 seconds to execute.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problem on step 2 installing fud 2.3.6
Next Topic: gzuncompress
Goto Forum:
  

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

Current Time: Wed Jun 26 21:20:40 GMT 2024

Total time taken to generate the page: 0.02581 seconds