ballesta
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress - New UI] Warning: call_user_func_array() on ReplyHi,
I have the folowing warnings when Itry to post a reply:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘BBP_Admin_Replies’ does not have a method ‘update_reply’ in /homepages/11/d218625728/htdocs/oi_demo_5/wp-includes/plugin.php on line 525
Warning: Cannot modify header information – headers already sent by (output started at /homepages/11/d218625728/htdocs/oi_demo_5/wp-includes/plugin.php:525) in /homepages/11/d218625728/htdocs/oi_demo_5/wp-includes/pluggable.php on line 1228
Any idea?
It seems to me that this issu has already been adressed.
I am using the latest version of WordPress, bbpress and bbpress new ui.
Best regards
BernardHi,
I have a PHP NOTICE in line 200 of file “email-as-username-for-wp-memberS.php”
stating that $_POST[‘ntmeau-delete-account’] is not defined.I added the folowing code to set to null in case of not defined:
if (!isset($_POST['ntmeau-delete-account'])) $_POST['ntmeau-delete-account'] = NULL;
It seems to work, it gets rid of the message.
Best regards
BernardHi,
Same problem with message in french:
“Impossible de valider le nom associé à cette application, car celle-ci est exécutée sur votre ordinateur, et non sur un site Web. Nous vous recommandons de refuser l’accès de cette application, à moins que vous ne la considériez comme fiable.”
It says that the curent program is excuted on my computer and not on a web server, which is not the case, it is excuted on a web server!If i use the authenticate button, there is no authentification.
:-((