I want to move Apache to a separate box from MySQL.
Is there anything special I need to know other than modifying header.inc.php to point to the remote MySQL server?
I want to move Apache to a separate box from MySQL. Is there anything special I need to know other than modifying header.inc.php to point to the remote MySQL server? |
Nope. Thats it. Just need to make sure the database settings are correct. https://www.deanbassett.com |
Nope. Thats it. Just need to make sure the database settings are correct. Hi Deano. I received this error upon trying to access the website:
Deprecated: Function set_magic_quotes_runtime() is deprecated in /srv/www/rhino/inc/header.inc.php on line 186 Deprecated: Assigning the return value of new by reference is deprecated in /srv/www/rhino/inc/utils.inc.php on line 626
any ideas?
I have magic quotes turned on. |
I am not sure how to deal with that. https://www.deanbassett.com |
I am not sure how to deal with that. you're probably right about my php being a different version. I upgraded from OpenSuSE 11.1 to 11.2.....so I imagine that PHP is a different verson, as well as apache. |