- Posts: 10
- Thank you received: 0
Problem with view editing
13 years 6 months ago #96518
by Tangram
Problem with view editing was created by Tangram
Hello, i'm having this problem:
When i make a change in any view in the backend and i save it, automatically the code makes a strange thing, it puts this \ everywhere.
Here's an example: defined(\'_JEXEC\') or die(\'Restricted access\');
What happens then in the frontend is that it gives me this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING in /home/tangram0/public_html/Extensiones_Demo/Joomla3/templates/protostar/html/com_hikashop/product/show_default.php on line 9
I'll appreciate any help.
Thanks.
When i make a change in any view in the backend and i save it, automatically the code makes a strange thing, it puts this \ everywhere.
Here's an example: defined(\'_JEXEC\') or die(\'Restricted access\');
What happens then in the frontend is that it gives me this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING in /home/tangram0/public_html/Extensiones_Demo/Joomla3/templates/protostar/html/com_hikashop/product/show_default.php on line 9
I'll appreciate any help.
Thanks.
Please Log in or Create an account to join the conversation.
13 years 5 months ago #96594
by nicolas
Replied by nicolas on topic Problem with view editing
Hi,
That's because the magic_quote_gpc option of your PHP is turned on and that you're using Joomla 3.0
It is a requirement that this option is turned off for Joomla 3.0 installation. Please ask your hosting company to turn that off and it will work properly.
That's because the magic_quote_gpc option of your PHP is turned on and that you're using Joomla 3.0
It is a requirement that this option is turned off for Joomla 3.0 installation. Please ask your hosting company to turn that off and it will work properly.
Please Log in or Create an account to join the conversation.
Time to create page: 0.123 seconds