Tanatus Posted December 24, 2015 Share Posted December 24, 2015 (edited) 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 December 24, 2015 by Tanatus (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted December 27, 2015 Share Posted December 27, 2015 Does your server support symbolic links? Link to comment Share on other sites More sharing options...
Tanatus Posted December 27, 2015 Author Share Posted December 27, 2015 On 12/27/2015 at 8:09 AM, tuk66 said: Does your server support symbolic links? Sorry, but what does it mean? Is it a php or apache function? Link to comment Share on other sites More sharing options...
tuk66 Posted December 27, 2015 Share Posted December 27, 2015 Apache Link to comment Share on other sites More sharing options...
Tanatus Posted December 27, 2015 Author Share Posted December 27, 2015 On 12/27/2015 at 10:11 AM, tuk66 said: Apache My hoster said that the server supports symbolic links function. Link to comment Share on other sites More sharing options...
electrostuff_de Posted October 20, 2016 Share Posted October 20, 2016 Any working ideas here? Got the SameProblem Link to comment Share on other sites More sharing options...
ANGELO Vintage Posted December 17, 2017 Share Posted December 17, 2017 same problem here with 1.6.1.15 The .htaccess file is populated with a code that crash in error 500 the server Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now