Welcome Guest, Not a member yet? Register   Sign In
url bug, 404 error come always
#1

[eluser]Palroan[/eluser]
hi, i'm frome german and try to say my question on english.
when I go to mystite.de/codeignitter/
the welcome message come

when i go to mysite.de/codeigniter/welcome/
come the 404 error page from my webhoster (bplaced.net).

i don't now why. and when i go to mysite.de/codeignitter/index.php/new/

come

The URI you submitted has disallowed characters. but i think that a dot is allowed in the url.

please help the poor german people

Paloran
#2

[eluser]davidbehler[/eluser]
What version of PHP/CodeIgniter is your application running on?
What's your base_url set to?

P.S.: Hallo von Deutschland nach Deutschland Smile
#3

[eluser]Palroan[/eluser]
my ci version is 1.7.1
and my baseurl is mystite.de/
#4

[eluser]davidbehler[/eluser]
If your URL looks like this: "mysite.de/codeigniter/index.php", then your base_url should be "mysite.de/codeigniter/"

What about your PHP version? There is a known bug with PHP 5.3 and CI 1.7.1 that results in the exact error message you posted: The URI you submitted has disallowed characters.

That issue has been discussed multiple times, e.g. here and [url=http://ellislab.com/forums/viewthread/124643/]here
#5

[eluser]Palroan[/eluser]
yes, i've got php version 5.3
i look into the link and changfe the baseurl.
thanks very much
#6

[eluser]Pascal Kriete[/eluser]
1.7.1 was released before 5.3, so it's not compatible.

Do you know how to use SVN? On the downloads page there's a link to our svn repository, which has all the required fixes for 5.3.

Welcome to CodeIgniter (ebenfalls aus Deutschland Smile ).
#7

[eluser]Palroan[/eluser]
no, i dont know how to use subversions... on the svn page i dont find the link. whats the name of it?
#8

[eluser]Pascal Kriete[/eluser]
It's linked under "Subversion Server".

The file in question for this particular issue is system/libraries/URI.php.
#9

[eluser]Palroan[/eluser]
and i must save this file in /system/libraries/URI.php?
#10

[eluser]Pascal Kriete[/eluser]
That's correct.

There are a few other things that may throw E_DEPRECATED warnings, but this should get rid of your current problem =) .




Theme © iAndrew 2016 - Forum software by © MyBB