PDA

View Full Version : A little problem with MYSQL


genesis2012
9-24-07, 04:49 PM
hi; i created a php script in http://genesis2012.powweb.com/phpbb and i have a 500 internal erro...somebody helpme... please... i donīt know if i have to enable something in OPS because every time i open a PHP file i have the 500 internal problem

IanS
9-25-07, 04:01 AM
Did you enable CGI? This needs to be done to run PHP scripts and is done in OPS. You need to wait for the twice daily cycle to see it active.

dmacminn
9-25-07, 10:42 AM
The CGI is enabled on the account at present... if its still happening, you need to verify that the .htaccess and/or the calling script are correct -- there are lots of ways to generate a 500 (Internal Server Error) -- and, as some have noted, the systen will occasionally fail a CGI call and deliver that when its busy or something else messes up ...
If you get them consistently, its usually something wrong in a script -- verify that you can run a test script, and you'll see that the CGI itself (PHP language services) is working on your account...

YvetteKuhns
9-25-07, 11:08 AM
http://genesis2012.powweb.com/index.htm shows a blank page while index with another extension give a file not found error. http://genesis2012.powweb.com/phpbb/index.php shows a file not found error.

Did you install your phpbb in a folder called phpbb inside the htdocs folder? Did you change your .htaccess to redirect from index.htm to phpbb/index.php?