Viewing 4 replies - 1 through 4 (of 4 total)
  • did you try to turn “magic_quotes_gpc” off in your php.ini?

    Thread Starter felgcastro

    (@felgcastro)

    I am a bit new in this topic.

    How do I turn “magic_quotes_gpc” off and where is the php.ini file ?

    Thank you

    create a new php file in www folder (lets say phpinfo.php), write this line and save it :
    <?php phpinfo(); ?>
    when you run the phpinfo.php, you will see a list of all your php settings. Find : Loaded Configuration File
    that is where your php.ini file is located.

    My php.ini is “On” but does not work, can you help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Call to undefined Function’ is closed to new replies.