I don't have access to PHP configuration, however I've asked the administrator and he said that the version installed is 8.21. I've also checked the database and escaped quotes are there too so it's a writing issue, not reading.
I'd like to add, that it also happens for double quotes ".
I don't have access to PHP configuration, however I've asked the administrator and he said that the version installed is 8.21. I've also checked the database and escaped quotes are there too so it's a writing issue, not reading.
I'd like to add, that it also happens for double quotes ".
We see that you have magic_quotes on. Could you please ask web master to make it off, as it's deprecated in PHP 5.3 and let me know if it works fine after that?
We see that you have magic_quotes on. Could you please ask web master to make it off, as it's deprecated in PHP 5.3 and let me know if it works fine after that?
Krzysztof,
We couldn't identify this bug and checked in your environment. This is the sample in that everything is added correctly in your environment.
Please clarify in more details how to reproduce this problem.
Krzysztof,
We couldn't identify this bug and checked in your environment. This is the sample in that everything is added correctly in your environment.
Please clarify in more details how to reproduce this problem.
Krzysztof,
We couldn't identify this bug and checked in your environment. This is the sample in that everything is added correctly in your environment.
Please clarify in more details how to reproduce this problem.
Krzysztof,
We couldn't identify this bug and checked in your environment. This is the sample in that everything is added correctly in your environment.
Please clarify in more details how to reproduce this problem.
Actually this is a very old post, please look at latest posts in this thread: http://support.solidexplorer.pl/responses/pre-release-version-144-available
Actually this is a very old post, please look at latest posts in this thread: http://support.solidexplorer.pl/responses/pre-release-version-144-available
Krzysztof,
Could you please check what PCRE version do you have installed? You can share you phpinfo in hidden text here.
PCRE should not lower than 7.8. We just can't reproduce that bug in our dev environment
Krzysztof,
Could you please check what PCRE version do you have installed? You can share you phpinfo in hidden text here.
PCRE should not lower than 7.8. We just can't reproduce that bug in our dev environment
I don't have access to PHP configuration, however I've asked the administrator and he said that the version installed is 8.21. I've also checked the database and escaped quotes are there too so it's a writing issue, not reading.
I'd like to add, that it also happens for double quotes ".
I don't have access to PHP configuration, however I've asked the administrator and he said that the version installed is 8.21. I've also checked the database and escaped quotes are there too so it's a writing issue, not reading.
I'd like to add, that it also happens for double quotes ".
Krzysztof,
Could you provide us your phpinfo() dump result?
I gues that your current php version is using magic_quotes_gpc directive.
So I need to check your php configuration.
Krzysztof,
Could you provide us your phpinfo() dump result?
I gues that your current php version is using magic_quotes_gpc directive.
So I need to check your php configuration.
I've attached the link to phpinfo in hidden text.
I've attached the link to phpinfo in hidden text.
We see that you have magic_quotes on. Could you please ask web master to make it off, as it's deprecated in PHP 5.3 and let me know if it works fine after that?
We see that you have magic_quotes on. Could you please ask web master to make it off, as it's deprecated in PHP 5.3 and let me know if it works fine after that?
It was exactly this, magic quotes have been disabled and now everything is fine. Thanks for the support!
It was exactly this, magic quotes have been disabled and now everything is fine. Thanks for the support!
You are welcome! :)
You are welcome! :)
Replies have been locked on this page!