queju
Forum Replies Created
-
Hi Kasia,
It says:
PHP Version: 7.2
It lets you push the plugin using sftp and it probably doesn’t generate this error on the site since it in some test class. BUT it doesn’t let me push the plugin through GIT, since wpengine has some pre-checks on the code.
The error I gave you is exactly what it returned me when pushing.
Hope this helps.
I would check with their support.Hi Jeremy,
Seems like after we re-indexed the content completely the custom taxonomy filter starter working fine on production. Which is great, although it took almost a week to index everything ??
Thanks for your help.
-Lukasz
Also, another question, is there a way for me to test the Jetpack related posts API directly? I mean, by posting a request manually and get raw results? Do I need any authentication or can I just make a request with a specific site id?
When I disable the filter related posts are appearing.
Production looks like this:
https://sideways.nyc/2016/04/ryans-daughter/
vs staging
https://nysideways.staging.wpengine.com/2016/04/ryans-daughter/Does the filter look good to you though? Do I understand that this should return me related posts that has the attribute set to ‘side-pick’?
Richard A. (from Automatic) has already replied to me in a separate thread suggesting that since I had json api disabled it could be the cause of the problem. My concern was that it worked with straight related posts and doesn’t work when I added filter.
The link to the site is sideways.nyc and nysideways.staging.wpengine.com for staging (with the new filter in place).
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Sync killing the DBThanks Jeremy, I assume that the beta version already has the fix implemented?
Also, is Jetpack going to continue generating the wp_options ‘sync’ entries? When I remove them after some time I can see that all of them are being re-generated (it’s literally about 26k now).
Thanks for the info Sashman13,
I’m actually planning on disabling the sync cronjob by adding a ‘schedule_event’ filter (I can send you a code if you like), but the idea of switching to development mode seems fine too. We are using Jetpack for a couple of features that it provides but we don’t really need sync (as far as I know).
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Sync killing the DBHi sashman13,
I couldn’t find any option to disable that. Have they disabled it by removing the cron job event?