in reply to MVC Catalyst Architecture - City, State Zip locator

"is not working". This is like telling the doctor 'I'm sick' ;-). You could give a bit more detail about how it is not working.

Some other ideas:

You might test the database by giving the SQL commands probably used in a search directly to postgres.

You might try to call your program from the command line using the build-in perl debugger. Do single step until you arrive at the places in the model where SQL commands are executed. Check these SQL statements. See http://search.cpan.org/~zarquon/Catalyst-Manual-5.7013/lib/Catalyst/Manual/Tutorial/Debugging.pod

Check the documentation of Catalyst for build-in debug logging. See http://www.perl.com/lpt/a/930

  • Comment on Re: MVC Catalyst Architecture - City, State Zip locator

Replies are listed 'Best First'.
Re^2: MVC Catalyst Architecture - City, State Zip locator
by Anonymous Monk on Jul 21, 2008 at 19:05 UTC
    Its not working in that the search by city and state will not turn out results. Searching by zip code will. I've tried out the debugging last Friday but I kept getting debugging errors on my connection files since I was working locally. But I will look into the catalyst debugging.