PDA

View Full Version : 500 Internal Server Error at run install.php in wordpress


drprofumo
11-16-08, 03:30 PM
Hi
i'm tryng run the install.php from my wordpress 2.5.1, but i'm receiving this error

500 Internal Server Error
"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log."
this is my wp-config.php settings
define('DB_NAME', '<dbname>');
define('DB_USER', '<dbusername>');
define('DB_PASSWORD', '***********');
define('DB_HOST', '<username>.powwebmysql.com');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

whats wrong?

tpoynton
11-16-08, 03:39 PM
is CGI enabled?

IanS
11-16-08, 03:46 PM
Also, have the temp paths and session paths been set in the PHP.ini file (via OPS)?