Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Can not login?

More
17 years 2 months ago #9153 by Hockey Resume
Can not login? was created by Hockey Resume
I get the following Error when i try and login to my forum


Fatal error: Call to undefined function: stripos() in /home/content/p/g/h/pghockeyresume/html/New/libraries/joomla/environment/uri.php on line 675

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

More
17 years 2 months ago #9172 by grumblemarc
Replied by grumblemarc on topic Re:Can not login?
Sorry. You need to supply much more information than that.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #9201 by Lintzy
Replied by Lintzy on topic Re:Can not login?
Hockey Resume wrote:

I get the following Error when i try and login to my forum


Fatal error: Call to undefined function: stripos() in /home/content/p/g/h/pghockeyresume/html/New/libraries/joomla/environment/uri.php on line 675


This is no problem or bug of kunena. It is a problem with joomla and php, you need php 5. If you can't upgrade, try this:

Edit the uri.php - line 675 (backup before!)

replace this code
Code:
if(stripos($base, JURI::base()) !== 0 && !empty($host)) {

with this one (new):
Code:
if(strpos($base,stristr($base,JURI::base())) !== 0 && !empty($host)) {

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

Time to create page: 0.292 seconds