I am having an issue with resizing on different browsers on different mediums.
It turned out that the template manager (system --> settings --> appearance) is adding backslashes to the site width property after saving on the default template.
So for example instead of 100% it shows 100\% after saving. Every time you hit the save button it adds a backslash.
This causes some browsers to read it as 100px.
Is there a way to access the configuration file for this directly and adjust it and if yes where is it located ?
Hello.
Very unusual behaviour. What is your AbanteCart and PHP version?
Abantecart version 1.2.12
PHP version 5.5.22
I have changed the PHP to 7.0.15 but still the same issue
please post screenshot.
btw what operating system do you run under?
windows?
The platform of the web server is Debian and I am accessing via Firefox on Windows 7
First picture is after pressing save for 1 time
Second picture is after saving several times. One backslash for each save
please PM me credentials and url to your admin-side
me neither.same issue what should i do for my website
Hi
This issue was resolved by changing the SQL database type from PDO MySQL to MySQLi :D
Сonfirmed with 1.2.15 and PHP 7.2
Changing to amysqli helped. Thank you.
Just note: if you have already saved text data f.e. tax with %, you need to rewrite them to rid backslashes.