Adding escapes when saving
-
When saving SQL commands in reporting, but probably also with other changes, such as in config.php, a backslash is set.
For example:
select * from tng_people where deathdate=‘Y’
becomes
select * from tng_people where deathdate=\’Y\’
The error only occurs when the change is made via the WordPress URL (https://<domain>/genealogy/admin), not with https://<domain>/tng-original-path/admin.
As a workaround, one can use the original path, but since it is unclear with which actions the error has an effect, a solution would be preferable.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding escapes when saving’ is closed to new replies.