![]() |
Can't start up a fresh install of the latest version of CodeIgniter - 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: Can't start up a fresh install of the latest version of CodeIgniter (/showthread.php?tid=56019) |
Can't start up a fresh install of the latest version of CodeIgniter - El Forum - 11-21-2012 [eluser]Mike J.[/eluser] Hi Guys, I checked the System requirements and it told me that I need at least PHP 5.1.6 and a Database. I have PHP 5.2 with Mysql higher than version 4.1 when I setup my apache to point to codeigniter, load it on the browser it will be in a endless loop loading something in the background. I am very new to codeigniter and I do not know how to check what is going on in the backend. in the index.php file, I put in echo "hi"; exit; to check if apache or something else was broken but no, the Browser did display my echo so I am not sure what to do next. Can't start up a fresh install of the latest version of CodeIgniter - El Forum - 11-22-2012 [eluser]Otemu[/eluser] Have you set your base url in application/config/config.php ?? Can't start up a fresh install of the latest version of CodeIgniter - El Forum - 11-22-2012 [eluser]Mike J.[/eluser] Yes I have, but it does not make any difference Can't start up a fresh install of the latest version of CodeIgniter - El Forum - 11-22-2012 [eluser]Otemu[/eluser] Are you using .htaccess?? What url are you using to get to the welcome page? have you tried deleted the entire folder and trying again? Can't start up a fresh install of the latest version of CodeIgniter - El Forum - 11-27-2012 [eluser]Mike J.[/eluser] I tried to reinstall codeigniters but still nothing no I am not using .htaccess url is http://test.com (apache is setup that way and also my own hosts file) This happened when I recompiled PHP with Zip and also on our Live server as well. |