New block not installing properly
PermalinkNow to try my own custom block I've done the following:
1) Uninstall the "basic_test" block.
2) Renamed the "basic_test" folder to "publisher" (my custom block name)
2) Edited /publisher/controller.php to the following code
<?php class PublisherBlockController extends BlockController { var $pobj; protected $btDescription = "Publisher block test"; protected $btName = "Publisher"; protected $btInterfaceWidth = "350"; protected $btInterfaceHeight = "300"; } ?>
3) removed the tablename and db.xml for testing purposes
Now it shows up in the "New" list. But when I install it, it says "Block Type Installed." yet it isn't installed and remains in the "New" list. No error messages whatsoever. I've tried setting the PHP error_reporting level to E_ALL, but still nothing.
Any ideas?

Still, the manual part which describes creating custom block isn't quite clear on whether or not a db.xml is required, so a little feedback from the dev's on this matter would be welcome (when you wake up that is, damn timezones!).
http://pastie.org/1148932
change btBlockName to bt then the blocks name