• Hello,
    I bring all my files and I’ve imported my Database, but I found those issues after move my website from a local development stage to the on-line stage.

    The “Events” page show those warning message

    Warning: current() [function.current]: Passed variable is not an array or object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/events.php on line 127
    
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 37
    
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 38
    
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 39

    and also

    Warning: preg_match() expects parameter 2 to be string, array given in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 67
    
    Warning: preg_match() expects parameter 2 to be string, array given in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 100

    and finally

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 37
    
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 38
    
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /web/htdocs/www.sixs.biz/home/wp/wp-content/plugins/events-manager/classes/object.php on line 39

    all in the same page.
    So I’ve tried many times to uninstall and reinstall the plugin, but nothing change.
    I’ve tried also to delete all tables in my DB, but I’ve got the same issue (and the installation don’t re-create the deleted tables, I don’t know why…).

    What can I do to solve this problem?

    Thanks a lot,
    B

    http://wordpress.org/extend/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    we’re going to get rid of these asap, but for now you can turn error_reporting to off in you php settings. ask your host if you don’t know how to do this (it’s recommended you do this anyway on a live site)

    Thread Starter benna84

    (@benna84)

    Amazing! I’ll wait for some news about it.

    Thread Starter benna84

    (@benna84)

    Hi Marcus,
    no way to solve this problem!

    I’ve got the same PHP warning also after the updates, and I don’t know how to turn off ‘error_reporting‘ on my hosting Aruba.
    I’m using WP 3.0.1 – PHP 5.2.14 on a Linux Hosting.

    The other issue is the WYSWYG in my ‘Add New Event’ page, on the Details field. No way to add some informations.

    Can you help me?

    Thanks a lot,
    B

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    can you list the errors you get? You should be seeing a lot less now as we’ve started tackling the ones we see.

    Thread Starter benna84

    (@benna84)

    Hi Marcus,
    the errors are the same on the top of this page.

    Now I’ve found a way to hide errors, including
    error_reporting(0);
    into my template events page.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I’ll double check those, but I was pretty sure I had got them… you have the latest version installed?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Events Manager] Bugs after moving WP from local to on-line stage’ is closed to new replies.