PHPList – user_blacklist_data Fatal Error

Wednesday, November 4, 2009 23:20
Posted in category Scripts

While installing PHPList 2.10.10 on my system i got the following error for the table user_blacklist_data:

“Fatal Error: Debugging not configured properly!”

Searching the Internet i found the solution for it by editing the file
/admin/structure.php

Find the query where the user_blacklist_data is created and replace this line:
“email” => array(“varchar(255) not null unique”,”Email”),
with this line:
“email” => array(“varchar(233) not null unique”,”Email”),

Drop the existing tables and restart the database initialisation process.

You can leave a response, or trackback from your own site.

Leave a Reply

Connect with Facebook