4623 Posts in 1398 Topics by 1393 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2055 Views |
-
Install stops at Building database schema...

21 February 2009 at 4:17am
Hello all,
I'm trying to install SS for the first time: localhost, existing apache server. The install appears to be going okay but stops at "Building database schema..."
.htaccess looks okay (see below). A new MySQL database has not been created. I get nothing but blank pages.
Thanks for any help,
rim### SILVERSTRIPE START ###
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>RewriteEngine On
RewriteBase /silverstripeRewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ### -
Re: Install stops at Building database schema...

21 February 2009 at 6:42am
the mysql connection test script at
http://www.wallpaperama.com/forums/simple-php-mysql-connection-test-script-example-t5702.html
has helped me out before -
Re: Install stops at Building database schema...

22 February 2009 at 7:07am
Thanks for the tip! I'll give it a shot and see what happens.
| 2055 Views | ||
|
Page:
1
|
Go to Top |

