- This topic has 6 replies, 2 voices, and was last updated 15 years, 4 months ago by imported_Ryan.
-
AuthorPosts
-
July 29, 2009 at 12:30 am #949mpmchughMember
The FlexiPages widget worked fine with the previous version of PixoPoint menu I was using (0.5.9), but since updating to 0.6.2 today, it breaks with the following error:
• Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘pixopoint_themesupport’ was given in /home/compute/public_html/wordpress/wp-includes/plugin.php on line 166
Anyway to fix this?
I noticed in the release notes that 0.6.2 "Added support for wppagemenu() Removed all mentions of the pixopoint_menu() function since it is no longer needed (note: support for this function will be continued indefinitely, so no need to change it if you don’t want to)"
When I replaced the old ">?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?<" with ">?php wp_page_menu(); ?<" the page displays the same error in place of the menu as the FlexiPage widget:
• Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘pixopoint_themesupport’ was given in /home/compute/public_html/wordpress/wp-includes/plugin.php on line 166
Any help with these?
Is there something else that needs to be changed regarding version 0.6.2 to make this work?
Thanks,
MichaelJuly 29, 2009 at 5:10 am #6751imported_RyanMemberWeird. I’ll have to look into this problem as I’m not sure what is causing it.
July 29, 2009 at 10:19 am #6752mpmchughMemberThanks.
Are the previous versions available anywhere in the meantime?
I’d like to downgrade to 0.5.9 if possible, but I’d installed from the WP site, so didn’t have a downloaded copy.
-mpm
July 29, 2009 at 10:29 am #6753mpmchughMemberNevermind. Just saw that WP stores the older versions, so I’m good for now.
Look forward to the new update!
-mpm
July 29, 2009 at 10:40 am #6754mpmchughMemberJust an FYI, the problems are not there with the 6.1 beta, which works fine, without the errors described above, so it’s seems to be just something in the 0.6.2 beta.
-mpm
July 29, 2009 at 12:38 pm #6755imported_RyanMemberYep, it will have something to do with the two plugins both making use of the wp_page_menu() function I assume and since that function wasn’t utilized in version 0.6.1beta you won’t see the problem. Or at least that’s what I’m guessing at this stage.
July 30, 2009 at 10:47 am #6756imported_RyanMemberHi,
I’m uploading a new version (v0.6.4beta) which should fix this issue. This new version only uses wp_page_menu() when the ‘Auto theme support’ option is chosen. -
AuthorPosts
- You must be logged in to reply to this topic.