Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

The error code HTTP 500 Internal Server Error is a general-purpose message this indicates a general error in a web application. Please note that there is no general solution for this general error. You should first read HTTP 500 Internal Server Error before posting in this category.

Important Fatal Error: Class 'JModel' not found in modules/mod_weblinks/helper.php on line 14

More
12 years 3 months ago - 12 years 3 months ago #1 by dimotemps
I received this error message after trying to load kunena forum on my website ( cms.zamani.info/index.php/forum ):

500 Internal Server Error

Fatal Error was detected!

Fatal Error: Class 'JModel' not found in modules/mod_weblinks/helper.php on line 14

The error was detected in the Weblinks Module.

Can somebody help me resolve this.
Best Regards
Omid
Last edit: 12 years 3 months ago by dimotemps.

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #2 by 810
In your sites root folder(public_html), navigate to modules/mod_weblinks/helper.php
Edit the helper.php file and insert the following code at the top of the code. I preferred to put it after the comments.

jimport('joomla.application.component.model');
The following user(s) said Thank You: dimotemps

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #3 by febbs
Hi 810

I have the same problem : 500 Internal Server Error

Fatal Error was detected!

Fatal Error: Class 'JModel' not found in modules/mod_weblinks/helper.php on line 14

The error was detected in the Weblinks Module.

on my website, but when i digged into mod-weblinks there is no helper.php file

I am using joomla 1.7

is there any way out.

thanks in advance

Please Log in or Create an account to join the conversation.

Time to create page: 0.354 seconds