Closed (fixed)
Project:
Node Limit Number
Version:
5.x-1.1-2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2008 at 14:38 UTC
Updated:
14 Jul 2012 at 19:29 UTC
Hi -- this is a great module for any site allowing Users to post content, this feature almost should be mandatory.
I have attempted to use this Module. I added one Limit, terrific. Then I tried to add a 2d Limit, and got a generic error message ("503 Service Unavailable Failed to resolve the name of server admin to connect).
Any idea of what is going wrong?
Thank you -- any help is greatly appreciated.
Comments
Comment #1
nachenko commented?????
I'll try it this afternoon, but it didn't happen to me in a Xampp installation. I'm pretty sure I tested it with more than one limit, as I needed this module for myself to set several limits.
Comment #2
bennos commentedThere is a doubled "/" in the url, after creating the first limit.
Go to node_limitnumber.inc and correct the line 21
'#redirect' => '/admin/settings/node_limitnumber',to
'#redirect' => 'admin/settings/node_limitnumber',now, everything works fine.
Comment #3
ceo3141 commentedTY, that was the problem!
Comment #4
nachenko commentedFix committed to current release. Should be available for download soon.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.