Title: Subscribe.php Problem
Last modified: August 18, 2016

---

# Subscribe.php Problem

 *  Resolved [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/)
 * How to solve this problem? Try to figure it out but no clue .. Please advise 
   and give direction. See the link at below,
 * [http://marketingbyann.com/subscribe.php](http://marketingbyann.com/subscribe.php)
 * Thank you.

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

1 [2](https://wordpress.org/support/topic/subscribephp-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/subscribephp-problem/page/2/?output_format=md)

 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-297990)
 * Anyone!? What do you suggest…? I have helped her with the main part of it, just
   for some reason, her subscribe page is looking screwy.. any suggestions?
 * spencerp
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-297996)
 * Where did you get this “subscribe.php” page or file? It’s not a core WordPress
   file.
 *  [Les Bessant](https://wordpress.org/support/users/lesbessant/)
 * (@lesbessant)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-297997)
 * Looks like it might be Skippy’s subscribe2 plugin.
 *  [mylagoon](https://wordpress.org/support/users/mylagoon/)
 * (@mylagoon)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-297998)
 * I’ve had a similar problem with what I guess is the same Subscribe.php file. 
   Don’t remember where I got it ’cause I’m not using it, but it is incorrectly 
   displaying in a similar fashion too.
    [http://www.mylagoon.com/subscribe.php](http://www.mylagoon.com/subscribe.php)
 * From memory it is part of the Subscribe2 plugin by Skippy. Maybe email him?
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-297999)
 * Yes, if you are having a problem with a plugin, please contact the plugin’s developer.
 *  [mylagoon](https://wordpress.org/support/users/mylagoon/)
 * (@mylagoon)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298001)
 * Ok, did a bit of research, in the subscribe.php file remove the line get_sidebar.
   Worked for me.
 *  Thread Starter [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298003)
 * Mylagoon, you are right, it is Subscribe2 plugin by Skippy. I couldn’t find get_sidebar
   in the subscribe.php file? Is that the file in Edit Plugin section?
 *  [mylagoon](https://wordpress.org/support/users/mylagoon/)
 * (@mylagoon)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298004)
 * No, its the file that you placed in the root directory of your WP installation.
   It’s called subscribe.php. It’s what you have been loading into your browser.
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298052)
 * Annliu, he means remove this line: get_sidebar(); Down under the section of: /////////////////
   //***
   main() *** // display the main page /////////////////
 * Just before this:
 * die;
    } // main()
 * ////////////////////
 * It’s inside the subscribe.php file, the one right inside the plugin’s folder.
   It’s the only one that is uploaded right into the main blog’s Root Directory.
 * I’m guessing… I think it’s line 113. =) And then just reupload that file again
   and so forth. I hope that helps ya.. =) And yup, it’s a Skippy plugin lol. Skippy
   de do da, Skippy de day…Together were going to have a wonderful fucking day!!
   LOL! Just had to, couldn’t resist lmao!! Hahahaha….damn hangovers and shit lol!!
 * spencerp
 *  Thread Starter [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298094)
 * Not kidding, in my subscribe.php file doesn’t have get_sidebar(); this what I
   have:
 *  // ****************************************
    // CHANGE THIS TO 1 IF YOU ARE 
   ON DREAMHOST // **************************************** $dreamhost = 1;
 * /////////////////////
    // main program block add_action (‘admin_menu’, ‘subscribe2_menu’);
   add_action (‘publish_post’, ‘subscribe2’, 8); //////////// END MAIN PROGRAM /////////////
 * //////////// BEGIN FUNCTIONS //////////////
 *  Thread Starter [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298235)
 * Is there any advise to help me solve the problem in my subscribe link after you
   saw my subscribe.php? There doesn’t have get_sidebar(); …
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298239)
 * You may want to consider downloading the latest version of the plugin and replacing
   the copy that is on your server.
 *  Thread Starter [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298242)
 * I re-download the new version (2.1.7), now the site shift to the right and inside
   the subscrib.php file still don’t have get_sidebar(); … The new version has the
   same code as old one. How to do it?
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298243)
 * In that case, I will refer you to my second reply in this thread:
 * [http://wordpress.org/support/topic/52513#post-287575](http://wordpress.org/support/topic/52513#post-287575)
 *  Thread Starter [annliu](https://wordpress.org/support/users/annliu/)
 * (@annliu)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/#post-298244)
 * Okay, I wrote an email to the developer Skippy and now is waiting for his reply.
 * Thanks for everybody’s help.

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

1 [2](https://wordpress.org/support/topic/subscribephp-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/subscribephp-problem/page/2/?output_format=md)

The topic ‘Subscribe.php Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 5 participants
 * Last reply from: [annliu](https://wordpress.org/support/users/annliu/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/subscribephp-problem/page/2/#post-298318)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
