Update for working on site locally
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:20:46 +0000 (10:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:20:46 +0000 (10:20 -0400)
add for php 5.5 to work

config/server.ini

index 2b2f011..e6668b9 100644 (file)
@@ -255,7 +255,11 @@ app.base_secure_url = "https://vserver/app.gaslightmedia.com/"
 ;file_server.secure   = "http://192.168.56.101/image_server/"
 ;file_server.unsecure = "http://192.168.56.101/image_server/"
 
-database.params.host = "localhost"
+database.params.host = "devdb"
+error.reporting[] = E_ALL
+error.reporting[] = E_NOTICE
+error.reporting[] = E_STRICT
+error.reporting[] = E_WARNING
 
 email.owner                                 = "steve+owner@localhost"
 email.contact                               = "steve+contact@localhost"