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

Install complete but not succesful


Go to End


1450 Views

Avatar
Chosen

Community Member, 4 Posts

28 February 2008 at 10:18pm

Edited: 29/02/2008 8:02pm

Hi.

I managed to get the install to run through on a windows XP machine.

I ended up with the following message:

mod_rewrite doesn't appear to be working. Make sure:

    * mod_rewrite is enabled in your httpd.conf
    * AllowOverride is enabled for the current path.

Please check these options, then refresh this page.If you believe that your configuration is correct, click here to proceed anyway.

Mod_rewrite is Definately enabled in my httpd.conf file and I've gone as far as doing the following to allw the override.


<Directory />
    Options All
    AllowOverride All
</Directory>

<Directory "C:/www">
    Options All
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

I'm I not understanding how to allow the overide on the current path?

If I click on the link (http://localhost/home/successfullyinstalled?flush=1) then the following is generated

Warning: parse_ini_file(BBCodeParser.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\www\sapphire\parsers\BBCodeParser.php on line 6

Notice: Undefined index: SSHTMLBBCodeParser in C:\www\sapphire\parsers\BBCodeParser.php on line 8

FATAL ERROR: file_get_contents(misc/browscap.ini) [function.file-get-contents]: failed to open stream: No such file or directory
At line 571 in C:\www\sapphire\misc\Browscap.php

file_get_contents(misc/browscap.ini)
line 571 of Browscap.php

Browscap->_getRemoteData(misc/browscap.ini)
line 439 of Browscap.php

Browscap->_getRemoteIniFile(misc/browscap.ini,C:\WINDOWS\Temp\silverstripe-cacheC--www\browscap.ini)
line 309 of Browscap.php

Browscap->updateCache()
line 231 of Browscap.php

Browscap->getBrowser(,1)
line 40 of PageView.php

PageView->init()
line 44 of PageView.php

PageView->record()
line 171 of Statistics.php

Statistics::collect()
line 75 of ContentController.php

ContentController->init()
line 15 of Page.php

Page_Controller->init()
line 77 of Controller.php

Controller->run(Array)
line 15 of ModelAsController.php

ModelAsController->run(Array)
line 76 of Director.php

Director::direct(/home/successfullyinstalled)
line 104 of main.php
Context
Debug (Debug::showError() in line 149 of Debug.php)

    * url =

      misc/browscap.ini

Anyones input is much appreciated. Please keep in mind that the last 24 hours is the first time I've ever had to look at a httpd.conf file or even a php.ini file.

Thanks