Problem with magic_quotes_gpc - Joomla! Forum - community, help and support
the server i'm running website has php parameter magic_quotes_gpc turned on. whole website runs normally, except when try add "read more" option. html code looks until save article. after saving, read more html turns this:
the correct should be:
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.
so guess solution hack php code (sorry, have no idea should be, since i'm not programmer).
can give me idea solve this? take offer!!! (but changing hosting provider, hahaha). php hack, new plugin, or whatever can think of.
thanks in advance!!
code: select all
<hr id="\"system-readmore\"" />the correct 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.
so guess solution hack php code (sorry, have no idea should be, since i'm not programmer).
can give me idea solve this? take offer!!! (but changing hosting provider, hahaha). php hack, new plugin, or whatever can think of.
thanks in advance!!
sorry, joomla 3.0 question. mistake. posted same topic in correct area. can close topic. thanks.
Comments
Post a Comment