Title: HTTP 500 error after installing plugin
Last modified: August 21, 2016

---

# HTTP 500 error after installing plugin

 *  [Bencuri](https://wordpress.org/support/users/bencuri/)
 * (@bencuri)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/http-500-error-after-installing-plugin/)
 * I have WordPress and BBPress installed, and I added the Cartpauj PM plugin [http://wordpress.org/plugins/cartpauj-pm/](http://wordpress.org/plugins/cartpauj-pm/)
   to have a private messaging system on the site. The plugin installed successfully,
   but I found an unwanted reply form on the botton of the private messages page
   on the website. So I deleted this from one of the PHP files of the plugin:
 *     ```
       //SHOW THE REPLY FORM
             $threadOut .= "</table>
             <p><strong>".__("Add Reply", "cartpaujpm").":</strong></p>
             <form name='message' action='".$this->actionURL."checkmessage' method='post'>".
             $this->get_form_buttons()."
             <textarea name='message_content'></textarea>
             <input type='hidden' name='message_to' value='".$this->convertToUser($to)."' />
             <input type='hidden' name='message_title' value='".$re.$message_title."' />
             <input type='hidden' name='message_from' value='".$user_ID."' />
             <input type='hidden' name='message_date' value='".current_time('mysql', $gmt = 1)."' />
             <input type='hidden' name='parent_id' value='".$pID."' />
             <input type='submit' onClick='this.disabled=true;this.form.submit();' value='".__("Send Message", "cartpaujpm")."' />
             </form>";
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * This is the PHP file that it was deleted from:
    [http://we.tl/45hrmdQ8uX](http://we.tl/45hrmdQ8uX)
 * Now the server reports HTTP 500 error for the whole website, even the admin dashboard
   is unaccessible at the subdirectory /wp-admin/.I found this odd, because this
   private messages plugin only adds a page and controls that, a separate page, 
   no embedded links on the site, yet now the whole site is gone, even the dashboard.
   How it is possible? Or maybe the site was hacked while I was managing it?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/http-500-error-after-installing-plugin/#post-4021201)
 * Please post in [http://wordpress.org/support/plugin/cartpauj-pm](http://wordpress.org/support/plugin/cartpauj-pm)
 * In the meantime, [FTP](http://codex.wordpress.org/FTP_Clients) into your site(
   or whatever file management application your host provides) & rename the wp-content/
   plugins/cartpauj-pm folder to wp-content/plugins/cartpauj-pm-old
 *  Thread Starter [Bencuri](https://wordpress.org/support/users/bencuri/)
 * (@bencuri)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/http-500-error-after-installing-plugin/#post-4021202)
 * Sorry, it seems the linking script had some issue, here is a link for the php
   file again:
 *  Thread Starter [Bencuri](https://wordpress.org/support/users/bencuri/)
 * (@bencuri)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/http-500-error-after-installing-plugin/#post-4021203)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTTP 500 error after installing plugin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Bencuri](https://wordpress.org/support/users/bencuri/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/http-500-error-after-installing-plugin/#post-4021203)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
