Block disappeared after installing it!

Permalink
Hi,
i have a simple block which worked with concrete 5.3.3.1. After moving to concrete 5.4.0.5 (completely new installation) i've installed my block (via dashboard). It worked fine according to c5 but i can't see it in the blocks list! I can see the corresponding table created in the db.
What went wrong? How do i proceed? Any way i can remove my block and reinstall it?

Thank you in advance

AlexDuchovny
 
yadielar replied on at Permalink Reply
yadielar
In the Dashboard, under Add Functionality look for the installed block and click the Edit button. On the next page click the Refresh button and check again. If it's still not working, you can Remove it through there and try re-installing it again.

If it doesn't even appear on the Dashboard, check the /packages folder and look for a folder with the block's name. Make sure there's a folder named /blocks inside it and that it has the block inside along with the controller.php file.

By the way, which block are we talking about?
AlexDuchovny replied on at Permalink Reply
AlexDuchovny
Well, i'm not sure what kind of glitch it was, but today the block is there!
For the record - it isn't a package - just a simple block where view.php outputs some html. I've installed it, but it didn't show up in the dashboard or block list. Folder with all necessary files was in blocks/myblock.