![]() |
installation trouble - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: installation trouble (/showthread.php?tid=13290) |
installation trouble - El Forum - 11-17-2008 [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 *> 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; 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. |