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

nachenko’s picture

?????

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.

bennos’s picture

There 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.

ceo3141’s picture

TY, that was the problem!

nachenko’s picture

Status: Active » Fixed

Fix committed to current release. Should be available for download soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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