Jacob
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to view resolved topics for a specific plugin?Hi, I’ve just had a look for the same thing and can’t see a link, so I don’t think you’re not missing anything obvious – We’re helping out at a Contributor Day today in the forums – I’ll let you know if we find this option.
Forum: Plugins
In reply to: [Simple Custom Post Order] White screen after upgrade to 2.3.6Just installed the 2.3.7 update (via FTP). The plugin won’t activate and the below error is shown:
Fatal error: Can’t use method return value in write context in …/httpdocs/wp-content/plugins/simple-custom-post-order/simple-custom-post-order.php on line 45
@mplusb Just checked php and ashamedly it was 5.4, updating to 7x got everything working again.
@treestack If anyone needs to bring their site back online quickly, the simplest way is to rename the simple-custom-post-order plugin folder, just stick an X at the beginning or similar. For a more lasting fix try checking your php version, your hosting company should be able to adjust this for you easily.
Forum: Plugins
In reply to: [Simple Custom Post Order] White screen after upgrade to 2.3.6Similar issue here on two sites with this plugin upgrading to the latest version 10 mins ago. Got a blank 500 page with this in console
“Failed to set referrer policy: The value ” is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.”
Deactivating plugin restored site.
Ah, I didn’t realise that related to the theme. Excellent, I’ll get in touch with the theme author. Useful to have the docs reference too.
Thanks for the help,
Jacob
I’ve been checking out some php errors and a few trace to a plugin called Kirki Toolkit – I tried disabling it and the sidebar comes back again – so it appears to be triggered by the errors (something to do with an invalid argument). I’m going to get in touch with the author to try and resolve them. Let me know if you’d like a screenshot.
As an aside, you mentioned putting the pages into 1 condition – I’ve tried this a few times (over the last year) and it always saves just one page (the last one), with the others deleted upon revisit, which is why I have had to put them separately.
Thanks for the help,
Jacob
Here’s the screenshot: https://imgur.com/a/oU0nvXm
I think the other updates were just GA plugin, Yoast and Wordfence. I’m going to try and problem solve it some more on a staging site to see if it’s anything related to the theme.
Cheers,
JacobForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar ID not workingSame issues here.
Out of date instructions and lack of support to a common question makes this very frustrating. Going to try another solution..
Forum: Plugins
In reply to: [Diverse Solutions IDX Real Estate Listings & MLS Search] SSL Support?Agreed this is really frustrating, particularly as it should be a fairly easy fix – all the addresses that go to their api also work using https, they just need to fix the code, either removing the ‘http:’ or changing it to ‘https’.
Currently in code:
http://api-idx.diversesolutions.com/combo-js?config=dsidxpress-pro&ver=2.4.1
Same link could be changed to this (and still works)
https://api-idx.diversesolutions.com/combo-js?config=dsidxpress-pro&ver=2.4.1
@lindzconnell When can we expect this to be adjusted?
Hi Lindz,
Please could you give an update on this?
We very much need to put this in place and would have chosen another solution had we known at the time of choosing. Any information is better than nothing.
Thanks
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorHi, so good news – it’s much more stable now.
I had entered some code that kept the caching to a minute, which I had completely forgotten about, apologies for that.
With the caching reinstated to a more healthy amount it now loads quickly and I haven’t seen it drop since.
I think the issue I was having was due to a large amount of dates (+45) and at the same time too frequent calls to the API – which was causing stress either to the server or kicked in a limiter on the EB side of things. At the same time using eventbrite_get_event() seemed to worsen the issue.
Thanks for all the assistance – I’ll report back if it happens even with caching in place but all looks good for now.
Cheers,
Jacob
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorHi, thanks for the info.
Unfortunately, it seems Eventbrite_Query is also having issues, with the page loading properly about 50% of the time. I’ve set it to output all of the events (thanks for the tip), as you say doesn’t make much difference. I haven’t noticed any caching whatsoever, is there a setting that might be missing or a way to ensure this happens?
At the moment it gives full listings one moment, then none the next – presumably if the caching were in place it would give a consistent result?
I’ll keep brainstorming the timeouts but any caching would be great if I can get that working.
Cheers,
Jacob
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorUpdate: the Eventbrite_Query version is now also sporadic in loading if that helps.
Here’s a temporary link: http://urlgone.com/790923/
Cheers,
Jacob
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorHi,
So I’ve got an interim solution working – swapping to use Eventbrite_Query which is working (though seems limited to 10 events, even with limit set to more), so the pressure has eased.
Some more info:
We’re loading 45 events (more than anticipated!)
Eventbrite_Query works with all and p
eventbrite_get_event works
eventbrite_get_events strugglesI say struggles as it’s now suddenly working albeit very slowly. It’s hard to tell if any caching is in place but it does seem to be caused by overloading issues, would you agree?
I’m a bit hesitant about putting Keyring debug mode on as the site is live with visitors, unfortunately no dev site at the moment.
So, how would I put additional handling in the call?
(BTW no organizer_id used here)
Thanks for the help,
Jacob
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorThanks for the tip, I’ll get that adapted for better error handling. I’m using eventbrite_get_events() as I needed more bespoke information like ticket sale status and ticket quantities which Eventbrite_Query didn’t appear to cover.
Any idea why the fail is happening? I’m wondering if it’s the server timing out perhaps? There are quit a few events if that gives any clues?
Cheers,
Jacob
Forum: Plugins
In reply to: [Eventbrite API] New eventbrite_get_events errorYes, it’s still not working and it’s been 24hrs. Any idea how to fix the issue or things to try?
Do you think it’s an Eventbrite API issue or Keyring?
Cheers,
Jacob