nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

Autoresponder error message #228

Closed ebirt closed 11 years ago

ebirt commented 11 years ago

Hello,

I'm using the latest version of WP-Autoresponder. When I go to autoresponders, it says I don't have any messages, and I get these error messages when I go to manage messages:

Warning: include_once(/home/content/61/6722261/html/wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin//templates/paging.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/61/6722261/html/wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/views/autoresponder_manage.php on line 42

Warning: include_once() [function.include]: Failed opening '/home/content/61/6722261/html/wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin//templates/paging.php' for inclusion (include_path='/home/content/61/6722261/html/wp-content/plugins/google/lib/external/google:.:/usr/local/php5/lib/php') in /home/content/61/6722261/html/wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/views/autoresponder_manage.php on line 42

Thank you!

Emily

nodesman commented 11 years ago

@ebirt Which version of the pugin are you on? I suspect it's version 5.3.1. Please upgrade to v5.3.3 and and see if the issue persists.

ebirt commented 11 years ago

It's version 5.3.3. I'm not sure how long this issue has been happening. I did notice that file in the helpers folder. Should I move it to the templates folder?

tzjames0011 commented 11 years ago

How do I get off this email stream? It’s jamming up my inbox!

StandOutResults1 - Logo - Horizontal - 4 Color - PNG

Vicki M James

Strategic Marketing Partner

Differentiation Diva

Authorized Duct Tape Marketing Consultant

http://www.stand-out-results.com/ Stand-Out-Results.com

585.230.3275

"Let's create a strategic marketing plan together that will allow you to sell without selling to your prospects, attract qualified leads and increase profits all while keeping you accountable and making marketing easy and automatic."

Are you receiving http://eepurl.com/qseSf Marketing Tips in your inbox? No? Sign up TODAY for your bi-monthly fill of proven marketing tips to stand out from your competition and charge a premium for your services.

From: Raj Sekharan [mailto:notifications@github.com] Sent: Wednesday, April 17, 2013 10:29 PM To: rajasekharan/WP-Autoresponder Subject: Re: [WP-Autoresponder] Autoresponder error message (#228)

@ebirt https://github.com/ebirt Which version of the pugin are you on? I suspect it's version 5.3.1. Please upgrade to v5.3.3 and and see if the issue persists.

— Reply to this email directly or view it on GitHub https://github.com/rajasekharan/WP-Autoresponder/issues/228#issuecomment-16550242 . https://github.com/notifications/beacon/rUxBZHPT6WcEUC6Se3e-1jnPRN2R6cV8Eg2bAX52877Zp-fGqvxQ8vPX3J7AK-cn.gif

nodesman commented 11 years ago

@tzjames0011 Unwatch the repository.

nodesman commented 11 years ago

@ebirt Open views/autoresponder_manage.php and then change line 42 to :

<?php include_once WPR_DIR."/views/templates/paging.php"; ?>

nodesman commented 11 years ago

Solution in pervious comment for anyone lurking at issue #230.

ebirt commented 11 years ago

Thank you! That took care of the error but I still can't manage the autoresponder messages. It says there are no messages but I know there's one there, because when I subscribe, the autoresponder arrives in my inbox as it should. Thank you!

nodesman commented 11 years ago

What's the subject of the first email you get?

ebirt commented 11 years ago

"Response Required: Please confirm your request for information" ... it's what I have set up in the autoresponder.

nodesman commented 11 years ago

@ebirt This is not part of the autoresponder. This is the confirmation message. You will have to create the first email that will be delivered after this email when the user has confirmed their subscription by click on a link in the email that has that subject. Add a new message using the autoresponder management interface.

ebirt commented 11 years ago

Ahh... OK. I was confused because I have an autoresponder set up with no messages, apparently. I think all is OK now. Thank you!