Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Does not run Hello world
#21

[eluser]codeman[/eluser]
no my index.php is not located in root, should it be at root?

I have just built Event Scheduling Application so i kow my PHP is working....

But let me try moving everything to root and see -
#22

[eluser]jdfwarrior[/eluser]
index should be where ever you want the load point to be. For instance, if you want it to load up from http://localhost, then yes, it should be at the web root, and you should open the index.php and make sure the paths/names of the system folder and such are correctly set inside the index.php
#23

[eluser]codeman[/eluser]
Tried that as well - nothing working - my application path inside index.PHP is also looks right -

So i tried moving the index.php and whole system folder both to the root and now my path i am calling is

my IP/index.php/blog
#24

[eluser]jdfwarrior[/eluser]
What are you using as the web server? Something like xampp or wampserver or what?
#25

[eluser]codeman[/eluser]
I am using appServe
#26

[eluser]jdfwarrior[/eluser]
I just got on my windows box and..
#1. Downloaded AppServ and CodeIgniter.
#2. Default install on AppServ
#3. Went to c:\AppServ\www
#4. Paste in files from CodeIgniter. (system folder, user guide folder, license, and index.php)
#5. Went to http://localhost, and got the CodeIgniter welcome screen
#6. Went to c:\AppServ\www\system\application\controllers\ and created blog.php
#7. Inserted same code I showed you before
#8. Navigated to http://localhost/index.php/blog and got hello world.
#27

[eluser]codeman[/eluser]
Sorry dude - it still doe not work - I have exactly what you have i followed all steps from 3 to 8 and still nothing, not even Codeigniter Welcome screen

- I guess - i ll download codeigniter again and unzip it again see if that helps
#28

[eluser]codeman[/eluser]
no nothing - do you think i should reinstall Appserv again
#29

[eluser]jdfwarrior[/eluser]
Couldn't hurt?
#30

[eluser]Dam1an[/eluser]
Is there a compelling reason for using AppServe... most users here (from what I've seen) use XAMPP (including me) and it works fine...
Anyone else used AppServe.. works? doesn't?




Theme © iAndrew 2016 - Forum software by © MyBB