Server upgraded to php 5,3

Upgrading an existing installation to the latest version

Server upgraded to php 5,3

Postby adam » Sat Dec 26, 2009 11:07 pm

hi my name is adam

Resently the server i have my webpage on has upgradet there server to php 5,3 and the jaws is not compatable to php 5,3 what can i doo
its very urgent and i need to solve the problem as fast as posible.


im getting this message

Deprecated: Function set_magic_quotes_runtime() is deprecated in /customers/mydomæne.dk/httpd.www/include/Jaws/Request.php on line 40

best regards adam
adam
 
Posts: 7
Joined: Wed Jun 03, 2009 10:42 am

Re: Server upgraded to php 5,3

Postby wwolkers » Tue Dec 29, 2009 7:22 pm

edit include/Jaws/Request.php, line 40 from:

set_magic_quotes_runtime(0);

to:

if (phpversion() < '5.3.0') set_magic_quotes_runtime(0);

that way it should not run for versions 5.3.0 and later.
wwolkers
 
Posts: 6
Joined: Wed Aug 26, 2009 2:43 pm

Re: Server upgraded to php 5,3

Postby adam » Tue Dec 29, 2009 9:25 pm

Thank you very much for your answer but i seem to have a nother problem ore should i say two problems :).

My Static conent are missing, you can see it on the internet but in the CMS part its missing, how is that possible?
And in my Contact Gadget i get an warning that the "server is deprected" whats that ?

best regards adam
adam
 
Posts: 7
Joined: Wed Jun 03, 2009 10:42 am

Re: Server upgraded to php 5,3

Postby jorisshh » Sat Jan 09, 2010 7:47 pm

Heey,

I have the same problem with my site, the front-end seems to work fine but the back-end is giving some small bugs.
I can't change the content selection and i cannot save any edited news files.

Also my host upgraded to 5.3

Can anyone help me please?

Greetings, Jorisshh
jorisshh
 
Posts: 5
Joined: Thu Jan 29, 2009 10:25 am

Re: Server upgraded to php 5,3

Postby jorisshh » Thu Jan 14, 2010 4:52 pm

Euhm.. no offence here but that post is over a year old....
jorisshh
 
Posts: 5
Joined: Thu Jan 29, 2009 10:25 am

Re: Server upgraded to php 5,3

Postby paedrigh » Fri Jan 15, 2010 6:43 am

Well, the thread was started over a year ago. However, if you check the latest post in the thread you will se why the reply is valid.
paedrigh
 
Posts: 23
Joined: Thu Nov 20, 2008 10:41 am


Return to Upgrading

Who is online

Users browsing this forum: No registered users and 1 guest

cron