Block not Saving

Permalink
I have a package I am working on with two blocks. One works just fine and dandy. The second one won't work though.

When I enter the info into the block form and click add, the throbber image just keeps turning, and the database never updates.

I have tried uninstalling and reinstalling the block. I have checked the schema and all the names and types line up. I've tried commenting out special functions. I've cleared the cache countless times. Still, the block fails to add. I'm at a complete loss about where to look to find the issue, especially as a very similar block loads just fine. I've based the code on the block creator, and so it all should work.

Where should I look in the code to troubleshoot this?

 
cryophallion replied on at Permalink Reply
Ok, so I was able to fix it, but I did it the hard way. I uninstalled the package, deleted the db tables, and also renamed the blocks in the root block folder that might have been conflicting. So, at least it works now.


Thanks.