shepherdweb.com

Archive for April 2nd, 2007

Undefined index: action in /cake/dispatcher.php line 144

Monday, April 2nd, 2007

It took me almost an hour to figure out what was causing this error. Undefined index: action in /cake/dispatcher.php line 144 The problem turned out to be that one of the values in $property["Listing"] was returning a value which included a space. Something like this: “396 “. Since the requestAction method uses a URL to [...]