Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bramv101 Friend
    #189862

    Hi when trying to adjust one of the customers, i get following in html code (ruins the read more effect)

    <hr id=”system-readmore” />

    Ninja Lead Moderator
    #502846

    Because Magic Quotes is enabled on your server, or you are finding out the hard way by seeing extra slashes () to on your page, you will want to disable this “feature”.

    If you have access to your php.ini file, make sure that these three values are set to off:

    magic_quotes_gpc = Off
    magic_quotes_runtime = Off
    magic_quotes_sybase = Off

    Alternatively you can try adding this to your site’s .htaccess file:

    php_flag magic_quotes_gpc Off

    To verify whether Magic Quotes is enabled or not, in the admin panel go to Reports -> PHP Info and search for “magic_quotes_gpc”, “magic_quotes_runtime” and “magic_quotes_sybase”, and check that their values are Off.

    More detail you can refer to this link

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum