Welcome Guest, Not a member yet? Register   Sign In
installation trouble
#1

[eluser]AlexC33[/eluser]
Hi,

I'm having quite some trouble with this fresh installation of CI. It's the 4th site I'm installing using CI, but the first that had me pulling my hairs from my head!!! The first three were on linux, and this one on windows xp pro.

I'm using apache 2.2, and php5.2.6 (both freshly installed).

I'm using a vhost configuration :

Code:
<VirtualHost *>
    DocumentRoot "D:/www/noel_2008/trunk/www"
    ServerName noel.prog.ca
    ServerAdmin [email protected]
    AddDefaultCharset "utf-8"
    ErrorLog "logs/noel.log"
   CustomLog "logs/noel.log" common
    <Directory "D:/www/noel_2008/trunk/www">
      Options All
      AllowOverride All
      Order allow,deny
      Allow from all
    </Directory>
    DirectoryIndex index.php
</VirtualHost>

if I put a test.php file with a phpinfo inside, I can see that everything is correct. but when I use the index.php of CI, I get a http 500 error. I checked the paths, and when I do this :
Code:
echo BASEPATH.'codeigniter/CodeIgniter'.EXT;
I get
Code:
D:\www\noel_2008\trunk\www/system/codeigniter/CodeIgniter.php

there is a mix between "/" and "\". I've tried to replace both completly, but it's not working. When I have only "/" or only "\", I still get the http 500 page.

It's driving me crazy. if anyone can help me, it would be much appreciated.

Thanks,

AlexC.




Theme © iAndrew 2016 - Forum software by © MyBB