While installing PHPList on a GoDaddy server for a client of mine, I was frustrated to receive an ‘Internal Server Error’ / ‘500 Error’. Following the directions at this post fixed it easy enough. You just need to delete the following line form your .htaccess file in your PHPList install directory:
php_flag magic_quotes_gpc on
I was killing myself trying to figure out what I had configured wrong. I would have never found this.
Gracias.
Great catch — much like Mike, would have never figured this one out myself. Thank you – thank you!