Welcome Guest, Not a member yet? Register   Sign In
Moving project to a new server.
#1

[eluser]Russell Keith[/eluser]
I moved my CI project from a server running IIS6 and PHP 5.2.6.6 to a server running IIS6 and PHP 5.3.2 and I am now getting the following two errors. Any quidance would be appreciated. I am using the CI 1.7.2.

Quote:A PHP Error was encountered
Severity: 8192

Message: Assigning the return value of new by reference is deprecated

Filename: libraries/Loader.php

Line Number: 255

Quote:The URI you submitted has disallowed characters.
URL is http://spacestation:8888/php/index.php/pw/DRST
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';

Please help. This is driving me crazy. I would prefer not to go back to 5.2 on the second server if I can help it, but I can if I have to.
#2

[eluser]danmontgomery[/eluser]
The first thing is addressed here: http://www.php.net/manual/en/language.re....php#93292

Not sure about the second thing.
#3

[eluser]Russell Keith[/eluser]
I fixed the issue by going back to PHP 5.2.6.6.

Where can I check to see if this is being addressed in the next CI release? My Security group is alway aftr me to have the newest versions of PHP and MySQL loaded.
#4

[eluser]danmontgomery[/eluser]
Post about it here: http://codeigniter.com/bug_tracker/bug/9753/

You could try the SVN, I don't think there's a release date for the next version (at least not one that I'm aware of)




Theme © iAndrew 2016 - Forum software by © MyBB