Jump to content

Error 403. Classic theme newly built but images of product, favicon, logo, any image cannot be load


Recommended Posts

Hello!

I am using prestashop 1.7 and I am trying to modify classic theme. Until now I have been able to build the source files of classic-dev, but when I load the theme in my site I found that no image is loading. In fact for example for logo the url generated is doubled like this:

<img class="logo img-responsive" src="http://localhost/mysite/img//mysite/img/logo.png" alt="My Site Alt Text">

For products images for example I get:

<img src="http://localhost/mysite/img/p/es-default-large_default.jpg" style="width:100%;">

for this same product when I load it with the classic them that comes with prestashop 1.7 shows this:

<img class="js-qv-product-cover" src="http://localhost/mysite/26-large_default/rty.jpg" alt="" title="" style="width:100%;" itemprop="image">

Completely different, and so on with any image.

Any one knows what may be happening.

Best Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...