ON Ubuntu - Error 500
Posted: Sat Apr 23, 2011 9:30 am
I have a spaken new Ubuntu/LAMP set up (php 5.3.3, mysql 5.1.49, Ubuntu 10.10),
I've got Drupal7 running and Im pretty sure my setup is working
I put the 5.26.3 netjukebox on and when I go there via browser I get a blank screen,
apache log shows a 500 error
No idea where to turn. As a test I moved the include folder to xinclude and still got same, I thought it would throw an error
I didn't set up any database, I changed the config.inc.php tp point to /media/ - though I don't have any files there yet
I ran php update.php (command line) and got this:
<code>undefined index: HTTP_HOST in /var/www/netjukebox/include/initialize.inc.php on line 80</code>
which is odd cause the call is to $_SERVER['HTTP_HOST'] and I put echo $_SERVER['HTTP_HOST'] i a test file and it works fine
After that there is an error Can't connect to MYSQL server (which does make sense as I didnt configure a DB)
(the instructions dont say to set up db prior to running)
Any ideas?
I've got Drupal7 running and Im pretty sure my setup is working
I put the 5.26.3 netjukebox on and when I go there via browser I get a blank screen,
apache log shows a 500 error
No idea where to turn. As a test I moved the include folder to xinclude and still got same, I thought it would throw an error
I didn't set up any database, I changed the config.inc.php tp point to /media/ - though I don't have any files there yet
I ran php update.php (command line) and got this:
<code>undefined index: HTTP_HOST in /var/www/netjukebox/include/initialize.inc.php on line 80</code>
which is odd cause the call is to $_SERVER['HTTP_HOST'] and I put echo $_SERVER['HTTP_HOST'] i a test file and it works fine
After that there is an error Can't connect to MYSQL server (which does make sense as I didnt configure a DB)
(the instructions dont say to set up db prior to running)
Any ideas?