Adam Nowak
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] PHP 8 errors/warningsSo these notices are now stacking up at a higher rate, the error log gets up to 1gb in 10 minutes. Please look into getting this plugin to not throw these php 8 notices.
Here is just one example of the notice: [23-Dec-2025 16:19:25 UTC] All-in-One Event Calendar: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated @ /home/xxxxx/public_html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Lexer.php:230 #8192
I still haven’t seen an update available. Have you looked into this issue?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] PHP 8 errors/warningsTimely, has anyone looked into suppressing the All-in-One Event Calendar errors in PHP 8? It is seriously filling up peoples log files at an alarming rate.
The accordion is working because I fixed it by adding this to group-accordion.js
if (typeof aagb_local_object === ‘undefined’) {
var aagb_local_object = {};
}Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] PHP 8 errors/warningsI let you know about all those php warnings filling up logs, it is up to you if you fix it. I don’t have the bandwidth to go down a support rabbit hole. If for some reason you need help fixing it let me know, my hourly rate is affordable.
PS, the above reads a little sarcastic, but I assure you it’s not. soo busy
I am experiencing this issue as well. He does not mean all the backups are in the same folder in dropbox, he means that the backups are shown in the updraft plus interface after a restoration. Usually it lists the last few, now my existing backups section is showing 250 backups. How do you rescan so that the correct backups are associated. Rescan remote storage did nothing. I fear clicking the delete button.
The link in the plugin update message about this is a 404. I’m not updating yet until I’m confident this is squared away, what’s up with the 404?
I am still having this issue. I do maintenance for clients and after update to wp 5.8 none of these sites will load the settings page: /wp-admin/options-general.php?page=rlrsssl_really_simple_ssl
As I said, there are no errors and the wp debug log file was not created since it wasn’t throwing errors. I don’t have time this week to track this down, but next week I will be doing more investigating.
My reply via email didn’t post. There are no errors in any logs, the datacenters didn’t find any either. WP debug log was not created when the issue happens, so nothing there.
I did not roll it back. It seemed to be functioning after reinstall, just cant get to settings page.
That was sketchy since the ?page=rlrsssl_really_simple_ssl page is not working. Luckily I had a backup to restore to get the mixed content filter working again.
Reinstalling did not fix the issue. This is the third website I have updated that developed this issue.
I am experiencing the same issue. Toolbar went away.
Forum: Plugins
In reply to: [SameSite Cookies] Does it work on Multisite?That is the issue, trying to set it to be none. I think there will be a filter in future WP to set this. https://core.trac.ww.wp.xz.cn/attachment/ticket/37000/pluggable.diff
Forum: Plugins
In reply to: [SameSite Cookies] Does it work on Multisite?I’m having similar issues in multisite. Trying to add the SameSite=none flag to cookie headers, did you find a solution.