Anybody know what this is and how to fix
Permalink
Unable to add or rename pages
Warning: require_once(/home/red/public_html/concrete/helpers/concrete5_.php) [function.require-once]: failed to open stream: No such file or directory in /home/red/public_html/concrete/core/libraries/loader.php on line 293
Fatal error: require_once() [function.require]: Failed opening required '/home/red/public_html/concrete/helpers/concrete5_.php' (include_path='/home/red/public_html/libraries/3rdparty:/home/red/public_html/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/red/public_html/concrete/core/libraries/loader.php on line 293
Warning: require_once(/home/red/public_html/concrete/helpers/concrete5_.php) [function.require-once]: failed to open stream: No such file or directory in /home/red/public_html/concrete/core/libraries/loader.php on line 293
Fatal error: require_once() [function.require]: Failed opening required '/home/red/public_html/concrete/helpers/concrete5_.php' (include_path='/home/red/public_html/libraries/3rdparty:/home/red/public_html/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/red/public_html/concrete/core/libraries/loader.php on line 293
Have you any overrides installed? This looks like the sort of error that comes up when the file name to class name convention is not followed and the loader consequently becomes confused.
Dont know what you mean by overrides
Overrides are files placed in the root directories and their subdirectories (ie not /concrete or /packages) for things like /blocks, /controllers, /themes, /single_pages, /models, /helpers, /libraries (and a few others).
I have a theme that i put in but i was using it before i did the upgrade, and I do have items in the package folder that i was using before,but i didnt change anything or add anything new
Ok...I tried to update to 5.6.2.1, it kind of took, got a big long error, but now i can change the page names and stuff,but on my pages i have this "Fatal error: Exception thrown without a stack frame in Unknown on line 0"
And in my update folder i have this "concrete5.6.2.1_updater" which i cant delete because it tells me i dont have permission to
And in my update folder i have this "concrete5.6.2.1_updater" which i cant delete because it tells me i dont have permission to
concrete5.6.2.1_updater is the core update you just did. If you delete it, everything will break.
If you have dashboard access, try changing the site theme to 'default'.
You may be able to get into the dashboard at yoursite.com/index.php/dashboard/
After that my best advice at this stage is to get some help. From your responses above I don't think you have the background to diagnose/fix this via a forum dialog. So hopefully someone with a little time to spare will PM you and offer to login to your site and see what they can do for you.
If you have dashboard access, try changing the site theme to 'default'.
You may be able to get into the dashboard at yoursite.com/index.php/dashboard/
After that my best advice at this stage is to get some help. From your responses above I don't think you have the background to diagnose/fix this via a forum dialog. So hopefully someone with a little time to spare will PM you and offer to login to your site and see what they can do for you.
Override is nothing but overwrite...
if you create a file name which is name is already available in core directory, concrete5 will take your action...
say for an example... if you create a login page in
it will override the already existing
So, if you want to edit your site, you should enter through your login page...
This is a simple example for override...
if you create a file name which is name is already available in core directory, concrete5 will take your action...
say for an example... if you create a login page in
single_pages/login.php
it will override the already existing
concrete/single_pages/login.php
So, if you want to edit your site, you should enter through your login page...
This is a simple example for override...