There is no longer a tab in the Simply Static settings.
I will test to see if it still even works. IE. editing the database option.
Thank you for this plugin.
I tried to installed it and was surprised that there was two missing fields in the end of the Callback tab compared to what is in the tutorial :
I’m missing the home and deplor URL, whatever I do, whatever checkbox I check.
As a result, the script from simply static fails and reports that the callback body is empty, I guess this is linked.
Hi, thanks for this plugin.
Call stack:
wp_die()
wp-content/plugins/simply-static-callback/simply-static-callback.php:52
activate_simply_static_callback()
wp-includes/class-wp-hook.php:308
do_action('activate_simply-static-callback/simply-static-callback.php')
wp-admin/includes/plugin.php:691
activate_plugin()
wp-admin/plugins.php:58
When it activated on multisite, couldn’t find the simply static plugin.
I attached above my logs, maybe need to add some conditions. Thanks
Additionally, It needs to be changed the version info in plugin’s header fields. Thanks
]]>Hi ??
Thanks for this plugin, I’m testing it for a Netlify deploy. I encountered a fatal error on activation:
Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /Users/matt/Local Sites/mattrad/app/public/wp-content/plugins/simply-static-callback/includes/class-simply-static-callback.php on line 85
In Simply_Static_Callback::simplyStaticIsActivated() I added:
include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
at the start of the method, and that resolved the error.
Thanks,
Matt