Closed (fixed)
Project:
Node Limit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Mar 2009 at 11:16 UTC
Updated:
30 Aug 2009 at 07:29 UTC
When you install node_limit module the .install script tries to create the module tables but there is an error regarding wrong limit values, and it doesn't install right.
'default' => node_limit_NO_LIMIT)), >> 'default' => NODE_LIMIT_NO_LIMIT)),
Big change compared with other existing modules!
It would be nice to have also a rules integration that trigger an action when the limit has been reached (or a warning threshold limit) this way is possible to launch mails, messages, warnings, creation of new nodes....
| Comment | File | Size | Author |
|---|---|---|---|
| node_limit_install.patch | 697 bytes | jcmarco |
Comments
Comment #1
jcmarco commentedComment #2
Rosamunda commentedI´ve tested it and it seems to work ok.
At least the error didn´t appeared anymore and just works. :)
Comment #3
davedelong commentedPatch has been applied and committed. Thanks for finding this. Remnants of a last minute name change. =P
Dave
Comment #4
webavant commentedI'm still getting the error after checking out HEAD. I don't think the commit worked...
Comment #5
davedelong commentedI'm in the middle of a major overhaul of the 6.x branch, so if you're willing to hold off a couple days, I'll have a 0.1 release ready to put up. I've got the administrative interface done, a few sub-modules done, and part of the actual limitation done too. Hopefully another couple days (maybe by this Saturday) will give me enough time to finish.
Dave
Comment #6
g76 commentedSorry to bother you, I know you are busy, and your work on this is so much appreciated. I was just wondering when a newer 6.0 version would be released. This is a wonderful module, and og integration would be a blessing! I know that part is coming in the future, but just wanted a version I could install for now.
Again, thank you so much.
Jen
Comment #7
davedelong commentedA preliminary version will probably be up on Saturday. OG integration will be a bit after that. Right now I'm focusing on getting the _user and _role submodules working (which isn't terribly difficult...). They'll be included in the next release. The node_limit_og module, judging by the demand I've observed, will probably be the next one after that. =)
Dave
Comment #8
davedelong commentedComment #10
dungiis commentedI applied this patch but it seems that the errors are still available. Do i have to apply this patch for node_limit.module file or node_limit.install file or something else ? I used GnuWin32
If you have free time! Could you guide me step by step for applying this patch ?
Comment #11
dungiis commentedSometimes, i also get the error like this
"patching file realname.module
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354
This application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more info."
Any suggestion ?