Problem with editing blocks

Permalink
In the middle of editing a site and when I try to add a block the following message comes up

Warning: require_once(/home/cluster-sites/5530/f/forest-field.co.uk/public_html/concrete/blocks/left_para/controller.php): failed to open stream: No such file or directory in /home/cluster-sites/5530/f/forest-field.co.uk/public_html/concrete/core/libraries/loader.php on line 217 Fatal error: require_once(): Failed opening required '/home/cluster-sites/5530/f/forest-field.co.uk/public_html/concrete/blocks/left_para/controller.php' (include_path='/home/cluster-sites/5530/f/forest-field.co.uk/public_html/libraries/3rdparty:/home/cluster-sites/5530/f/forest-field.co.uk/public_html/concrete/libraries/3rdparty:.:/usr/share/pear54:/usr/share/php') in /home/cluster-sites/5530/f/forest-field.co.uk/public_html/concrete/core/libraries/loader.php on line 217

Any ideas?

sutwald
 
mnakalay replied on at Permalink Reply
mnakalay
there is something really wrong in this error message.

It is complaining that it can't find the controller file for a block which is in concrete/blocks/left_para/controller.php

The problem is, that's where core blocks are, the ones that come with Concrete5 and that block it is looking for is not a C5 core block so it shouldn't be there.

If I had to venture a guess I would say a block was added t the core C5 block folder, which is already a mistake, and then C5 was updated so the Concrete folder changed and now it can't find that block anymore.

But it's all an educated guess, I could be wrong.
sutwald replied on at Permalink Reply
sutwald
Hi mnakalay,
This is something I am unsure about. Yesterday I managed to create new pages and edit them without any problem. Today I can still edit the said pages, but when I remove a block and then try and introduce a new one I get this message. Also, when I create another page the same message appears when trying to introduce a block into any editable area.
mnakalay replied on at Permalink Reply
mnakalay
did you try to empty the cache, see if it makes a difference?
sutwald replied on at Permalink Reply
sutwald
Hi, just tried that but unfortunately made no difference.
mnakalay replied on at Permalink Reply
mnakalay
I'm afraid I have to give you the same answer I gave you about the menu problem: nothing much I can say without having a look
sutwald replied on at Permalink Reply
sutwald
I've sent you a private message.