After upgrade to php 5.3.1
Posted: Sun Feb 07, 2010 8:11 pm
Our serverprovider have upgraded to php 5.3.1 and we got some errors.
The big problem is when I would like to modify a reservation. I type/select the new value
and press "modify reservation". A new page opens and there is only the text:
"HTTP/1.1 200 OK Date: Sun, 07 Feb 2010 19:09:02 GMT Server: Apache X-Powered-By: PHP/5.3.1 Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1" and after that a text that I should contact a webbadministrator.
Modify a client works fine. Tested in our testenvironment with php 5.2.0 with a copy of files and database, no problem.
Changed to php 5.3.0, can not modify reservation. But, I can delete a reservation.
On several pages we also got "Function ereg_replace() is deprecated" and also
"Function eregi() is deprecated but everything" seems to work anyway.
Anyone that can help me? What function is called when I modify a reservation?
The big problem is when I would like to modify a reservation. I type/select the new value
and press "modify reservation". A new page opens and there is only the text:
"HTTP/1.1 200 OK Date: Sun, 07 Feb 2010 19:09:02 GMT Server: Apache X-Powered-By: PHP/5.3.1 Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1" and after that a text that I should contact a webbadministrator.
Modify a client works fine. Tested in our testenvironment with php 5.2.0 with a copy of files and database, no problem.
Changed to php 5.3.0, can not modify reservation. But, I can delete a reservation.
On several pages we also got "Function ereg_replace() is deprecated" and also
"Function eregi() is deprecated but everything" seems to work anyway.
Anyone that can help me? What function is called when I modify a reservation?