OK, so if your php.ini file isn't
making the magic_quotes ON....this is what you should do...(I DID NOT
have to re-start Apache).
-
The normal method is to use a .htaccess file to change the PHP settings via the php_flag directive:
php_flag magic_quotes_gpc on
Just create the file .htaccess with the above contents in
the directory where you are going to install the application (or in the
root of the domain if you want it to take affect over the whole
domain). To switch if off, either change on to off or remove the line or file.
-
Then I could start the install as normal....that only took me an hour to sort this through. lol
-
I am using PHP 5.2.6. And I do not believe that Magic Quotes were required before D7. I also am hosting provider and have Dolphin V6.1.4 running in the same environment. I just edited the .htaccess in the root folder of V7.
Hope this helps.
Its PHP 5.1.6 and it my own Virtual Dedicated Server so I am the hosting provider. My main question is, Was Magic Quotes required before Dolphin 7? If it was, how can I have Dolphin 6.1.6 on the same server if its disabled?