Mini FrontPage not Working
- Posted by Paul Seow (2) Offline
System
Joomla 3.3.6
PHP 5.4.32
MySQL 5.5.39
I just installed Mini FrontPage (2.2.3) and when I publish the module, the page that it is assigned to (Home) goes blank.
I looked up my Apache server error log and this is what I found:
[proxy_fcgi:error] [pid 9796:tid 140640608298752] [client 98.242.2.118:60807] AH01071: Got error 'PHP message: PHP Fatal error: Call to undefined method JModel::addIncludePath() in /opt/bitnami/apps/joomla/htdocs/modules/mod_minifrontpage/helper.php on line 10\n', referer: 54.149.200.116/index.php/news-insights
Please Advise
10 years 4 months ago #1
by Paul Seow
Joomla 3.3.6
PHP 5.4.32
MySQL 5.5.39
I just installed Mini FrontPage (2.2.3) and when I publish the module, the page that it is assigned to (Home) goes blank.
I looked up my Apache server error log and this is what I found:
[proxy_fcgi:error] [pid 9796:tid 140640608298752] [client 98.242.2.118:60807] AH01071: Got error 'PHP message: PHP Fatal error: Call to undefined method JModel::addIncludePath() in /opt/bitnami/apps/joomla/htdocs/modules/mod_minifrontpage/helper.php on line 10\n', referer: 54.149.200.116/index.php/news-insights
Please Advise
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, it looks like you use the j.25 version for joomla 3.x because in the j.3x version that line should be JModelLegacy::addIncludePath() instead of JModel::addIncludePath()
10 years 3 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Paul Seow (2) Offline
Yep, that is exactly what happened
I went ahead and install the correct version and now it's working properly.
Thanks
10 years 3 months ago #3
by Paul Seow

Thanks

Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline