freshpromo
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Cache 4 everyone] Fatal error when trying to delete pluginThank you, that worked.
After more troubleshooting it appears to be a conflict between The Events Calendar and WPML plugins that began occurring after the migration. Marking this resolved.
Thank you for the information and clarification.
I just discovered that some the website’s multilingual pages (WPML plugin) are occasionally returning 500 internal server errors now. They are in a subdomain like http://www.mysite.com/FR/
I cannot revert the migration to resolve this. I’ve followed your instructions and disabled extended protection, however I’m still seeing 500 errors on /FR/ pages such as https://goodfoodlink.ca/fr/event/seedy-saturday-ottawa/ but these errors seem to be rotating through different pages, are online one minute and down the next.
The main English site is fine. Can you offer any help as to what might still be causing the errors? It’s rather urgent this gets resolved.
Thank you very much.
- This reply was modified 5 months, 3 weeks ago by freshpromo. Reason: added more information
- This reply was modified 5 months, 3 weeks ago by freshpromo.
@bjf2000 Did you ever find the source of this error? A website I manage started throwing these warnings out in the log today right after the site experienced a 500 internal server error, in tandem with another warning:
Warning: foreach() argument must be of type array|object, string given in /home/websitename/wp-content/plugins/elementor/includes/db.php on line 268
Forum: Plugins
In reply to: [Object Cache 4 everyone] Fatal error when trying to delete pluginDo I need to remove any database tables? I’d like this to be as clean a removal as possible. Thanks.
If it helps at all, I installed Query Monitor and see 11 warnings under the PHP Errors tab while on the update-core page. They include:
Attempt to read property “current” on bool
Attempt to read property “locale” on bool
Attempt to read property “response” on boolThat is in the wp-admin/update-core.php component with a location of:
list_core_update()
wp-admin/update-core.php:280
core_upgrade_preamble()
wp-admin/update-core.php:1122After deactivating your plugin those disappear and the 3 plugin updates are visible again at Dashboard > Updates.
Not a huge deal – I’ve updated the plugins successfully and reactivated WP Force SSL. If I’m the only one to report this I’ll chalk it up to a weird bug unique to my setup. I do appreciate the quick response.
Forum: Plugins
In reply to: [WP Child Theme Generator] Critical Vulnerability – arbitrary file uploadI had this problem too, where the wp_aiowps_audit_log table was 360 Mb in size. In the WP backend I cleared all entries from the Audit Log as instructed in this thread. The table which once had 89,000 rows now shows 0, however the size of the table somehow increased from 360 Mb to 455.8 Mb.
I decided to run the OPTIMIZE TABLE query which generated the output:
Table does not support optimize, doing recreate + ...The table size did not change when viewing in phpMyAdmin, however upon exporting the entire database, the size is down to 116 Mb whereas before it was over 500. So it appears to have worked.
However, when viewing the Structure tab in phpMyAdmin, it’s reporting an inaccurate table size. Any idea why this happens and is it ok if I simply delete the wp_aiowps_audit_log table?
Forum: Plugins
In reply to: [Memcached Object Cache] Problem installationThis happened to me too. I’ve tried the SALT_KEY instructions offered in this forum but still get the “critical error” notice on the front-end when putting object-cache.php in /wp-content/
I ended up just going with the LiteSpeed Cache plugin. It creates its own object-cache.php drop-in plugin file and works like a charm.
Forum: Plugins
In reply to: [Invite Anyone] Invited users cannot self-activateDoes your plugin require the “Allow non-members to register new accounts” setting to be on (from Dashboard > BuddyBoss > Settings > Registration) to work?
If we turn this off to create a private website, should the Invite Anyone plugin still function?
Forum: Plugins
In reply to: [Invite Anyone] Invited users cannot self-activate@boonebgorges Thank you for such a quick reply.
Yes, the activation link is example.com/activate/12345678/
The problem is that I cannot test this issue when Invite Anyone is disabled because it is precisely the method we’re using to invite new users to our private community.
The URL that your plugin generates looks like:
example.com/groups/groupname/invite-anyone/On that page is a message:
“Want to invite someone to the group who is not yet a member of the site? Send invitations by email (link).”
Clicking that link brings me to example.com/members/freshpromo/invite-anyone/invite-new-members/group-invites/7/
There is a field to input email addresses of new users to invite.
Disabling the Invite Anyone plugin removes these pages, so I cannot test.
However, I have started a support thread with BuddyBoss Platform. Hopefully they can figure this out. Thanks again for your time, Boone.
Forum: Plugins
In reply to: [Query Monitor] PHP Error@johnbillion update: I got the warning again today, a couple hours after doing some tasks in WP.
– Logged out of my account and then back in
– Ran an SEO scan using the Yoast plugin
– In the Disqus plugin, clicked Manually Sync Comments under the Sync tab
– Moved a draft Page to the trashGiven the two hour gap between these and the warning, I’m not sure this is meaningful, but wanted to share. Cheers.
Forum: Plugins
In reply to: [Query Monitor] PHP Error@johnbillion I checked the website logs. The last time I got a php warning, it happened at the same timestamp as what looks like a bot connection:
168.119.51.159 – – [14/Dec/2020:05:54:12 -0600] “GET /robots.txt HTTP/1.1” 200 69 “-” “Mozilla/5.0 (compatible; um-IC/1.0; mailto: [email protected]; Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
168.119.51.159 – – [14/Dec/2020:05:54:13 -0600] “GET /category/analysis/feed/ HTTP/1.1” 200 47718 “-” “Mozilla/5.0 (compatible; um-IC/1.0; mailto: [email protected]; Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
185.224.138.46 – – [14/Dec/2020:05:57:12 -0600] “POST /xmlrpc.php HTTP/1.1” 200 403 “-” “Mozilla/5.0 (Linux; Android 5.1.1; vivo X7 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.116 Mobile Safari/537.36 baiduboxapp/8.6.5 (Baidu; P1 5.1.1) wp-android/16.2”But the last couple PHP warnings before this one did not coincide with any other action, so the bot connection may be meaningless.
It’s probably not Theme related either, as I’ve gotten the warnings while using multiple themes – Newspaper (Pro) and Donovan (free).
Thanks for looking into this. If you can’t solve it no worries, as it’s not a major problem for my site.
Forum: Plugins
In reply to: [Query Monitor] PHP Error[Dec 03, 16:16:03] PHP Warning: Use of undefined constant DB_USER – assumed ‘DB_USER’ (this will throw an Error in a future version of PHP) in /home/mydomain/public_html/wp-content/plugins/query-monitor/wp-content/db.php on line 139
[Dec 03, 16:16:03] PHP Warning: Use of undefined constant DB_PASSWORD – assumed ‘DB_PASSWORD’ (this will throw an Error in a future version of PHP) in /home/mydomain/public_html/wp-content/plugins/query-monitor/wp-content/db.php on line 139
[Dec 03, 16:16:03] PHP Warning: Use of undefined constant DB_NAME – assumed ‘DB_NAME’ (this will throw an Error in a future version of PHP) in /home/mydomain/public_html/wp-content/plugins/query-monitor/wp-content/db.php on line 139
[Dec 03, 16:16:03] PHP Warning: Use of undefined constant DB_HOST – assumed ‘DB_HOST’ (this will throw an Error in a future version of PHP) in /home/mydomain/public_html/wp-content/plugins/query-monitor/wp-content/db.php on line 139Active plugins:
Akismet Anti-Spam
Child Theme Configurator
Classic Editor
Disqus for WordPress
Enhanced Media Library
Error Log Monitor
External Links
Formidable Forms
Health Check & Troubleshooting
iframe
MC4WP: Mailchimp for WordPress
reCaptcha by BestWebSoft
Sucuri Security – Auditing, Malware Scanner and Hardening
Table Sorter
TablePress
Twitter
WP Force SSL
WP SEO Structured Data Schema
WPBakery Page Builder
Yoast SEOThis might be unrelated, but I noticed that there’s another db.php file in public_html/wp-content/ It’s locked but has 777 file permissions. No idea why that’s there. Is that normal?
Forum: Plugins
In reply to: [Query Monitor] PHP ErrorI’m getting the “undefined constant” issue in db.php as well. Is it preferable that I start a new thread for it or can I post the error log and seek troubleshooting in this one? Thanks.