Hi,

I got the following error after enabling CMF

warning: Missing argument 1 for cmf_menu() in C:\wamp\www\sites\all\modules\cmf\cmf.module on line 52.

Any ideas?

CommentFileSizeAuthor
#3 cmf-remove-may-cache.patch1.8 KBeMPee584

Comments

austintnacious’s picture

. . . also when I go to use CMF by clicking the link for it under "content management" in my admin menu, the link just takes me into a loop, displaying the "content management options in the body of the page, I click on CMF again and get the same page. . .

nunoveloso’s picture

Component: Code » Miscellaneous
Assigned: Unassigned » nunoveloso
Priority: Normal » Minor

Apparently there was some unexpected CVS behaviour when the D6 module version was released yesterday.
I will fix it ASAP. Sorry about that. Keep watching updates.

eMPee584’s picture

Title: Error on enabling CMF » Missing argument 1 for cmf_menu() in cmf.module on line 52
Version: 6.x-1.0 » 6.x-1.x-dev
Priority: Minor » Normal
Status: Active » Needs review
StatusFileSize
new1.8 KB

trivial, here's the patch.

bwoods’s picture

As austintnacious mentioned, it looks like the patch fixes the enabling issue, but it does not fix the link for content management filter.

AntiNSA’s picture

Im having the same exact error problem, and dont know how to install patches...w ould be cool to use this mod though. I had to disable it with the error....

breid’s picture

Patch worked for me.

AntiNSA, to install patch. Download patch into the CMF module directory then issue the command

patch <patch-file

AntiNSA’s picture

is it possible to just tell me which line of the php ccode to change/edit?

AntiNSA’s picture

everyone looking to install patches on a windows system search for cygwin.... thanks

eMPee584’s picture

Hey AntiNSA the file is a text file.. each line with a - is removed, + prepends added lines. Lines with neither of those are just the surrounding context for the tool to find the part of the file. You can cut and paste the lines manually if you dare.. There's a list of windows tools to do this at http://drupal.org/node/324

AntiNSA’s picture

hey thanks for the update... I was thinking that is how it worked. There is some very nice documentation on how to set up cygwin which does the job quite nice. I will continue to peek at the patches untill they make since :)

Thanks
Robert
www.thecenterofthenet.com

nunoveloso’s picture

Status: Needs review » Fixed

Hello Drupalers!

Thank you for all your feedback. It is really cool to see this module can be useful to you!
I would like to apologies D6 users because de "stable" release was everything but stable. The thing is that I don't know how, when I committed to CVS the .module file was the D5 version, so it created a bunch of issues that I corrected and improved.

Check the new releases with the fixes of following bugs:

I also added a little feature: for forum topic related content (node & comments), when you point the node type, there is a bubble showing off with the forum topic this content is associated to.

Unfortunately I couldn't yet figure out what is going on with pagers neither with CSS issues. I will appreciate if someone could give a little hand (especially with this last). I hope those updates will be useful. Thank you again.

Nuno.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.