Starting the 10 trial period to evaluate forum, V2.0.8
But right off the bat get blank page when clicking a forum. Not a good start.
Any help? Thanks
But right off the bat get blank page when clicking a forum. Not a good start.
Any help? Thanks
Hi hangbill,
I know nothing much about the ChronoForums code but normally a blank page is a sign of a PHP Error, please try setting Site Error Reporting temporarily to Maximum and see if you get a more helpful message.
Bob
I know nothing much about the ChronoForums code but normally a blank page is a sign of a PHP Error, please try setting Site Error Reporting temporarily to Maximum and see if you get a more helpful message.
Bob
Thanks Bob
Notice: Undefined property: G2\L\View::$Breadcrumbs in ...../components/com_chronoforums2/chronoforums/themes/default/views/breadcrumbs.php on line 7
Fatal Error: Call to a member function render() on null in .... /components/com_chronoforums2/chronoforums/themes/default/views/breadcrumbs.php on line 7
So I commented out line 7, and all is ok now.
But why ?
Notice: Undefined property: G2\L\View::$Breadcrumbs in ...../components/com_chronoforums2/chronoforums/themes/default/views/breadcrumbs.php on line 7
Fatal Error: Call to a member function render() on null in .... /components/com_chronoforums2/chronoforums/themes/default/views/breadcrumbs.php on line 7
So I commented out line 7, and all is ok now.
But why ?
<?php
/* @copyright:ChronoEngine.com @license:GPLv2 */defined('_JEXEC') or die('Restricted access');
defined("GCORE_SITE") or die;
?>
<?php
if((bool)$this->get('settings.enable_breadcrumbs', 1)){
/* echo $this->Breadcrumbs->render(); */
}
?>
Hi hangbill,
I don't know why :-( I have seen Max suggest in other threads that the user disable the breadcrumb setting if there is a problem.
Bob
I don't know why :-( I have seen Max suggest in other threads that the user disable the breadcrumb setting if there is a problem.
Bob
This topic is locked and no more replies can be posted.