Menubar › Menubar error message
-
AuthorPost
-
Richard Handford
GuestI am running a local instance of wordpress under Xampp
I have installed WP Menubar plugin and added a menu, and include the line in the header, but when I display the page I get the error
WP Menubar error: Function wpm_display_Basic_46() not found!
If I change the template ito a different one is get
WP Menubar error: Function wpm_display_Suckerfish_45() not found!
Can someone tell me what I have not done.
kind regards
Richard Handford
andrea
Plugin AuthorHello Richard,
Probably there is a problem in the inclusion of the template. Could you check that the directory
wp-content/plugins/menubar/templates
and its subdirectories, and all the files in the subdirectories are readable by WordPress? They should have the same permissions of the directory
wp-content/plugins/menubar
and its files.
If you could set up a test site I can access, I’m available to debug the issue.
Richard Handford
GuestHi Andrea,
Thank you for your reply on further playing about I found I needed to include the call wp_head, which magically resolved the problem.
Kind Regards
Richard Handford
andrea
Plugin AuthorRichard,
I’m glad you solved the problem, and thanks for posting the solution, it could help future readers.
-
AuthorPost