• Resolved magdor

    (@magdor)


    After the update to version 0.3 the following warning is now shown at the top of every page/post

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ascetica_style_settings’ not found or invalid function name in /<…..>/wp-includes/plugin.php on line 406

    This is where it is all happening: http://www.liefde30.nl

    The above function is not used in the child functions.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Griden

    (@griden)

    Thanks for reporting this. I’ll upload a fix in a couple of days – after collecting some more feedback.

    Till then you can disable the debugging mode in wp-config.php and that warning should disappear.

    Thread Starter magdor

    (@magdor)

    The scary part is that debugging mode is already disabled:

    define(‘WP_DEBUG’, false);

    Or does this use reverse logic?

    Theme Author Griden

    (@griden)

    I don’t see it even with debug enabled, but lines 72-73 from functions.php are now obsolete and can be removed:

    /* Style settings */
    add_action( 'wp_head', 'ascetica_style_settings' );
    Thread Starter magdor

    (@magdor)

    Ok, I commented out the offending line and all is well now.

    Thread Starter magdor

    (@magdor)

    Resolved.

    Hello,

    i have same problem, I currently trying to settle the problem with your solution, but I started in wordpress.
    I think I’ll wait for an update

    I take this message to the creator of the theme
    This is an excellent work, I use it for my first site, it is an excellent wordpress’s theme

    Have a nice day

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Warning text shown on site after update to 0.3’ is closed to new replies.