Support

Home Forums Event Espresso Premium Warning: array_merge(): Argument #1 is not an array in … line 139

Warning: array_merge(): Argument #1 is not an array in … line 139

Posted: June 25, 2014 at 1:06 pm


Trish Harris

June 25, 2014 at 1:06 pm

This just started happening. It was fine before. I have wp_debug set to false, but it still shows, and even if it didn’t show that wouldn’t explain why I’m receiving this warning.

Any help is appreciated.


Lorenzo Orlando Caum

  • Support Staff

June 25, 2014 at 1:46 pm

Hello,

Please be sure that you are running the latest software and addons.

Disabling WP debugging is a good start but some hosts restrict this in the wp-config.php.

Try this macro (replaces your existing debug macro in wp-config.php):

define('WP_DEBUG', false);
  if (WP_DEBUG) {
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    @ini_set('display_errors', 0);
}

If it still fails, then ask your host to turn off display errors through the php.ini file.


Lorenzo

The support post ‘Warning: array_merge(): Argument #1 is not an array in … line 139’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso