[SOLVED] Drupal install = error 500 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [SOLVED] Drupal install = error 500 (/thread-7266.html) |
[SOLVED] Drupal install = error 500 - DiXeoN - 07-21-2009 04:06 AM Hello. I am trying to install Drupal on a subdomain, but every time I go to the next step after inputting my database-options, I get an error 500.. This is pretty annoying, so I really hope some of ya got an idea of how to fix this I must say, that I havent tried anything yet. Just wanted to ask you guys first. -------------------------------------------- For the solution, check the last post I made! RE: Drupal install = error 500 - joximu - 07-21-2009 08:43 AM is there something in the error logs or suexec.log? /J RE: Drupal install = error 500 - DiXeoN - 07-21-2009 08:48 AM suexec.log: Quote:[2009-07-19 06:30:47]: uid: (2007/vu2007) gid: (2007/vu2007) cmd: php5-fcgi-starter Nothing available in neither error logs nor the site-specific logs. RE: Drupal install = error 500 - joximu - 07-21-2009 08:27 PM hm, strange - normally the (domain)error.log should contain something... Well - I don't know, maybe you need some debugging...??? /J RE: Drupal install = error 500 - DiXeoN - 07-21-2009 09:58 PM I only got a "test.nemcom.dk-combined.log", a "test.nemcom.dk-traf.log" and a general "error.log" The combined logs last lines is as following: Quote:90.185.153.207 - - [20/Jul/2009:22:16:07 +0200] "POST /install.php?profile=default&locale=en HTTP/1.1" 500 597 "http://test.nemcom.dk/install.php?profile=default&locale=en" "Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729) FirePHP/0.3" RE: Drupal install = error 500 - DiXeoN - 07-21-2009 11:11 PM Allright. The problem seems to be coming when it tries to put the data into the database, as if I type a wrong password, i get the "Access denied for user 'username'@'localhost' (using password: YES). " So, how to fix this ? RE: Drupal install = error 500 - joximu - 07-22-2009 06:14 AM hm try pma with the given db userdata. Otherwise I don't know exactly what might be wrong... and why a access denied should result in a 500... /J RE: Drupal install = error 500 - DiXeoN - 07-22-2009 06:24 AM Its not the access denied that results in the 500, its when access is allowed to the database. Sorry if i were unclear earlier RE: Drupal install = error 500 - joximu - 07-22-2009 06:42 AM ah sorry - yes, clear now... hm - try to enable php debugging and php error logging - then hopefully you'llsee more. /J RE: Drupal install = error 500 - DiXeoN - 07-22-2009 06:56 AM How to? |