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?
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?
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.
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.
did you try to empty the cache, see if it makes a difference?
Hi, just tried that but unfortunately made no difference.
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
I've sent you a private 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.