silverstripe-framework/dev/install
Sam Minnee 2598f6596d NEW: Enable display_errors = on in the installer to assist with diagnosis.
Installation problems often come down to a 'white screen of death' either during installation or after it.  The WSOD is generally caused by a PHP error that isn't picked up by SilverStripe's error handler.  This change fixes the first of those.

As a bigger fix, I'd like to see us allow the installation of sites in dev mode, the enabling of display_errors=on in dev mode, and perhaps even the ability to easily perform an initial installation in dev mode before switching to live mode.  However, that's a bigger change for another time.
2012-06-27 09:44:44 +12:00
..
css MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well 2012-04-11 16:49:31 +02:00
images ENHANCEMENT:added logo to header on ss3 install page - plus compass regenerated icon sprites. 2012-04-05 11:18:11 +12:00
scss MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well 2012-04-11 16:49:31 +02:00
config-form.html MINOR Using correct URL for tutorial in installer 2012-05-11 14:51:23 +12:00
config.rb ENHANCEMENT Installer styling, moving away from blackcandy 2012-04-11 22:51:10 +12:00
DatabaseAdapterRegistry.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
DatabaseConfigurationHelper.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
install.js ENHANCEMENT Installer styling, moving away from blackcandy 2012-04-11 22:51:10 +12:00
install.php MINOR Fixing up PHP versions to be consistent with 2012-04-20 15:08:01 +12:00
install.php5 NEW: Enable display_errors = on in the installer to assist with diagnosis. 2012-06-27 09:44:44 +12:00
MySQLDatabaseConfigurationHelper.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
php5-required.html MINOR Fixing up PHP versions to be consistent with 2012-04-20 15:08:01 +12:00