Jump to content

Prestashop Watermark Module Causing Internal Server Error 500


Recommended Posts

Hi, 

I'm trying to activate the Prestashop Watermark module, but after activation it causes an 500 Internal server error.

 

The following code is added to the .htaccess file:

  Quote

 

# start ~ module watermark section

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule [0-9/]+/[0-9]+\.jpg$ - [F]
</IfModule>
# end ~ module watermark section

The module starts working only after disabling the line:

Options +FollowSymLinks

with a # symbol.

 

Also, some sort of a solution is commenting:

Options +FollowSymLinks

with a # symbol in the file /modules/watermark/watermark.php

 

This deactivates this string in the .htaccess file and everything starts working.

After regenerating images the watermark appears on them.

 

Any ideas or suggestions?

Edited by Tanatus (see edit history)
Link to comment
Share on other sites

  • 9 months later...
  • 1 year later...

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...