EDIT BAR MISSING AFTER ERROR IN PHP BLOCK
PermalinkThe edit bar is missing.
It is caused by error in code within PHP block since Facebook has changed it's API today.
My question is how can I access the block to edit/update it when there is no edit button enymore.
Thanks for help

(some workaround is just saving and not publishing the block)
I would just add the block, save the page and if the edit button is gone delete that version through the site map. Add the block, enter modified code and try again. You can repeat this until you have a block that does not break the page with out having to resort to editing the database.
In my case FB changed their API after years, causing this issue sudenly (the page has not been edited a couple of years)..
http://documentation.concrete5.org/developers/working-with-blocks/c...
This could stop your errant code from interfering with c5's editing.
You could progressively reduce the amount of your code that is bypassed using this test, which would help you narrow down what's causing the problem.