betyonfire
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Forms] Experiencing Issues/Missing FunctionalityOk. Will do.
Forum: Plugins
In reply to: [Constant Contact Forms] Experiencing Issues/Missing FunctionalityI received the email notification from the plugin that you signed up. I don’t see anything in the logs and our list in Constant Contact is not getting the sign ups.
Log:
[2025-12-16, 13:04] Refresh Token:.INFO: Refresh token triggered [] []
[2025-12-16, 13:04] Refresh Token:.INFO: Old Refresh Token: 3p2LZEwc* [] [] [2025-12-16, 13:04] Access Token:.INFO: Old Access Token: eyJraWQi* [] []
[2025-12-16, 13:04] Refresh Token:.INFO: Refresh token successfully received [] []
[2025-12-16, 13:04] Refresh Token:.INFO: New Refresh Token: g6qBT9Yr* [] [] [2025-12-16, 13:04] Access Token:.INFO: New Access Token: eyJraWQi* [] []
[2025-12-16, 13:04] Expires in:.INFO: Expiry: 86400 [] []Forum: Plugins
In reply to: [Constant Contact Forms] Experiencing Issues/Missing FunctionalityThe error message seems to be gone now, and the form appears to work, but the emails are not being added to the list at Constant Contact. Any advice?
I’m wondering if just using the code from Constant Contact might work better than this plugin?
I did some more testing and have more details below and a link to screenshots. I ended up reverting to Events Manager 6.6.4.4, so the site is no longer running the new version.
I was testing with Events Manager 7.2.2.1. The theme is Divi 4.27.4 and WordPress 6.8.3. I also tried Events Manager 7.2 with the same results.
I tried using WP Safe Mode, but couldn’t get the loader file working. I tested instead with Health Check & Troubleshooting, with just Events Manager 7.2.2.1 and the Twenty Twenty Five theme, but the problem still occurred – new recurring events were appearing on the site on dates that had been set up as unavailable. I could be doing something wrong in the setup, though it did seem self-explanatory. These four screenshots will hopefully be helpful in determining that.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Warning: Undefined array key 0 in…Same issue here. The fix above works, but only if you add an ending “}” on line 274
Thanks! That worked for me.
Forum: Plugins
In reply to: [Library Bookshelves] Slow to Update – server or plugin issue?No PHP errors related to Library Bookshelves, so I also think it must be the hosting environment. Thanks for your response.
Forum: Plugins
In reply to: [Contact Form 7] Problem with Stripe Integration and commasThanks for the tip @plantprogrammer. I was able to block commas with this code:
// No commas allowed in the amount field add_filter('wpcf7_validate_text*', 'custom_text_validation_filter', 10, 2); function custom_text_validation_filter($result, $tag) { $type = $tag['type']; $name = $tag['name']; if($name == 'your-amount') { $value = $_POST[$name]; $Match_all = "/([\,])/"; if(preg_match($Match_all,$value)){ $result->invalidate( $tag, "Please remove any commas from your amount field!" ); } } return $result; }Thank you! I’ll give it a try.
Forum: Plugins
In reply to: [Accordion Blocks] no-js triggeredHi Phil,
That update seemed to have done the trick and the accordions are working perfectly now. Thanks so much for your help!
Ok. Ticket submitted.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Some calendars not workingFigured it out. Had to deactivate Role Scoper, resave calendars, then activate it again. All working.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] File backups failingI managed to figure this out by increasing resources on tbe account and switching to tar gzip backups.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] File backups failingSorry for not responding earlier — I was sort of hoping the issue would go away on its own. No such luck.
I adjusted the max_execution_time by adding this to my .htaccess file:
php_value max_execution_time 300And that is now appearing in the settings, but the backups are still failing. Here are the settings:
WordPress version 4.9.2 BackWPup version 3.4.4 Get pro. PHP version 5.6.33 (64bit) MySQL version 5.5.56-cll-lve cURL version 7.54.0 cURL SSL version OpenSSL/1.0.2k WP-Cron url http://nehlibrary.org/wp-cron.php Server self connect Response Test O.K. Document root /home/nehl/public_html Temp folder /home/nehl/public_html/wp-content/uploads/backwpup-f6a21a-temp/ Log folder /home/nehl/public_html/wp-content/uploads/backwpup-f6a21a-logs/ Server Apache Operating System Linux PHP SAPI litespeed Current PHP user nehl Maximum execution time 300 seconds Alternative WP Cron Off Disabled WP Cron Off CHMOD Dir 0755 Server Time 17:50 Blog Time 12:50 Blog Timezone America/New_York Blog Time offset -5 hours Blog language en-US MySQL Client encoding utf8 PHP Memory limit 256M WP memory limit 256M WP maximum memory limit 256M Memory in use 44.50 MB Disabled PHP Functions: show_source, system, shell_exec, passthru, exec, popen, proc_open Loaded PHP Extensions: Core, PDO, Phar, Reflection, SPL, SimpleXML, bcmath, bz2, calendar, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, gmp, hash, iconv, imap, json, libxml, litespeed, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, pdo_sqlite, posix, readline, session, shmop, sockets, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlibI don’t really need the location information on the new site — do you still think re-importing would be better than trying to remove location info?
The new site does have existing content in it. I’m going to pull a copy of the database and files and get them set up locally so I can work out this issue. If you have an idea of how to re-import correctly (or another fix that would remove location info), I’d love to hear it.