Page not found broke after update?!?
Permalink
Hi Guys
I have just upgraded a site from 5.4.1 to 5.4.1.1 and by doing so has broken the page not found. When this page comes up I get an error message like:
Warning: include(/data02/dojo/public_html/maloryinvestments.co.uk/updates/concrete5.4.1.1/concrete/config/../themes/core/elements/header.php) [function.include]: failed to open stream: No such file or directory in /data02/dojo/public_html/maloryinvestments.co.uk/updates/concrete5.4.1.1/concrete/libraries/view.php on line 330
how do I sort this?
I have just upgraded a site from 5.4.1 to 5.4.1.1 and by doing so has broken the page not found. When this page comes up I get an error message like:
Warning: include(/data02/dojo/public_html/maloryinvestments.co.uk/updates/concrete5.4.1.1/concrete/config/../themes/core/elements/header.php) [function.include]: failed to open stream: No such file or directory in /data02/dojo/public_html/maloryinvestments.co.uk/updates/concrete5.4.1.1/concrete/libraries/view.php on line 330
how do I sort this?
Sounds to me like maybe it's using the wrong theme...
Check in your config/site_theme_paths.php file. It appears to be trying to use 'core' as the theme - whic I guess is normal, but there is no elements folder in there. Have you customized the page_not_found page at all??
Jon
Check in your config/site_theme_paths.php file. It appears to be trying to use 'core' as the theme - whic I guess is normal, but there is no elements folder in there. Have you customized the page_not_found page at all??
Jon
Spot on! I was being stupid and forgot to add the code into the theme path file! DOH!
It also places in an extra </body> </html>??
Why and what is causing this?