Installatron PHP 5.3 fix set_magic_quotes_runtime deprecated

mmerlin

Verified User
Joined
Jul 26, 2004
Messages
75
Location
Melbourne, Australia
Thought I would post this here to help others

I upgraded my DirectAdmin server to PHP 5.3

Which triggered

- Installatron showing HTML source in DirectAdmin control panel

The top line showed the error:

Function set_magic_quotes_runtime() is deprecated in /usr/local/installatron/lib/boot.php on line 9912

I submitted a trouble ticket at installatron.com and got a simple answer that fixed it immediately

Code:
/usr/local/installatron/repair -f --edge

Phils says: "The edge build has some changes for PHP 5.3 that have not yet been deployed to the stable build."

So there you go. Hope this helps someone.
 
Thanks for the headsup - I use installatron too, so no doubt it will affect me.
 
Back
Top