• Hello.

    Please, help me.

    I have a warning during the backup process every day:
    “WARNING: call_user_func_array() expects parameter 1 to be a valid callback, function ‘woocommerce_demo_store’ not found or invalid function name”

    Before this warning there are such strings (sorry for russian):
    [02-Июн-2014 03:02:55] Сжатие файлов с использованием ZipArchive. Пожалуйста, будьте терпеливы это может занять некоторое время.
    [02-Июн-2014 03:03:20] Перезапуск через 28 сек.
    [02-Июн-2014 03:03:21] Undefined index: wt_movet
    [02-Июн-2014 03:03:21] Undefined index: woo_enable_lightbox
    [02-Июн-2014 03:03:21] Trying to get property of non-object
    [02-Июн-2014 03:03:21] Trying to get property of non-object
    [02-Июн-2014 03:03:21] Trying to get property of non-object
    [02-Июн-2014 03:03:21] Trying to get property of non-object
    [02-Июн-2014 03:03:21] Trying to get property of non-object
    [02-Июн-2014 03:03:48] Перезапуск через 28 сек.
    [02-Июн-2014 03:03:49] Undefined index: wt_movet

    As i can understand it is related to plugin WooCommerce, but i can’t understand if it is a real problem.

    What this warning means? How can i fix it? Is my backups full and working?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please look in the hint of the timestamp of that log line. Mouseover the timestamp. Ther will be displayd a file wher ther message cames from.

    Thread Starter kothouse

    (@kothouse)

    It has such hints on “WARNING: call_user_func_array() expects parameter 1 to be a valid callback, function ‘woocommerce_demo_store’ not found or invalid function name”:

    [Type: 2|Line: 470|File: wp-includes/plugin.php|Mem: 22,25 MB|Mem Max: 22,25 MB|Mem Limit: 256M|PID: 307677|Query’s: 93]
    [Type: 2|Line: 470|File: wp-includes/plugin.php|Mem: 69,75 MB|Mem Max: 74,00 MB|Mem Limit: 256M|PID: 322026|Query’s: 88]
    [Type: 2|Line: 470|File: wp-includes/plugin.php|Mem: 24,25 MB|Mem Max: 24,50 MB|Mem Limit: 256M|PID: 737259|Query’s: 98]

    It has also such hints on “Undefined index: wt_movet”:
    [Type: 8|Line: 65|File: wp-content/plugins/whatsthis-tooltip/whatsthis.php|Mem: 70,25 MB|Mem Max: 71,00 MB|Mem Limit: 256M|PID: 737376|Query’s: 186]

    And such hints on “Undefined index: woo_enable_lightbox”:
    [Type: 8|Line: 195|File: wp-content/themes/wootique/includes/theme-woocommerce.php|Mem: 70,25 MB|Mem Max: 71,00 MB|Mem Limit: 256M|PID: 737376|Query’s: 187]

    Such hints on “Trying to get property of non-object”:
    [Type: 8|Line: 29|File: wp-includes/post-template.php|Mem: 70,50 MB|Mem Max: 71,00 MB|Mem Limit: 256M|PID: 737376|Query’s: 187]

    I have no idea how to solve these problems, may be you can help me, please? Is it really critical problems that can influence on the work of backups?

    No that are not critical Problems. That are Messages of Plugins and Themes of third persons. You can aus the pluginautors to fixing the Undefined indexes.

    The call_user_func_array messsage is a result of a add_action() call with a function that not exists. that can come from a theme or plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: call_user_func_array() expects parameter 1 to be a valid callback…’ is closed to new replies.