17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1210 Views |
-
synchronize remote and localhost

17 January 2008 at 12:04pm
When i was flushing my localhost I was getting an error saying could not connect to the db trying to use my remote connection string. It turns out that because I had a file remoteCopy_of_configure.php that SS was trying to "compile" that and use it a the connection. I changed the name to _configureLocal.php and SS no longer tries to use it.
Is there a better way to sync remote and local?
-
Re: synchronize remote and localhost

17 January 2008 at 12:08pm
When uploading from Windows to Linux their is a problem with db names. Because Windows is not case sensitive phpmyadmin exports the table names all in lower case. What I ended up doing was build the db remotely, the exporting the data only locally, then search and replacing every table name to CamelCase.
Is there any easier way?
-
Re: synchronize remote and localhost

17 January 2008 at 5:39pm
check out http://doc.silverstripe.com/doku.php?id=debug. You can set you localhost server to a dev server ( Director::set_dev_servers() ) and then use Director::isLive() and Director::isDev() to use different _config.php files
| 1210 Views | ||
|
Page:
1
|
Go to Top |


