After installing Codoforum, the front facing (index) pages don't load at all. I get the message: "This web page is not available".
The admin interface however loads fine without issues.
Guessing the issue could be with loading Smarty. If I comment out the following line in 'routes.php':
CODOF\Smarty\Layout::load($forum->view, $forum->css_files, $forum->js_files);
I get a blank page at least.
I'm using PHP 5.4.12 and MySQL 5.0 on Apache 2.4 web server. Codoforum version - codoforum.v.3.2.1.build-12
Has anyone else expereienced this issue? Thanks for your help.
After installing Codoforum, the front facing (index) pages don't load at all. I get the message: "This web page is not available".
The admin interface however loads fine without issues.
Guessing the issue could be with loading Smarty. If I comment out the following line in 'routes.php':
````
CODOF\Smarty\Layout::load($forum->view, $forum->css_files, $forum->js_files);
````
I get a blank page at least.
I'm using PHP 5.4.12 and MySQL 5.0 on Apache 2.4 web server. Codoforum version - codoforum.v.3.2.1.build-12
Has anyone else expereienced this issue? Thanks for your help.
edited Mar 27 '15 at 9:29 pm