PHPRetro Installer Probelm Classess.Php

wolf788

Member
Jan 12, 2011
99
2
On step 6/6 i get the following :

Creating tables...
Inserting queries...
Updating settings...
Doing hotel specific queries...
Creating administrator account...

Fatal error: Call to undefined function get_magic_quotes_gpc() in C:\AppServ\www\VMS\includes\classes.php on line 22

then on line 22 it states :


if(get_magic_quotes_gpc()){ $str = stripslashes($str); }

Please help
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
If you use xampp, go to c:\xampp\htdocs\php and open PHP.ini

search for
Code:
magic_quotes_gpc = Off
and replace
Code:
magic_quotes_gpc = On

That should work, however im not sure.
 

Users who are viewing this thread

Top