Site crashed after changing home page type
Permalink
Hello!
I'm working with the Heydesigner theme, and when I changed the Page type of my homepage to something like "blog", the site crashed and it is displaying this error :
Warning: require_once(/home/chantres/public_html/packages/problog/models/blogify.php) [function.require-once]: failed to open stream: No such file or directory in /home/chantres/public_html/concrete/core/libraries/loader.php on line 48
Fatal error: require_once() [function.require]: Failed opening required '/home/chantres/public_html/packages/problog/models/blogify.php' (include_path='/home/chantres/public_html/libraries/3rdparty:/home/chantres/public_html/concrete/libraries/3rdparty:.:/usr/local/php53/pear') in /home/chantres/public_html/concrete/core/libraries/loader.php on line 48
Is there any way I can revert the page type back to the "home" one through PHP or something, without having to restore the whole site ?
I'm working with the Heydesigner theme, and when I changed the Page type of my homepage to something like "blog", the site crashed and it is displaying this error :
Warning: require_once(/home/chantres/public_html/packages/problog/models/blogify.php) [function.require-once]: failed to open stream: No such file or directory in /home/chantres/public_html/concrete/core/libraries/loader.php on line 48
Fatal error: require_once() [function.require]: Failed opening required '/home/chantres/public_html/packages/problog/models/blogify.php' (include_path='/home/chantres/public_html/libraries/3rdparty:/home/chantres/public_html/concrete/libraries/3rdparty:.:/usr/local/php53/pear') in /home/chantres/public_html/concrete/core/libraries/loader.php on line 48
Is there any way I can revert the page type back to the "home" one through PHP or something, without having to restore the whole site ?
Well, I solved my own problem ! I managed to login directly to the dashboard, through ...ca/index.php/dashboard/ and then changed the page type through the site map tool.
I get the same error when trying to setup a blog page with a C5 site. Looks like something in the theme is looking for blogify.php under problog plugin. However, we never bought that plugin we're just trying to setup the basic features of C5 blogging.