Title: [Plugin: SendPress] 500 Internal Server Error
Last modified: August 20, 2016

---

# [Plugin: SendPress] 500 Internal Server Error

 *  [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/)
 * At sometime yesterday (late afternoon or early evening) I started getting blank
   screens, when trying to log into my WordPress Website. Upon further investigation,
   I was getting a **500 Internal Server Error**, though not every page was actually
   displaying the error message.
 * I started investigating the issue. Since the text of the **500 Internal Server
   Error** suggested _“More information about this error may be available in the
   server error log”_ I started with the Apache2 error log.
 * On my Debian GNU/Linux Server, this log is found at:
 * `user@server: /var/log/apache2/error.log`
 * I use _logrotate_ so each log file is changed every day, if an error is generated.
   I looked at the log file and found the following error:
 *     ```
       [Fri Aug 10 09:26:54 2012] [error] mod_fcgid: process /home/bamajr.com/fcgi-bin/php5.fcgi(15293) exit(communication error), get unexpected sig$
       PHP Warning:  Module 'gd' already loaded in Unknown on line 0
       PHP Warning:  Module 'mcrypt' already loaded in Unknown on line 0
       <br />
       <b>Deprecated</b>:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
       <br />
       <b>Deprecated</b>:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
       <br />
       <b>Deprecated</b>:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
       <br />
       <b>Deprecated</b>:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
       ```
   
 * [http://wordpress.org/extend/plugins/sendpress/](http://wordpress.org/extend/plugins/sendpress/)

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/2/?output_format=md)

 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958051)
 * This error started yesterday, late afternoon/evening, and it occurred every time
   I tried to log in or access any part of the WordPress Administration Area.
 * You’ll notice the error I posted, in this message, shows today’s date. My research
   continued today, as I tried to figure out which plugin was causing the issue.
   However, with the exception of today’s date/time and the number following php5.
   fcgi(#####), the errors are identical, for each log in attempt and for each attempt
   to access a WordPress Admin Page directly.
 * The weird thing is, I didn’t make any changes to the WordPress installation yesterday.
   I did not add, remove or modify any plugins, themes, widgets, pages or posts.
   I simply logged in to review page-view stats, moderate a single comment (identified
   as spam), and to delete a user, who signed up from a known spamming IP address.
 * Then, when I tried to log in again, yesterday, late afternoon/evening, I started
   getting this issue.
 * When the issue first started, I had the following plugins installed, **including
   SendPress**:
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-01.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-01.jpeg)
 * All the listed plugins were activated except the three QR Code Plugins. They 
   were installed, but not active.
 * Knowing this type of issue is most likely from a Plugin or Theme, I manually 
   removed all plugins, via FTP. I first copied each plugin over to a directory 
   on my computer. Then I deleted the plugins from the ~/public_html/wp-content/
   plugins directory, on the server.
 * Then I started re-adding each plugin (via FTP), by copying them back to the server,
   from my computer. I added one plugin at a time (in alphabetical order), logged
   into the WordPress admin area, activated the plugin, logged out, browsed a couple
   pages on the website, logged in again and logged out again. I followed this process,
   until I came to the SendPress Plugin – and the issue started again, immediately
   upon activating the SendPress Plugin.
 * This time, when the issue started, I only had the following plugins installed,**
   plus SendPress**:
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-02.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-02.jpeg)
 * All the listed plugins were activated except the single QR Code Plugin. It was
   installed, but not active.
 * [http://wordpress.org/extend/plugins/sendpress/](http://wordpress.org/extend/plugins/sendpress/)
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958054)
 * Sorry my description, of the problem, is so long. I’m just trying to be thorough,
   so the issue can be resolved.
 * I hope I’ve provided enough details, to resolve this problem. Obviously, I can’t/
   wont use this plugin, until the issue has been identified and fixed.
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958074)
 * Hi bamajr,
 * Could you tell me what version of PHP you are running. Looking at what you have
   for an error I have no idea what would cause it but I will try and replicate 
   it on our test server.
 * Josh
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958081)
 * Hello Josh…
 * Just a few moments ago, I installed the WordPress phpinfo() plugin, found at:
 * [http://wordpress.org/extend/plugins/wordpress-php-info/](http://wordpress.org/extend/plugins/wordpress-php-info/)
 * I had a script running by itself, but I wanted something which was immediately
   available within the WordPress Administration Area.
 * `PHP Version: 5.3.3-7+squeeze13`
 * I will be happy to provide you with any additional info you need, to help resolve
   the problem.
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958170)
 * Josh, I’m pretty sure I identified all the information in my posts above, but
   I also outlined the problem on my blog, at: [http://bamajr.com/2012/08/11/500-internal-server-error/](http://bamajr.com/2012/08/11/500-internal-server-error/)
 * I have a lot more general information in the blog post, but I don’t believe I
   posted anything there, I didn’t post, for you, above…
 * …but it doesn’t hurt to skim the article to see.
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958234)
 * Hi Bamajr,
 * I have not been able to recreate your problem yet on our test servers but will
   keep looking into the issue. We just released a new version with a lot of bug
   fixes and updates. Would you mind giving SendPress another go? if you would prefer
   not to try it again on your site i can totally understand that. Thanks again 
   for all the info you provided.
 * Best,
    Josh
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958235)
 * I’d be happy to try it again. That’s one of the things I do a lot of… trying 
   Plugins and Plugin combinations. I’ll document the process for you, too, including
   a snap-shot of my installed/activated plugins.
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958236)
 * Ok… I’m starting with the following plugins, installed/activated (some are installed
   but not activated):
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-03.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-03.jpeg)
 * This isn’t much different than the information I’ve already outlined for you,
   above.
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958237)
 * After taking the screenshot (above), I went to:
 * Plugins > Add New
 * In the “Search” area, I typed in “SendPress” and clicked the “Search Plugins”
   button.
 * I clicked the “Install Now” link and confirmed the installation, but did not 
   activate it, after the installation.
 * The screenshot below, is of the plugins, installed/activated, after SendPress
   was installed.
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-04.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-04.jpeg)
 * No issues to this point! 😉
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958238)
 * Upon clicking the “Activate” link, in the Plugins Area, I’m immediately presented
   with the following screen:
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-05.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-05.jpeg)
 * When I view the source of this page, there is nothing there.
 * When I navigate to [http://bamajr/wp-admin/](http://bamajr/wp-admin/) there is
   nothing there either, as is depicted in the following screen:
 * [500-Internal-Server-Error-WordPress-Installed-Plugins-06.jpeg](http://bamajr.com/wp-content/uploads/2012/08/500-Internal-Server-Error-WordPress-Installed-Plugins-06.jpeg)
 * The images are showing use of Firefox, but I also tested in Google Chrome, with
   the same results.
 * One other point of interest (maybe) is that after the SendPress plugin is installed,
   the front end of my website continues to work, but the “Admin Bar” has some weird
   display issues. Those “Admin Bar” issues go away as soon as SendPress is removed,
   as well.
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958239)
 * Hi Bamajr,
 * Thanks for testing everything again. Looks like something is still not totally
   right. I will keep digging around in the plugin and see if i can figure out what
   is now causing the white screen of death for your wp-admin area.
 * We should have another release soon. Would you be able to test a prerelease version
   after I make some more updates to the plugin?
 * Thanks,
    Josh
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958240)
 * I’m willing to help, in just about any way I can.
 * I’m curious about why this happened all of a sudden, as the SendPress plugin 
   wasn’t causing this problem, until the last two updates.
 * I know it was working, because I filed the following support issue, upon testing
   the plugin, initially:
 * [http://wordpress.org/support/topic/plugin-sendpress-email-previewsendtracking-issue](http://wordpress.org/support/topic/plugin-sendpress-email-previewsendtracking-issue)
 * What changed between now and then?
 * Does SendPress put information in the WordPress Database? Is it possible this“
   DATA” needs to be removed, before trying this latest SendPress release? Where
   is the SendPress Data stored?
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958241)
 * Hi Bamajr,
 * SendPress should update the data as it needs but it is possible we missed something.
   The data is stored in the following tables:
 * {table_prefix}sendpress_list_subscribers
    {table_prefix}sendpress_lists {table_prefix}
   sendpress_queue {table_prefix}sendpress_report_url {table_prefix}sendpress_subscribers{
   table_prefix}sendpress_subscribers_click {table_prefix}sendpress_subscribers_open{
   table_prefix}sendpress_subscribers_status
 * It also uses 3 custom post types:
 * sptemplates
    sp_newsletters sp_reports
 * If it is a data issue then it is most likely something to do with the custom 
   tables.
 * Also in response to your other issue. The reports currently only show non-unique
   opens so we count every action taken. We are working on the ability to view the
   details and update the reports overview to show unique and non-unique opens/clicks.
 * Josh
 *  Thread Starter [bamajr](https://wordpress.org/support/users/bamajr/)
 * (@bamajr)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958245)
 * [@josh](https://wordpress.org/support/users/josh/) Lyford
 * Okay, I may be getting somewhere on this. When the issue first occurred, it was
   immediately after SendPress was updated (not this last time, but the time before).
   I had to manually remove the plugin, to restore functionality to my website’s
   admin area.
 * Even though, I re-installed and re-activated the plugin, in an effort to test
   the next two updates, I was never able to delete the plugin, from the plugins
   area. So, obviously, the tables were never removed.
 * I found:
 * {table_prefix}_sendpress_lists
    {table_prefix}_sendpress_list_subscribers {table_prefix}
   _sendpress_queue {table_prefix}_sendpress_report_url {table_prefix}_sendpress_subscribers{
   table_prefix}_sendpress_subscribers_click {table_prefix}_sendpress_subscribers_open{
   table_prefix}_sendpress_subscribers_status
 * …which had not be deleted, when the plugin was removed.
 * Can these tables simply be dropped from the database?
 * I haven’t located the custom post types, in the database yet.
 *  Plugin Author [itdoug](https://wordpress.org/support/users/itdoug/)
 * (@itdoug)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/#post-2958246)
 * Sendpress will add the tables back if removed but if you have any data you should
   back it up before deleting it. But if it never worked, it’s safe to drop the 
   tables.

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/2/?output_format=md)

The topic ‘[Plugin: SendPress] 500 Internal Server Error’ is closed to new replies.

 * ![](https://ps.w.org/sendpress/assets/icon.svg?rev=979185)
 * [SendPress Newsletters](https://wordpress.org/plugins/sendpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sendpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sendpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sendpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sendpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sendpress/reviews/)

 * 57 replies
 * 4 participants
 * Last reply from: [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-sendpress-500-internal-server-error/page/4/#post-2958322)
 * Status: not resolved