AbanteCart Community

Shopping Cart Operations => Support => Topic started by: yapkot on August 23, 2013, 09:16:09 PM

Title: URL errors
Post by: yapkot on August 23, 2013, 09:16:09 PM
First let me say this is a great cart. I found it with my new host and installed it a couple days ago. So far I am very impressed, hope to go live with my site in a week or so.

Now down to business. My error log keeps getting filled with this:
2013-08-23 21:04:27 - App Warning:  AbanteCart core v.1.1.6 Warning: Accessing store with unconfigured or unknown domain. Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/bardkjix/public_html/core/lib/config.php on line 151


I have tried http://, https://, and both with and without www.. Nothing changes it.?   Any ideas?   I guess it's not a critical error but it is very annoying when every page change or refresh gives a new instance of the error.
Title: Re: URL errors
Post by: abantecart on August 24, 2013, 12:00:01 AM
I think there were couple of posts about the same topic

You use HTTPS for store URL setting only if you use https on your site all the time. If you use https only for customer secure pages, you need to keep HTTP.

Try to clear log before you apply settings, to make sure that you look at clear log and test again.
Title: Re: URL errors
Post by: yapkot on August 24, 2013, 01:15:00 AM
Have done that.  Even did a remove and re-install.....

It has nothing to do with https

Screenshot:

s15.postimg.org/zc01pvd7v/errors.jpg
Title: Re: URL errors
Post by: abantecart on August 24, 2013, 10:37:33 AM
1. As I stated before, warning will not show if you access with http or https in correct sections handled by code on it is own. By default HTTPS is used (if enabled) only on customer login and account sections. If you enter any other section with HTTPS the will be warning. This will happen ONLY if you have http: in your store url settings.
If you access your site with HTTPS all the time have store url setting with HTTPS instead. In this case, if you enter store with HTTP there will be warning again. 

2. There is no harm with this warning.

We will check this more and will add more detailed validation in future version.
Title: Re: URL errors
Post by: yapkot on August 24, 2013, 07:42:12 PM
i understand there is no harm in it.


it happpens on a clean install before any modifications.


thanks for the replies  :)