Show Posts


Topics - 200268am

Pages: [1]
1
Template Support / Template manager is adding backslashes to site width
« on: August 19, 2018, 06:11:06 AM »
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 ?

2
Do you get the following message when you go to the login area of Abantecart ?

"Your server is unable to create a session necessary for AbanteCart functionality. Check logs for exact error details and contact your hosting support administrator to resolve this error."


This issue is caused by the following difference between

an AbanteCart requirement
session.use_trans_sid = Off

and

your server php.ini file
session.use_trans_sid = 0

They are both the same but Abantecart cannot recognize this fact.

The most important thing is that you check you server php.ini file that it has the right setting which is 0 (if you get this error of course ).

A thing to mention is that this error keeps showing while your settings could be correct.


Another good point to note is that you can check all your needed settings by going to the “session” part when you log in to your admin area of Abantecart in System --> Settings --> System --> PHP info
You can then adjust your server php.ini file to the settings that are mentioned on screen.

Pages: [1]

Powered by SMFPacks Social Login Mod