AbanteCart Community

Shopping Cart Operations => Support => Topic started by: popustda on May 01, 2014, 06:38:15 AM

Title: product pictures loading error
Post by: popustda on May 01, 2014, 06:38:15 AM
I guess this happens because of picture size not compatible or something?
when i delete them and upload again its fine
Title: Re: product pictures loading error
Post by: abantecart on May 01, 2014, 11:19:56 AM
Can you post URL? Or inspect with firefox firebug
Title: Re: product pictures loading error
Post by: popustda on May 01, 2014, 11:55:38 AM
here is the url.

http://www.topducan.eu/index.php?rt=product/product&product_id=806

Title: Re: product pictures loading error
Post by: popustda on May 02, 2014, 05:43:18 AM
now i have many products with problem like this. they worked before but now the cant load when product page opened?
Title: Re: product pictures loading error
Post by: Chico on May 03, 2014, 02:16:23 PM
Hello,
you have installed the Croatian and English language?
Go to: System -> Localization -> Language -> Crotian
In the end, you have the option below:
Load missing language data
Source Language: Select "English"
Text translation methods: "Copy Source Language Text"

Click on "Load"
Show you how much data is loaded
Then click "Save"

Best regards Chico
Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 03:47:55 AM
this wont help. I just have to delete and upload pictures again and then its ok
Title: Re: product pictures loading error
Post by: denagpam on May 04, 2014, 08:45:40 AM
I ever had the same problem and all unsolved until I enable Sub-Total and Total in Extensions > Order Totals

Just look at this link:
http://forum.abantecart.com/index.php/topic,2126.0.html
Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 08:51:42 AM
cant open the link?
Title: Re: product pictures loading error
Post by: denagpam on May 04, 2014, 08:53:05 AM
just click once again
on Reply #9
Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 09:01:24 AM
i dotn know what this have to do with picture load problem?

btw. you solved ajax errors? my subtotals are enabled but i still have problems with ajax when i open my website with www.

thanks
Title: Re: product pictures loading error
Post by: denagpam on May 04, 2014, 09:03:49 AM
how about with no www.

does the problem still persist ?
Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 09:13:52 AM
what is more funny is the fact that when i have my domain set without www. in system/settings STORE URL , then i have ajax error for opening a website with WWW
IF i set STORE URL with WWW, then i have Ajax error when opening without WWW.

try my link:
http://www.topducan.eu/index.php?rt=product/product&product_id=926
Title: Re: product pictures loading error
Post by: llegrand on May 04, 2014, 09:22:07 AM
Hello,   have you checked these things to see if you might have some conflicts going on?
1.  if you have SSL,  does it work for both www and non-www?
2.  Do you have your htaccess.  set correctly?
3.  are you using CloudFlare?  if so,  and you have SSL  you need to upgrade CloudFlare to handle SSL, the free one won't work

Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 11:05:54 AM
SSL i register only for domain without WWW.

here is my picture of htaccess.
Title: Re: product pictures loading error
Post by: llegrand on May 04, 2014, 03:48:11 PM
try this as a solution to your www  non-www  , choose the solution that works with your SSL.

http://www.inmotionhosting.com/support/website/htaccess/force-www-htaccess (http://www.inmotionhosting.com/support/website/htaccess/force-www-htaccess)

Let us know the results .

Lee

Title: Re: product pictures loading error
Post by: popustda on May 04, 2014, 04:17:41 PM
thanks friend.
i enter this one below and its working now. its forcing non-www to open always

#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]