Support:Magic quotes gpc must be set to Off
From dispage wiki
INFO Troubleshooting | |
---|---|
dispage extension | Enhanced Studio |
extension release | |
priority | {{{priority}}} |
SugarCRM version | |
SugarCRM editions | |
Server OS | |
PHP version | |
DB Engine | |
MySQL version | |
Fix version |
Issue:
Code-type fields are not properly saved if PHP code contains quotes.
Reasons:
"magic_quotes_gpc" setting is set to "On" in the php.ini configuration file.
Solution:
Set the following directive in php.ini
magic_quotes_gpc = Off