1. Label: test
2. Destination: http://example.com
3. Save
4. Nothing is saved.

Comments

jredding’s picture

Works on my install. Regardless I'm out traveling and won't be performing maintenance on this module for the next month.

Its best to submit patches rather than bug reports at this point because this module doesn't have a maintainer. (I'm the currently listed maintainer and I'm still using 4.7 in production, the 5.x upgrade was only done for others and not myself thus I'm not the best person to do these upgrades)

jredding’s picture

I just downloaded the latest 5.1.2 coded put it on my 5.1 installation and tested it out. This worked just fine.

have you ran upgrade.php? I don't have time to do any bug testing as I'm traveling in Sweden right now but this should work (I swear). If not contact me directly and I'll send you my code and we can debug whats in CVS (maybe they're out of sync).

jredding’s picture

Assigned: Unassigned » jredding
Status: Active » Fixed

Downloaded latest code and tested it out. Works fine. 5.1.1 is all screwed up though.

hass’s picture

Status: Fixed » Active

i'v tested with 5.x-1.2 and there is nothing saved, for sure.

hass’s picture

this is caused by the lines:

if ($res === false) {

looks like db_fetch_object does not give false back if no record was found. a complete module patch will be posted to http://drupal.org/node/141675

jredding’s picture

Aight.. I'm done with this module. It works for me and for others but doesn't seem to work for you.

I'm not spending my time chasing down your bugs.

I'm not doing any maintenance until 6. Sorry but i don't use this module.

hass’s picture

simply commit my patches and the module will works well.

jredding’s picture

Status: Active » Fixed

Patches committed and rereleased under 5.x.1.3. I am no longer maintaining this module as I'm no longer using it.

Anonymous’s picture

Status: Fixed » Closed (fixed)