vbengeult
Forum Replies Created
-
Still not working V 7.2.3.1. There is no way to omit any dates from a recurrence. Clicking Unavailable Dates does nothing.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Confirmation and Clear Emails Not SendingFor the record, in case anyone else has this issue. I deleted the Brevo plugin and used WP-SMTP configured to use my Brevo account, and VOILA! emails started working again. It’s still mysterious to me, in that system emails, PTA test emails, and emails from two other plugins other than PTA always worked just fine. There was something about PTA’s emails that the Brevo plugin did not like (but they never showed up in their logs either, so I’m not certain they ever even got to Brevo). I was NOT using CC/BCC settings.
I had the same problem. I switched from using the Brevo plugin to using WP-SMTP configured to use Brevo as the SMTP service, and all emails worked ok after that.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Password resetI’m having a similar issue, in that the email link is not clickable in Thunderbird client but is using gmail. I have a lot of users using yahoo, and they don’t get a clickable link.
The source code on the email is:
<p>Follow the link below to reset your password:<br/><br/> https://www.mywebsite.com/qcuser/?a=3Dset_password_from_key&key=3DorJg0cVO= bLznwAawtsyy&login=3Dmyuser</p>I tried wrapping the [reset_link] shortcode in the reset link email with <a href=\”[reset_link]\”> Click link</a> but then I didn’t get anything but Click link — the shortcode didn’t generate the actual link. Is there a way around this? I have send HTML configured in the plugin, but it’s not generating link code.
- This reply was modified 1 year, 8 months ago by vbengeult.
Related questions:
Do you plan to use the current jquery version as included with WordPress? Also, the FullCalendar plugin is using a very large, outdated library – the github repository for it even says not to use it. Any plans to update that?
When running analyzers on my site, EM has some of the largest libraries to load, including old jquery versions, so it would be great to see some of these updated.
Love the plugin.
I think I figured out why this was happening. There was a database issue caused by user error — if the recurring event is created with a time setting that doesn’t make sense with the date setting (like accidentally putting in 2 am instead of 2 pm) there is a database error that is not reported to the user but causes the publish update to fail. If the date/time is fixed, the problem goes away.
So double-check your dates/times to make sure they are correct. Hope this helps.
I think I figured out why this was happening. There was a database issue caused by user error — if the recurring event is created with a time setting that doesn’t make sense with the date setting (like accidentally putting in 2 am instead of 2 pm) there is a database error that is not reported to the user but causes the publish update to fail. If the date/time is fixed, the problem goes away.
I would have replied to you sooner, but I did not receive the follow-up reply by email even though I have it checked. ???
Forum: Plugins
In reply to: [The Events Calendar] Link to next month not workingI’m having the same problem. Using the Twenty Twenty theme, network install, postname permalinks. The < > arrows don’t work from the calendar view (always flip back to current month), but if I click the down arrow and use the month picker, it works.
Here’s the console data:
JQMIGRATE: Migrate is installed, version 1.4.1GOING TO THE MONTH DISPLAY: Loads current month, February
VM1774:1 XHR finished loading: GET “https://www.mysite.com/blogs/fapctest/wp-json/tribe/views/v2/html?prev_url=https%3A%2F%2Fwww.mysite.com%2Fblogs%2Ffapctest%2Fevents%2F&url=https%3A%2F%2Fwww.mysite.com%2Fblogs%2Ffapctest%2F%3FeventDisplay%3Dmonth&should_manage_url=true&_wpnonce=af59351dee”.
(anonymous) @ VM1774:1
send @ jquery.js?ver=1.12.4-wp:4
ajax @ jquery.js?ver=1.12.4-wp:4
obj.request @ manager.js?ver=5.0.2:430
obj.onLinkClick @ manager.js?ver=5.0.2:317
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3RIGHT ARROW: Page stays on February after right arrow – DOES NOT WORK
VM1774:1 XHR finished loading: GET “https://www.mysite.com/blogs/fapctest/wp-json/tribe/views/v2/html?prev_url=https%3A%2F%2Fwww.mysite.com%2Fblogs%2Ffapctest%2Fevents%2Fmonth%2F%3Fattachment%3Dfapctest&url=https%3A%2F%2Fwww.mysite.com%2Fblogs%2Ffapctest%2Fevents%2Fmonth%2F2020-03%2F%3Fattachment%3Dfapctest&should_manage_url=true&_wpnonce=af59351dee”.
(anonymous) @ VM1774:1
send @ jquery.js?ver=1.12.4-wp:4
ajax @ jquery.js?ver=1.12.4-wp:4
obj.request @ manager.js?ver=5.0.2:430
obj.onLinkClick @ manager.js?ver=5.0.2:317
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3DOWN ARROW to get to date picker, choose March from the widget – WORKS:
Hope this helps. When I hover on the < > arrows and copy the link that is generated and try to open it in another window, I get a Page Not Found error. If I remove the ?attachment=fapctest from the link, it works.
Thanks for your attention to this.
VickiForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Problem with pregOK, it turned out that the problem was an older version of libpcre hanging around on the system and getting loaded by mistake. Once I updated to the latest version of libpcre, problem fixed.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Problem with pregThanks esmi, but I already tried that. As my update says, its a new download and fresh install, not because of CF7. I’m looking into the pcre library as the source of the problem now.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Problem with pregUpdate. This error occurs in the dashboard on a clean installation with no plug-ins, just the basic install. So it’s not a Contact Form 7 problem, but it seems that whatever changed in the reg expression library is used by this plug-in.
Forum: Fixing WordPress
In reply to: Warning: preg_match() [function.preg-match]: ErrorsI’m suddenly getting these kinds of errors too. Running WP 3.1.1 — it happens on my local server but not on GoDaddy.
Using PHP 5.3.6
PCRE version is
Installed versions: 8.12(3)(11:52:32 AM 04/03/2011)(bzip2 cxx recursion-limit unicode zlib -static-libs)There doesn’t seem to be any action on the bugs.php.net. Downgrading to PHP 5.3.3 is not an option. Any suggestions? Thanks in advance.
——————
My Dashboard currently shows repeated errors where content should be under the headings:
Plugins
Wordpress Development Blog
Other WordPress NewsWarning: preg_match() [function.preg-match]: Compilation failed: unknown option bit(s) set at offset 0 in …/wp-includes/class-simplepie.php on line 11043
and a single error on the Contact Us page:
Warning: preg_replace() [function.preg-replace]: Compilation failed: unknown option bit(s) set at offset 0 in …/wp-includes/shortcodes.php on line 228