Posted by sascher on June 3, 2014 at 10:48pm
so I downloaded the files github and I am getting a white screen of death form the Acquia Dev desktop
so I downloaded the files github and I am getting a white screen of death form the Acquia Dev desktop
Comments
show the errors to find out more
Stan, put this at the top of your index.php file:
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Make sure to remove it when you're done using it.
This will give some insight to the errors causing the problem.
Forcing me to go to different url
No mater what url I specify in Acquia desktop it is forcing me to go to http://www.help4ok.org/install.php
This must be hardcoded somewhere in the install profile