Your cart is currently empty!
Site crashes when AFF-ENTERPRISE is enabled
—
by
I’ve used this plugin without any issues in the past however after installing on a new site it continues to crash the entire site. The only way to bring the site back up is to disable the plugin entirely.
When I activate the plugin I receive the following error…
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Posted in Affiliates Enterprise
Comments
4 responses to “Site crashes when AFF-ENTERPRISE is enabled”
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lmedia/public_html/wp-includes/wp-db.php on line 1520
Notice: wp_script_is was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/lmedia/public_html/wp-includes/functions.php on line 3897
Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Thanks Eric,
That seems a problem with your database connect and the PHP version.
Please have a look at this:
http://stackoverflow.com/questions/13944956/the-mysql-extension-is-deprecated-and-will-be-removed-in-the-future-use-mysqli
https://wordpress.org/support/topic/deprecated-mysql_connect-cannot-modify-header
Kind Regards,
Antonio B.
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lmedia/public_html/wp-includes/wp-db.php on line 1520
Warning: Cannot modify header information – headers already sent by (output started at /home/lmedia/public_html/wp-includes/wp-db.php:1520) in /home/lmedia/public_html/wp-includes/pluggable.php on line 1167
Warning: Cannot modify header information – headers already sent by (output started at /home/lmedia/public_html/wp-includes/wp-db.php:1520) in /home/lmedia/public_html/wp-includes/pluggable.php on line 1167
Hi Eric,
Please enable the debug, edit wp-config.php and replace the following line
define('WP_DEBUG', false );
with these lines
define('WP_DEBUG', true );
define('WP_DEBUG_LOG', true );
Then try to enable the plugin. If errors exist then a file named debug.log under wp-content folder will be created.
Kind Regards,
Antonio B.