The security-enabled logs directory (/var/logs/s2member) does not exist
-
Hi there,
from the beginning on I had this error on the “Log Files (Debug)” menu.
The security-enabled logs directory (/var/logs/s2member) does not exist. Please create this directory manually & make it writable (chmod 777).
The .htaccess protection file (/var/logs/s2member/.htaccess) does not exist. Please create this file manually. Inside your .htaccess file, add this:
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
deny from all
</IfModule>I tried it with my .htaccess in my root menu, made a new one into the plugin directory etc., but nothing ever worked. I also couldn’t find any kind of workaround/manual. I’d appreciate help a lot!
I’m a pro member by the way and would love to use the pro members support, but they need log files from me which I can’t produce because of this issue.
Thanks!
- The topic ‘The security-enabled logs directory (/var/logs/s2member) does not exist’ is closed to new replies.