Jason Stallings
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Compatibility Checker] Nothing Happens? – Like the other posts belowYou are 100% correct, the WordPress cron won’t run if the site doesn’t have traffic.
Are you rerunning the test? The plugin will cache the results so that when you load the page it shows the previous run, but if you rerun the test it should clear those out.
This has been resolved in 1.4.6, let us know if you need anything else!
Hi there, the timeout is expected but the WP Cron should continue scanning and just mark the plugin as skipped. Does scanning not pick back up after the timeout?
Forum: Plugins
In reply to: [PHP Compatibility Checker] Is the plugin not maintained anymore?It’s maintained, just haven’t had a lot of time to respond to issues. Just released a new version!
Forum: Plugins
In reply to: [PHP Compatibility Checker] wpephpcompat_start_test_cron shows but no outputAwesome! Let us know if you need anything else!
Hi Christian,
Sorry you’re having issues with the plugin. What issues are you seeing? I just tested with 4.8 on WP Engine on a couple of installs and the scan completed without issue.
Thanks!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Windows Localhost Not ProcessingThanks for the solution! It looks like we might be able to use
https://developer.www.ads-software.com/reference/functions/kses_remove_filters/#source
and
https://developer.www.ads-software.com/reference/functions/kses_init_filters/#source
to disable the filtering before doing the wp_insert_post.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Plugin is skipping all of my plugins in check.@cousinhub Sorry, I don’t have easy access to a Windows machine. It looks like there’s a solution here though:
https://www.ads-software.com/support/topic/windows-localhost-not-processing/
If you do find a good solution, please consider contributing to the project:
https://github.com/wpengine/phpcompat
Thanks!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Plugin does nothing?The plugin requires the WordPress WP Cron system to be able to process your site in the background. If cron isn’t working, the plugin won’t work. You can install this plugin to look into it.
https://www.ads-software.com/plugins/wp-crontrol/
Please let us know if you continue to run into issues!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Timeout issueHi @titala,
You could try adding this file as a plugin then activating it:
https://gist.github.com/octalmage/94575437e6701618a866701d6864b61a
This will set the timeout to 890s, which should be plenty of time!
v1.3.2 is out and it includes a fix for this. Thanks for the suggestion!
Forum: Plugins
In reply to: [PHP Compatibility Checker] PHP 7.1@yehoshanah I think that is a great idea! It should be clearly listed somewhere, and filterable.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Fatal error on plugin activationHi @jkf1,
Unfortunately since __DIR__ was added in PHP 5.3, it looks like the plugin in it’s current state won’t work with PHP 5.2.
If you would like to get the plugin to work, you could try replacing all instances of __DIR__ with dirname( __FILE__ ). Although I’m not 100% sure if the dependencies support 5.2.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Site is hosed How do I fix?Hi @blogking2,
The plugin does support WP 4.7 and I haven’t had any other reports of issues. Did your hosting provider tell you what was wrong?
Still why would your plugin not show up in plugin folder when I ftp. Did it erase itself?
I’m honestly not sure about that. The plugin doesn’t have any logic to delete files so this one perplexes me.