Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server.
#11

[eluser]TWP Marketing[/eluser]
With the index.php in the URL, does your apache error.log file still show no errors?
#12

[eluser]chubbypama[/eluser]
this is what shows up when i try to go to a controller called "switches":

127.0.0.1 - - [14/Aug/2012:13:27:48 -0400] "GET /myapp/index.php/switches HTTP/1.1" 200 293 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1"

And if i navigate to the default page http://localhost/myapp/index.php i get:

127.0.0.1 - - [14/Aug/2012:13:47:45 -0400] "GET /myapp/index.php HTTP/1.1" 200 293 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1"

I tried to look up the numbers 200 and 293 but i haven't found anything just yet - they dont look like errors though, at least not to me.

Should I be barking up the permissions tree? If it were permissions, my test page that lives inside the myapp folder wouldn't have worked, I guess.

thanks

#13

[eluser]TWP Marketing[/eluser]
I think you are looking at access.log, not error.log
Same directory, different log
#14

[eluser]Unknown[/eluser]
[quote author="chubbypama" date="1344963740"][quote author="CroNiX" date="1344963510"]What is your base_url set to? Does it include the "myapp" directory as part of it? It looks like it should be 'http://localhost/myapp/'[/quote]

Yes, my base_url has been set to http://localhost/myapp/.[/quote]
is this a mistake? i guess everything is ok...
#15

[eluser]term25[/eluser]
Are your language files encoded right? Be sure to save them as UTF-8 without BOM and delete whitespaces if there are any. More here:
http://ellislab.com/forums/viewthread/221270/
#16

[eluser]chubbypama[/eluser]
you're right. i was looking at the wrong log!
so now that i'm looking at the right log, i found that i had a syntax error in my php.ini file. I modified to turn on error handling but I must have messed it up.
i took someone's suggestion and isntalled code igniter in a new directory and started adding my mvc(s) one at a time. I'm giong to give that a try and see where I end up.
thanks.




Theme © iAndrew 2016 - Forum software by © MyBB