magdor
Member
Posted 2 months ago #
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
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.
magdor
Member
Posted 2 months ago #
The scary part is that debugging mode is already disabled:
define('WP_DEBUG', false);
Or does this use reverse logic?
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' );
magdor
Member
Posted 2 months ago #
Ok, I commented out the offending line and all is well now.
magdor
Member
Posted 2 months ago #
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