- This topic has 11 replies, 6 voices, and was last updated 15 years, 10 months ago by imported_Ryan.
-
AuthorPosts
-
January 16, 2009 at 5:44 pm #535malcalevakModerator
If you recently upgraded to the latest release and found your installation of WordPress stopped working correctly (like I did) you need to be aware of a critical change in the plugin (that I didn’t appear to see being stressed enough here, though maybe I missed it).
The function name suckerfish() has been renamed to pixopoint_menu(). If you had the plugin installed with an older version, you’d still be calling the suckerfish() script (making your page potentially foul up), so make sure to correct that!
@Ryan: I’d recommend one more minor official update where you create a function suckerfish(){pixopoint_menu();} to maintain compatibility.If I totally missed something, let me know. Otherwise, another great release.
January 16, 2009 at 5:52 pm #4626AnonymousMemberThanx for the post. I just got done posting my problem that you were talking about.
Users should go to the code they placed to get the menu on the site and change all instances of "suckerfish" to "pixopoint_menu" and that should fix the problem.
January 16, 2009 at 10:02 pm #4627maidanetMemberWow. Thank you. I did an automatic upgrade, and imagine my horror when my client’s website could not get past the call in the header and wouldn’t render the rest of the page.
I immediately reloaded the previous version of the plug-in and came to the forum to find out what happened.
Thank you very much for your informative post. It saved my sanity.
January 16, 2009 at 11:18 pm #4628moregoodMemberReally good idea. Please add the function suckerfish(){pixopoint_menu();}
January 16, 2009 at 11:25 pm #4629imported_RyanMemberThere is supposed to already be a correction for that in there? That is VERY weird.
Apologies for any problems. I’m working on it right now.
January 16, 2009 at 11:30 pm #4630imported_RyanMemberHow embarrasing ” title=”Sad” />
Line: 151 in core.php
[code:2ct7r9vk]
// Backwards support for old function
function suckerfish() {pixopoint_menu1();}
[/code:2ct7r9vk]Should have been:
[code:2ct7r9vk]
// Backwards support for old function
function suckerfish() {pixopoint_menu(1);}
[/code:2ct7r9vk]I’ll have a new version uploaded within 10 mins.
January 16, 2009 at 11:37 pm #4631imported_RyanMemberI’ve uploaded version 1.6.1 which fixes this problem.
I can’t believe this got through. Not good! I’ll try not to do this again. Sorry for any problems it caused anyone.
January 16, 2009 at 11:45 pm #4632imported_RyanMemberThe new version is now available … http://downloads.wordpress.org/plugin/m … .1.6.1.zip
I downloaded it to triple check that it actually works this time when using suckerfish() instead of pixopointmenu(). It seems to be behaving fine.
If any of you have any more problems please don’t hesitate to post your questions. I don’t like issues like this arising at all and I do my best to avoid them.
January 17, 2009 at 12:18 am #4633nv1962MemberSilly issue: why not include the suckerfish_(color).png images in the official release? I’m reuploading the same images with the new official release – not a biggie, but…
January 17, 2009 at 1:43 am #4634imported_RyanMemberHuh? They should already be in there … download to check now.
January 17, 2009 at 1:45 am #4635imported_RyanMemberDarnit. This problem isn’t my fault at least, SVN failed to update correctly. I’ll upload ANOTHER new version shortly with the images added back in.
January 17, 2009 at 1:58 am #4636imported_RyanMemberLack of images bug has now been fixed. Uploading now. I had some troubles last night with the subversion system and I think it got confused and wiped out all the files which weren’t modified, the only ones which weren’t modified were the images, hence the plugin still worked fine.
-
AuthorPosts
- You must be logged in to reply to this topic.