Good day Support,
I have installed phpList on my dedicated Web server, and all is working well.
But once I active the SegmentPlugin, I obtain a PHP 500 error.
Nothing is visible in my logs of Apache, PHP and Mysql
The permissions of my folders are set to 755, and 644 for my files. The command ‘chmod -R 777’ produces no change.
Below is my .htaccess :
2 DirectoryIndex index.php
3
4 <FilesMatch “.(php|inc)$”>
5 Order allow,deny
6 deny from all
7
8 <FilesMatch “(index.php|dl.php|ut.php|lt.php|download.php|connector.php)$”>
9 Order allow,deny
10 allow from all
11
In case you have not yet done so, you will need to delete the plugin from your plugin’s directory to get phplist working again.
Just to clarify what is happening. You have installed and enabled CommonPlugin and phplist continues to work. You then installed the Segment plugin, enabled that plugin, and then phplist failed with a 500 error.