17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 790 Views |
-
Install complete but not succesful

28 February 2008 at 10:18pm Last edited: 29 February 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.phpfile_get_contents(misc/browscap.ini)
line 571 of Browscap.phpBrowscap->_getRemoteData(misc/browscap.ini)
line 439 of Browscap.phpBrowscap->_getRemoteIniFile(misc/browscap.ini,C:\WINDOWS\Temp\silverstripe-cacheC--www\browscap.ini)
line 309 of Browscap.phpBrowscap->updateCache()
line 231 of Browscap.phpBrowscap->getBrowser(,1)
line 40 of PageView.phpPageView->init()
line 44 of PageView.phpPageView->record()
line 171 of Statistics.phpStatistics::collect()
line 75 of ContentController.phpContentController->init()
line 15 of Page.phpPage_Controller->init()
line 77 of Controller.phpController->run(Array)
line 15 of ModelAsController.phpModelAsController->run(Array)
line 76 of Director.phpDirector::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
| 790 Views | ||
|
Page:
1
|
Go to Top |
