NoxPointe
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Import Fails continuouslySo, I was able to do some more digging and troubleshooting and I think it’s the Nginx configuration of my host that’s causing an issue. I have a support ticket open with them but I don’t know if there’s any easier workaround for this.
The error that I’m seeing in the Nginx logs is:
2022/01/14 22:11:03 [error] 10#0: *3628 access forbidden by rule, client: 10.1.64.43, server: , request: "POST /xmlrpc.php?for=jetpack&token=SfSTo%24EN0EpUfz2Eh%281%23lbGfsQQaf%25kV%3A1%3A0×tamp=1642198262&nonce=ipIwuQfvPm&body-hash=mRSa%2BfnlLYg9q3Nqk%2BKEcBzZ2eQ%3D&signature=zveRJYo2KmTnc96xveRO2II3glo%3D HTTP/1.1", host: "www.disappearingman.com", referrer: "https://www.disappearingman.com/xmlrpc.php?for=jetpack&token=SfSTo%24EN0EpUfz2Eh%281%23lbGfsQQaf%25kV%3A1%3A0×tamp=1642198262&nonce=ipIwuQfvPm&body-hash=mRSa%2BfnlLYg9q3Nqk%2BKEcBzZ2eQ%3D&signature=zveRJYo2KmTnc96xveRO2II3glo%3D"- This reply was modified 4 years, 4 months ago by NoxPointe.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Import Fails continuouslyHere’s the message that my client is getting by email:
Error reference: 201760103/-NSP-/backup-otherI have discovered that my issue stems from an incompatibility with the Photo Gallery plugin: https://ww.wp.xz.cn/plugins/photo-gallery/. Unfortunately I am unable to provide any error logs.
I am also experiencing issues with content not saving. I will be attempting deeper troubleshooting, but I am interested to know if you find the cause first.
Forum: Plugins
In reply to: [Pantheon Migrations] The destination folder is not writableNevermind. I think the issue was that I tried to overwrite an existing site instead of starting from scratch. Sorry about that.
Forum: Plugins
In reply to: [Meta Box] Update causes Meta tags to disappearThis is in
/inc/homepage_functions.phpwhich is included infunctions.phpfunction get_program_highlights() {
$highlights = false;
if (function_exists(‘rwmb_meta’)) {
$highlights = array();
for ($i=1; $i <= 3; $i++) {
$highlights[$i] = rwmb_meta(‘_vetmed_program_highlight_’ . $i);
}}
return $highlights;
}Forum: Plugins
In reply to: [Meta Box] Update causes Meta tags to disappearI am having the same issues after the update. Code that worked previously seems unable to find the rwmb_meta function as
function_exists('rwmb_meta')returns false.Forum: Plugins
In reply to: [Meta Box] Image advanced, file_advanced, date… not workingHi Manny,
You are absolutely correct. This is working great for us now.
Thanks!
PatForum: Plugins
In reply to: [Meta Box] Image advanced, file_advanced, date… not workingManny,
Thanks so much for that information. Is there a thread on the Yoast SEO JavaScript problem where they are posting updates?
Thanks,
PatForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffsetThe timezones do match in my case. Looking in the ics file though, it seems as some events are marked as using the timezone demarked in the ics and some of the events are marked as being in GMT which is what the Z differentiates between. I don’t know why some of the events are CST and some are GMT. It’s all coming from Google Calendar.
Forum: Plugins
In reply to: [Content Audit] White screen error upon activation on front endI’ve got the same issue with our site as well.
Forum: Plugins
In reply to: [Dropdown Menus] [Plugin: Dropdown Menus] Compatibility Problem with IEI think I figured it out. Console is undefined in IE, so I had to comment it out of your code.
I commented out: console.log(dropdowns);