webmaster-sw
Forum Replies Created
-
Update:
After reading your article, I activated Geeky Settings > Enable Mailpoet’s Cron > No Thanks.The automated newsletters are now sending.
Thank you for your help.
Hi @mailpoet
Thank you for getting back to us.I have read through your guide about the WP-Cron being dependent on website visitors. We have approximately 300 – 500 unique visitors per day, but our site is heavily cached (W3 Total Cache + CloudFlare). Could serving heavily cached content fool the WP-Cron into thinking we have no visitors?
We will pursue our own cron job to determine if this will solve the problem.
This error message also just popped up:
Notice: Undefined offset: 0 in /var/www/wordpress/wp-content/plugins/wysija-newsletters/controllers/back/campaigns.php on line 1735
All newsletters are set to “Scheduled to post when new content is added:
Weekly on [A DAY] at [A TIME]”.Two things of note: my 4:00am newsletter says this:
Date Scheduled: 2016-03-07 04:00:00and my Cron Setup says this:
Scheduled to run at: 2016-04-22 13:25:25
Server time now: 2016-05-03 14:45:08I always have these PHP warnings:
Notice: Constant WP_MEMORY_LIMIT already defined in /var/www/wordpress/wp-config.php on line 107
Notice: Undefined offset: 0 in /var/www/wordpress/wp-content/plugins/wysija-newsletters/controllers/back/campaigns.php on line 1735
I built a new newsletter from scratch and it still didn’t go out.
I can confirm the Send with > Your Own Website > PHP Mail test email works.
I can confirm Send with > SMTP > PHP Mail test email works as well.I just converted the newsletter to “Sending immediately after someone subscribes to the mailing list” in order to test if it’s the “when there’s new content” functionality and it is indeed.
The newsletter sent immediately after I confirmed my subscription.
I had seen that threat previously, but ended up figuring out the issue.
The Helper was giving me a “forbidden” result when attempting to find my user ID, and I was getting photostream okay, so I didn’t realize I was using my Username instead of my User ID.Thanks everyone!
I’m actually referring to something else called an Action Hook:
http://www.kathyisawesome.com/412/thematic-hooks-and-functions/Functions have a default priority number of 10. But if too many functions use the same priority number, then we have the type of problem I am describing.
Hi Alex
Unfortunately, we are not using a free theme. We are using KLEO.Are you able to provide a way to change the plugin priority number?
Hi Alex
If that was the case, wouldn’t the HTML for the other two sections show up?
It’s definitely a PHP issue. Your plugin is likely sharing a priority number with the other two sections.Forum: Plugins
In reply to: [Flickr Photostream] No pictures@andymiller There are no divs for which setting the width has any effect on the photos.
I’ve tried pre, flickrGal0, a, and img classes, and none have any effect on the photos. Hit up the site and see if you can figure it out:
http://straightedgeworldwide.com/galleryForum: Plugins
In reply to: [Flickr Photostream] No picturesDowngrading to 3.1.2 worked for me.
If anyone knows what css will constrain my photos to a fixed page width, that would be fantastic.Forum: Plugins
In reply to: [Social Crowd] Not Working after the latest UpdatePhp error for me, imemdiately after updating to 0.9.6.1:
Fatal error: Cannot use string offset as an array in /home/straig16/public_html/wp-content/plugins/social-crowd/sc_display.php on line 18
Have disabled it in the meantime.