Subscribe.php 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
Thank you.
-
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
Where did you get this “subscribe.php” page or file? It’s not a core WordPress file.
Looks like it might be Skippy’s subscribe2 plugin.
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.phpFrom memory it is part of the Subscribe2 plugin by Skippy. Maybe email him?
Yes, if you are having a problem with a plugin, please contact the plugin’s developer.
Ok, did a bit of research, in the subscribe.php file remove the line get_sidebar. Worked for me.
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?
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.
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
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 //////////////
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(); …
You may want to consider downloading the latest version of the plugin and replacing the copy that is on your server.
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?
In that case, I will refer you to my second reply in this thread:
Okay, I wrote an email to the developer Skippy and now is waiting for his reply.
Thanks for everybody’s help.
The topic ‘Subscribe.php Problem’ is closed to new replies.