Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Installation NEVER works fine


Go to End


3 Posts   2072 Views

Avatar
fassy

Community Member, 2 Posts

22 November 2007 at 2:48am

hy there,

i am realy frustated after 2 days of trying to get silverstrip on my machine. I crawled through the whole forum, but found no answers that could realy help me.

My Problem (like many People have for what i've read)

The installation hangs after it reports: "Building Database Schema"

I tracked down the script to the compileManifest() Funktion at which the skript aborts:

static function compileManifest() {
// Config manifest
$baseDir = dirname($_SERVER['SCRIPT_FILENAME']) . "/..";
$baseDir = ereg_replace("/[^/]+/\\.\\.", "", $baseDir);
// locate and include the exclude files
$topLevel = scandir($baseDir);
foreach($topLevel as $file) {
###############here it crashes##############
$fullPath = $baseDir . '/' . $file;

I tried 2.1.1, 2.2. rc-1, 2.2.rc-2 and serveral daily builds and i am absolutely out of ideas. Can anybody please help me?

Avatar
Tim

Community Member, 201 Posts

22 November 2007 at 10:40am

We a looking into this issue;
http://open.silverstripe.com/ticket/1732

Please give us some information regarding your server setup.

Avatar
trevor

53 Posts

23 November 2007 at 1:56am