View Issue Details

IDProjectCategoryView StatusLast Update
0022759mantisbtuipublic2017-04-30 14:48
Reportermahindra Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2.3.1 
Summary0022759: Parsing "" or ' goes wrong
Description

We have this error since 1.3.x (before this release everything was OK) - also the install checks are OK.

All other special characters are working - what can it be?

After capturing the text

'dies ist ein Sonderzeichentest üöäÜÖÄß'

"Text"

And Save this

it will be parsed/saved as

\'dies ist ein Sonderzeichentest üöäÜÖÄß\'

\"Text\"

Additional Information

•Server-Typ: MySQL
•Server Version: 5.5.45 - MySQL Community Server (GPL)
•Protokoll-Version: 10
• Server Zeichensatz: UTF-8 Unicode (utf8)
•Apache
•Datenbank-Client Version: libmysql - 5.1.73

TagsNo tags attached.
Attached Files

Activities

atrol

atrol

2017-04-21 13:49

developer   ~0056644

Check if this is your issue 0022058:0054814

mahindra

mahindra

2017-04-21 14:00

reporter   ~0056646

Possible.
Thank you for the fast response - I will check this next Tuesday and will report

mahindra

mahindra

2017-04-25 06:46

reporter   ~0056706

It was almost this mistake
Our webhost support told us that Magic_Quotes is no longer active since "deprecated" in PHP version 5.4 .
The install/upgrade script didn't say anything about this version
We have upgraded to php 5.6.30 and everything is running fine.

=> in readme.md
Requirements are

  • MySQL 5.5.35+, PostgreSQL 9.2+, or other supported database
  • PHP 5.5.9+
  • a webserver (e.g. Apache or IIS)

so it is solved by a newer version of php installation.