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?
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?