<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'Site Builders'</title>
		<link>http://www.silverstripe.com/site-builders-forum/</link>
		

		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232677</link>
			<description>Sorry, I accidentally posted my pennies worth here:&lt;br /&gt;&lt;br /&gt;http://www.silverstripe.com/site-builders-forum/flat/6891?showPost=232673&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Fri, 21 Nov 2008 03:32:44 +1300</pubDate>
			<author>Donal Elsted</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232677</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232673</link>
			<description>Hi, I sympathise with your problem. Had a hell of a time myself and this Building database schema seems pretty familiar to me.&lt;br /&gt;&lt;br /&gt;I got SS to install and tried a number of possibilities I listed here:&lt;br /&gt;http://www.silverstripe.com/site-builders-forum/flat/231038&lt;br /&gt;&lt;br /&gt;Essentially, my tips are here:&lt;br /&gt;&lt;br /&gt;Check your PHP version - should be 5. If 4, there's the reason for your problems&lt;br /&gt;Check if &quot;allow_url_fopen&quot; is set to on. If off set a php.ini to switch them on&lt;br /&gt;Get a command to tell your server to enable mod_rewrite (see my blog). Make sure it's right for your server / directories.&lt;br /&gt;&lt;br /&gt;Go away, do some shopping, have a cup of tea, and wait for your host's server to update everything. Come back and see if it works&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Fri, 21 Nov 2008 03:31:21 +1300</pubDate>
			<author>Donal Elsted</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232673</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232524</link>
			<description>I have this same problem as well, and the proposed solution above did not change anything. Database tables are never created.&lt;br /&gt;&lt;br /&gt;There must be somebody out there who has figured this out by now.&lt;br /&gt;&lt;br /&gt;Travis Cable&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Thu, 20 Nov 2008 21:17:34 +1300</pubDate>
			<author>Travis Cable</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=232524</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=162707</link>
			<description>I have tried replacing the .htaccess file with a new file containing the text suggested above and it is not helping.  I still get the error:&lt;br /&gt;&lt;br /&gt;Fatal error: Class MySQLQuery cannot extend from interface Query in /www.mysite.com/sapphire/core/model/MySQLDatabase.php on line 452&lt;br /&gt;&lt;br /&gt;(I've replaced my URL with &quot;www.mysite.com&quot;)&lt;br /&gt;&lt;br /&gt;I also cannot figure out how to turn on extra debugging.  Everything in the install check script seems to indicate that my site is ready for the installation.  Please advise.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Sun, 07 Sep 2008 16:36:28 +1200</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=162707</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=74072</link>
			<description>Hi all,&lt;br /&gt;&lt;br /&gt;Had the same issue as this... turned out to be an issue with MySQL and the mod_rewrite I think... Here's what I did to get past the stopping at &quot;Building database schema&quot; bit.&lt;br /&gt;&lt;br /&gt;1. Uploaded software to host as per normal.&lt;br /&gt;&lt;br /&gt;2. Uploaded a new .htaccess to my webroot with the following content:&lt;br /&gt;&lt;br /&gt;### SILVERSTRIPE START ###&lt;br /&gt;RewriteEngine On&lt;br /&gt;Options -MultiViews&lt;br /&gt;&lt;br /&gt;RewriteRule \.js$ - [L]&lt;br /&gt;RewriteRule \.css$ - [L]&lt;br /&gt;RewriteRule \.png$ - [L]&lt;br /&gt;RewriteRule \.jpg$ - [L]&lt;br /&gt;RewriteRule \.gif$ - [L]&lt;br /&gt;RewriteRule \.php$ - [L]&lt;br /&gt;&lt;br /&gt;RewriteCond %{REQUEST_URI} ^(.*)$&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteRule .* sapphire/main.php?url=%1&amp;amp;%{QUERY_STRING} [L]&lt;br /&gt;&lt;br /&gt;php_flag zend.ze1_compatibility_mode Off&lt;br /&gt;&lt;br /&gt;### SILVERSTRIPE END ###&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Attempted to run the installation again and this time I started receiving errors about the mod_rewrite not being configured correctly.&lt;br /&gt;&lt;br /&gt;4. Clicked continue to ignore the errors and continue with the installation&lt;br /&gt;&lt;br /&gt;5. Installation appeared to be successful but only got a blank page so I went to (mysite)/db/build?flush=1 which showed that the db was being correctly created.&lt;br /&gt;&lt;br /&gt;6. Went to http://www.mydomain.com and still just a blank screen, so then I loaded that with the url http://www.mydomain.com?flush=1 &lt;br /&gt;&lt;br /&gt;7. Went to http://www.mydomain.com/admin and logged in. Clicked each of the pages in the CMS and clicked on the &quot;Save and Publish&quot; button for each.&lt;br /&gt;&lt;br /&gt;Once this was done I was up and running...&lt;br /&gt;&lt;br /&gt;Hope this might help others.&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Fri, 16 May 2008 18:21:20 +1200</pubDate>
			<author>Michael Dunkley</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=74072</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=42675</link>
			<description>I am also getting the same error.  I tried adding the 'dev' setting, but dont see any errors.  It just stops.  I do have enough memory, but am running PLesk 8.3.  Any help appreciated.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Wed, 12 Mar 2008 05:01:56 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=42675</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=8032</link>
			<description>Hi, I have the same problem. Installation stops on &quot;Building database schema...&quot;. Any ideas are very welcome.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Thu, 08 Nov 2007 10:14:53 +1300</pubDate>
			<author>mindaugas sapalas</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=8032</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=7075</link>
			<description>I can't seem to get the error page back again, each time I try and install it just stops at the same part, &quot;Building database schema.&quot; Then if I try and visit the index it redirects me to the install.php and asks me to install it again. The way I got the error I think was when I tried installing it locally and then importing the database and uploading the files.&lt;br /&gt;&lt;br /&gt;When the installer runs it's able to create the database if it's not there but it never creates any of the tables or populates the database with anything before it stops.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Wed, 17 Oct 2007 17:34:23 +1300</pubDate>
			<author>Darryll Rowland</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=7075</guid>
		</item>
		
		<item>
			<title>Re: Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=6929</link>
			<description>add this to the _config.php file in the Mysite Folder - Director::set_environment_type(&quot;dev&quot;); this will output a more useful error message rather then just error.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Sun, 14 Oct 2007 19:24:53 +1300</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891?showPost=6929</guid>
		</item>
		
		<item>
			<title>Installer stops at, "Building database schema..."</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/6891</link>
			<description>I'm really wanting to try out this CMS but everytime I run the installer it stops:&lt;br /&gt;&lt;br /&gt;Installing SilverStripe...&lt;br /&gt;&lt;br /&gt;I am now running through the installation steps (this should take about 30 seconds)&lt;br /&gt;&lt;br /&gt;If you receive a fatal error, refresh this page to continue the installation&lt;br /&gt;# Creating 'mysite/_config.php'...&lt;br /&gt;# Creating '.htaccess' file...&lt;br /&gt;# Building database schema...&lt;br /&gt;&lt;br /&gt;Afterwords if I try and go to the site I either get redirected to the install.php, which says that it's already installed but I can reinstall over it, or I get an error page like this:&lt;br /&gt;&lt;br /&gt;ERROR:&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;The website server has not been able to respond to your request.&lt;br /&gt;&lt;br /&gt;The installer says everything checks out &quot;OK&quot; so I have no idea what's wrong. If I delete the MySQL database it does create it again but it doesn't populate the database with anything.&lt;br&gt;&lt;br&gt;Posted to: Installer stops at, &quot;Building database schema...&quot;</description>
			<pubDate>Fri, 12 Oct 2007 23:36:25 +1300</pubDate>
			<author>Darryll Rowland</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/6891</guid>
		</item>
		

	</channel>
</rss>
