ab473code
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Plugin does not work without Jquery Migrate 1.12.4It seems like Caldera Forms was causing the issue. Thanks for the reply
Best Regards
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backups are not finishingGood day,
I did a manual backup of the database then I went into the database and manually did repairs on the tables that gave the “has very many rows” warning message. I also optimized the entire database. Since after that I updraft was able to complete its backups and upload them to cloud storage.
Thanks and Regards
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backups are not finishingForum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] BBQ Blocking ajax-requestWell The only way to reproduce the error is to have the JNews theme installed, create a post module with pagination and have BBQ Firewall active. Once BBQ is active none of the pagination/load-more buttons work
JNews: https://jnews.io/
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] BBQ Blocking ajax-requestThe only data I can see that is being received is an object with html codes inside which basically contains this:
{"content":"<article class=\"jeg_post jeg_pl_lg_2 format-standard\">\n <div class=\"jeg_thumb\">\n <a class=\"jnews-edit-post right\" href=\"https:\/\/www.mysite.com\/wp-admin\/post.php?post=78702&action=edit&classic-editor\" target=\"_blank\">\n <i class=\"fa fa-pencil\"><\/i>\n <span>edit post<\/span>\n <\/a>\n <a href=\"https:\/\/www.mysite.com\/2021\/03\/post-or-article-name-goes-here-2021\/\"><div class=\"thumbnail-container animate-lazy size-715 \"><img width=\"900\" height=\"636\" src=\"https:\/\/www.mysite.com\/wp-content\/themes\/jnews\/assets\/img\/jeg-empty.png\" class=\"attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image\" alt=\"SEED Notice\" loading=\"lazy\" sizes=\"(max-width: 900px) 100vw, 900px\" data-src=\"https:\/\/www.mysite.com\/wp-content\/uploads\/2014\/06\/brain-770044_1280.jpg\" data-srcset=\"https:\/\/www.mysite.com\/wp-content\/uploads\/2014\/06\/brain-770044_1280.jpg 900w, https:\/\/www.mysite.com\/wp-content\/uploads\/2014\/06\/brain-770044_1280-150x106.jpg 150w, https:\/\/www.mysite.com\/wp-content\/uploads\/2014\/06\/brain-770044_1280-300x212.jpg 300w, https:\/\/www.mysite.com\/wp-content\/uploads\/2014\/06\/brain-770044_1280-600x424.jpg 600w\" data-sizes=\"auto\" data-expand=\"700\" data-animate=\"0\" \/><\/div><\/a>\n <div class=\"jeg_post_category\">\n <span><a href=\"https:\/\/www.mysite.com\/category\/press-release\/notice-news\/\" class=\"category-notice-news\">Notice<\/a><\/span>\n <\/div>\n <\/div>\n <div class=\"jeg_postblock_content\">\n <h3 class=\"jeg_post_title\">\n <a href=\"https:\/\/www.mysite.com\/2021\/03\/post-or-article-name-goes-here-2021\/\">\u201cSEED\u201d ipsum continue ipsum at lorem in lorem 2021<\/a>\n <\/h3>\n <div class=\"jeg_post_meta\"><div class=\"jeg_meta_date\"><a href=\"https:\/\/www.mysite.com\/2021\/03\/post-or-article-name-goes-here-2021\/\"><i class=\"fa fa-clock-o\"><\/i> 3 days ago<\/a><\/div><\/div>\n <div class=\"jeg_post_excerpt\">\n <p>lorem ipsum payments lorem Ipsum 2021 ipsum lorem bcrenm Wednesday, 24 March and lorem Ipsum stuffs random, 26 Lorem 2021.<\/p>\n <a href=\"https:\/\/www.mysite.com\/2021\/03\/post-or-article-name-goes-here-2021\/\" class=\"jeg_readmore\">Read more<\/a>\n <\/div>\n <\/div>\n <\/article>.....
So I don’t know what exactly could be causing BBQ to block this from coming in
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] BBQ Blocking ajax-requestYes, the free version of BBQ. Once deactivated, the 403 error
Failed to load resource: the server responded with a status of 403 () /?ajax-request=jnews
doesnt come up and the load more buttons work. Once activated, the issue occurs.- This reply was modified 4 years ago by ab473code.
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] BBQ Blocking ajax-requestIm not quite sure what to do. In the article this is this url: https://example.com/page/?referer=https://example.org/
and im assuming the article is saying the url is blocked by the second ‘ : ‘ which is referer=http:
This is would be mean this: ‘\/http\:’, ‘\:\/\/’ will = http:\\
However, my url would be https://mysite.com/?ajax-request=jnews. Where is the pattern to escape here?
Forum: Fixing WordPress
In reply to: WordPress Site Goes Down When a Post is PublishedThe issue we had seemed to have stopped when we used CloudFlare. So I suggest try using that and see if it fixes your issue.
- This reply was modified 4 years, 8 months ago by ab473code.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] 504 Gateway Time-out with OnesignalI have a similar error. Every time we publish a post suing the ‘send notification on post publish’ the site goes down and gives an Connection timed out Error.
The site comes back up within 5 minutes, sometimes more.- This reply was modified 5 years ago by ab473code.
Forum: Fixing WordPress
In reply to: WordPress Site Goes Down When a Post is PublishedSo after reactivating our security plugin, activating a plugin to hide the default wordpress login url and disabling XMLRPC by adding this code:
add_filter('xmlrpc_enabled', '__return_false');
Also, adding the site to cloudflare we still had the same issue. Apparently it is the onesignal plugin. Every time we ‘send notification on post publish’ the site goes down and gives the Error Connection Timed Out.
We still dont know why but at least its a start.
Forum: Fixing WordPress
In reply to: WordPress Site Goes Down When a Post is PublishedI have already contacted them, but while I wait for their response is there anything else that can cause an issue like this? The site runs fine otherwise. Once a post is published, down it goes for a view minutes.