News:

AbanteCart v1.4.4 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 200268am

#1
Thank you for the help

I have tried the redirect but it doesn't fix the problem


I have tried to upgrade to newer versions but I get some other problems related to html5

Anyway if there is no other solution I will start over from scratch on the newest version
#2
I am using version 1.3.2 with PHP 8.0.3 for quite a long time now and I really like everything about Abantecart

I lately have stumbled upon an issue that I could not resolve


Abantecart is sometimes using the IP address with http instead of the domain name with https


What happens is that the categories, and sometimes the products, do not show up (the browser blocks the access because it is not safely encrypted with SSL), because the bare IP address doesn't have SSL and is pointing to an http address

So the whole page is showing but the content (categories \ products) is not showing

So for example

http://000.000.00.000/image/thumbnails/26/image1.png

is mentioned instead of

https://mydomain.com/image/thumbnails/26/image1.png


My domain has an SSL and I have tried to apply for an SSL for the bare IP address separately but this is not very simple


In the settings of Abantecart it is properly configured as https://mydomain.com in both fields

The configuration file in system is also properly configured as mydomain.com


The website works properly after dumping the cache but returns to this strange behaviour after some time. I am not sure what triggers it. It also shows up mostly when using the browsers on a mobile phone. It occurs on the laptop but less often


If anyone could help I would really appreciate it
#3
Hi

This issue was resolved by changing the SQL database type from PDO MySQL to MySQLi    :D
#4
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
#5
Abantecart version 1.2.12

PHP version 5.5.22



I have changed the PHP to 7.0.15 but still the same issue
#6
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 ?
#7
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.

Forum Rules Code of conduct
AbanteCart.com 2010 -