Recent changes to the plugin added some options for defaulting wp_debug_enabled
and wp_debug_log_enabled
to true by default. It then attempts to modify the wp-config.php file based on these default values and calls wp_die()
when it can’t. Many hosting providers, including WordPress.com, may not allow modifying files this way for security reasons.
Rather than calling wp_die()
, can you call error_log()
or trigger_error()
instead, which is more friendly and allows a site to still function? Additionally, you may want to consider setting the options to false by default rather than true as most good hosting providers display all PHP errors within their dashboards, regardless of the wp-config.php constants.
I’m not seeing the other settings pages like in the screenshot in the plugin page:
https://ps.w.org/metasync/assets/screenshot-2.png?rev=3010178
All I see is this:
https://daneloctober.tinytake.com/msc/MTAwNjQ3NDRfMjM3MzY1NTY
Can you help me with the setup? I add the SearchAtlas API key and click save, but after that nothing happens.
]]>