Mark Rowatt Anderson
Forum Replies Created
-
I a similar issue on a site running PHP7.4, which was fixed by running the site on PHP7.2.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache breaks site for logged users after the update@amedic
It’s not so obvious, but you can always download old versions of plugins from ww.wp.xz.cn in the development/advanced screen. Just scroll to the bottom of the screen and select the version you want to download (0.9.5.2 in this case).Thank you very much – that’s clear!
Scott – I’m having the same issue with Gravity Forms and PayPal IPNs getting blocked. Turning on the “Disable anti-spam for miscellaneous forms” resolves the issue.
I’ll fill in your support form & supply more detail there.
One general comment – could you perhaps rename that option if it helps things like this? I already had the “Disable anti-spam for Gravity Forms” turned on, so it didn’t initially occur to me that enabling the other option would help, given that I am using Gravity Forms.
Thanks for reporting back -glad you got it sorted.
If changes to your live DB show in phpMyAdmin but not on your the site, and changes to your dev site show on your live site, then it sounds like your live site is for some reason getting its data from the dev DB.
SitePush doesn’t change the DB that WordPress uses, so I don’t think SitePush is causing your problem – do you see the same behaviour when you have SitePush deactivated on both sites?
It may well depend on your server setup, but I would expect the push to stop after completing the task it is currently on. e.g. if it’s pushing a set of files, it will probably complete that, but abort the rest of the push.
If you are planning on doing that I would test first to see exactly what happens in your environment.
Forum: Plugins
In reply to: [SitePush] Does SitePush copy ALL media upload files?If you ask SitePush to push media files then it will push them all.
It uses rsync if you have it, so only updates and new files will be copied – files which are the same on both source and destination are left as is. If you don’t have rsync, SitePush uses PHP and again tries to determine if the files on source/destination are the same and only copies if they are not.
Forum: Plugins
In reply to: [SitePush] Path issuesGlad you got it working.
The double slashes looks like a bug so I’ll investigate and see if I can fix that.
The HOST for DB is required if the DB server is not accessible as ‘localhost’.
Forum: Plugins
In reply to: [SitePush] Gettign errors when setting up pluginThe configurations for SitePush need to go in 2 files which are separate from wp-config.php and SitePush cannot read those files. If you have set things up as described in the installation instructions, please add
define('sitepush_debug', TRUE);to your wp-config.php file and send me the output at the top of the SitePush options screen.Forum: Plugins
In reply to: [SitePush] How to push a plugin with settings?If the settings of the plugin are all stored in one table – e.g. wp_options then you can push just that table and it would not overwrite things in other tables, for examples posts and pages in the wp_posts table.
However, that would overwrite any changes which had been made in the meantime to wp_options on your live site (e.g. WordPress or other plugin options) and if the plugin is also storing data in other tables (e.g. by using custom post types which are stored in wp_posts) then it won’t be possible to do what you want with SitePush.
Thanks Richard. The problem did seem to resolve itself after a couple of days or so and I haven’t had any reports of missing images since.
Forum: Plugins
In reply to: [SitePush] Push individual pages?You are correct – SitePush can’t push specific pages/posts. It’s all or nothing.
One way around this is for a master editor to push at a pre-determined time each day – if a new page/post isn’t ready for going live by then, leave it as draft.
Not perfect, but it does work for some users. If you need post by post control then something like RAMP might suit you better.
Forum: Plugins
In reply to: [SitePush] WP Multisite compatible?Yes it should work OK on multisite. What didn’t work?
I’ve created a pull request to fix this.
I think this is slightly more serious than “just a notice” – the code is used (in my case at least) by the OpenGraph functions in Jetpack and as it stands the OpenGraph image tags inserted will be incorrect for root relative urls.