Jump to content

Image not visible when put in product description


Recommended Posts

Hello,

 

Is it normal that any image that I try to insert between a text via the standard "insert image" button (for ex. in the description text of a product or in the footer of the Front page) is not visible and I see only a question mark?

 

The pictures are uploaded in Prestashop and even I tried with the default picture available...still the same result...only a question mark. All info looks correct in the html codes.

 

Should I make some specific settings adaptation in general in order to have this correctly done?

 

I bought also a separate text editor module and there also I have the same problem while the editor of the module replied to me with a screenshot that the pricture is visible on his computer under the same Prestashop version 1.6.0.5...

 

Thanks for your help and feedbacks.

 

Boris

 

 

Link to comment
Share on other sites

In img/cms/ folder you have .htaccess file containing

php_flag engine off

Try to change this to:

<IfModule mod_php5.c> 
   # Turn the PHP engine off 
   php_flag engine off 
</IfModule>
Link to comment
Share on other sites

Hi,

 

Thanks for the details. A/M is valid for any text editor module? I just bought one, where I have the same problem, so when I add the text in the .htaccess file, this will be OK for all modules I have?

 

Thanks.

Link to comment
Share on other sites

×
×
  • Create New...