Closed (fixed)
Project:
Provision
Version:
6.x-0.1-rc1
Component:
Documentation
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2009 at 22:06 UTC
Updated:
28 Jan 2009 at 01:10 UTC
I followed the instructions here: http://groups.drupal.org/aegir/0.1-RC1
When I get to #3 Install a new site using the HostSlave install profile in sites/default
I do this, and the installer page then sends me to the provision page, but got the WSOD. The main root of the site gets the WSOD as well.
I can get to the admin section directly, but nothing is sticking out to me as incorrect.
Any ideas of where to start troubleshooting?
Comments
Comment #1
boris mann commentedDid you check your error logs? sudo tail /var/log/httpd/error_log is the command to run on most default UNIX like systems.
Comment #2
mrthumpz commentedYes I did check my error log, I only have a favicon file does not exist error. Error log has only 2 lines.
Comment #3
boris mann commentedOK, that definitely sounds like the classic memory exhausted. Try setting your php memory limit to 64M.
Comment #4
mrthumpz commentedI previously had it set at 96M, so that is def. not the issue.
I have it now narrowed down to the provision module, so I am switching the project on this.
This is only occurring with I am trying to access /provision.
Comment #5
adrian commentedI believe this is a documentation issue..
what's missing is a message saying to to go the directory where you installed the site, and run
'path/to/drush.php provision setup'
All the documentation was moved to hosting, and this was killed during that. The line seems to be commented out in provision.module.
Comment #6
mrthumpz commentedyep. As soon as I ran the drush.php provision setup (although I had to add --root and --uri to make it work) I got everything working.
Thanks.
Comment #7
mrthumpz commentedComment #8
anarcat commentedComment #9
adrian commentedcommitted to d5 and d6 branches.