• After activating the plugin, it outputs two php settings

    php_value max_execution_time 800 php_value memory_limit 512M

    breaking all admin-ajax calls.

    I sorted this by removing the require_once("config.php"); line in wp-content/plugins/subscribers-com/subscribers.php and integrating the contents of config.php in the file.

  • The topic ‘Breaks admin on install’ is closed to new replies.