Problem with magic_quotes_gpc - Joomla! Forum - community, help and support


the server i'm running website (joomla 3.0.1, spanish) has php parameter magic_quotes_gpc turned on. whole website runs normally, except when try add "read more" piece of code pressing button underneath wysiwyg editor (read more plugin). inserted html piece of code looks until save article. after saving, read more html code turns this:

code: select all

<hr id="\&quot;system-readmore\&quot;" />


the correct code should be:

code: select all

<hr id="system-readmore" />


i've tried disabling magic_quotes_gpc htaccess , php.ini. , contacted tech support guys hosting company, told me impossible turn off feature in shared server. tried different editors (tinymce, jck editor , no editor @ all).

so guess solution hack php code (sorry, have no idea how since i'm not programmer).

can give me idea solve this? take offer!!! (but changing hosting provider, of course :laugh:). php hack, new read more plugin, or whatever can think of.

thanks in advance!!

sorry, if hoster gives answer this, should think changing 1 knows job!
at least hoster should have told how disable, host make instead of telling how , sure don`t need disable server wide...

1. joomla 3.0 requirements php 5.3.1+
php.net wrote:this feature has been deprecated of php 5.3.0 , removed of php 5.4.0.

2. there 3 ways you
a) use htaccess disable
b) use php.ini in sites root folder
c) use php ini_set function or use php function here http://php.net/manual/en/security.magic ... abling.php

a + b based on configuration of php, a) should work when php runs apache2handler, b) when runs cgi





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support