Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Old: Kunena 1.5.0a Report bugs and Typos - Please open an own thread for reporting bug or typo
17 years 4 weeks ago #10775
by almamun
Amviro Web Design & SEO
Dinajpur - My District Portal
Replied by almamun on topic Re:Kunena 1.5.0a Report bugs and Typos here!
Configuration wont change. It shows Configuration saved., but no change.
What to do?
What to do?
Amviro Web Design & SEO
Dinajpur - My District Portal
The topic has been locked.
- scandaloustruth
-
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 1
17 years 4 weeks ago #10800
by scandaloustruth
Replied by scandaloustruth on topic Re:Kunena 1.5.0a Report bugs and Typos here!
I also got the following error when I tried to save configuration. I changed a few things but I think it may be one of the JomSocial integration settings that caused it. Not positive though.
Fatal error: Call to a member function addStyleSheet() on a non-object in /home7/castlebr/public_html/components/com_kunena/class.kunena.php on line 71
Fatal error: Call to a member function addStyleSheet() on a non-object in /home7/castlebr/public_html/components/com_kunena/class.kunena.php on line 71
The topic has been locked.
17 years 4 weeks ago #10818
by otakoncl
Replied by otakoncl on topic Re:Kunena 1.5.0a Report bugs and Typos here!
Mesh wrote:
Hola soy de chile la solución a ese problema es reemplazar la lineas 71 y 72 file class.kunena.php
Hi From chile the solution to this problem is to replace the lines 71 and 72 file class.kunena.php
buscas- search
Reemplazas por. Replace for
cya!
Get this error after setting all Integration options in Kunena v1.5.0a to JomSocial v1.1.144:
Code:Fatal error: Call to a member function addStyleSheet() on a non-object in /home/dity/public_html/components/com_kunena/class.kunena.php on line 71
Hola soy de chile la solución a ese problema es reemplazar la lineas 71 y 72 file class.kunena.php
Hi From chile the solution to this problem is to replace the lines 71 and 72 file class.kunena.php
buscas- search
Code:
$document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/assets/window.css');
$document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css');
Reemplazas por. Replace for
Code:
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/assets/window.css" />');
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css" />');
cya!
The topic has been locked.
- scandaloustruth
-
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 1
17 years 4 weeks ago #10903
by scandaloustruth
Replied by scandaloustruth on topic Re:Kunena 1.5.0a Report bugs and Typos here!
That works. Thank you!!!
The topic has been locked.
17 years 3 weeks ago #11186
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:Kunena 1.5.0a Report bugs and Typos here!
yhussy wrote:
This bug has been fixed for 1.5.1 in the SVN
1. can't create new category.
This bug has been fixed for 1.5.1 in the SVN
We love stars on the Joomla Extension Directory .
The topic has been locked.
17 years 3 weeks ago #11187
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:Kunena 1.5.0a Report bugs and Typos here!
otakoncl wrote:
Sorry but this 'fix' will break when you turn off the legacy plugin. This is legacy code. I am looking into the bug right now to come up with a 1.5 native fix.
Mesh wrote:
Get this error after setting all Integration options in Kunena v1.5.0a to JomSocial v1.1.144:
Code:Fatal error: Call to a member function addStyleSheet() on a non-object in /home/dity/public_html/components/com_kunena/class.kunena.php on line 71
Hola soy de chile la solución a ese problema es reemplazar la lineas 71 y 72 file class.kunena.php
Hi From chile the solution to this problem is to replace the lines 71 and 72 file class.kunena.php
buscas- search
Code:$document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/assets/window.css'); $document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css');
Reemplazas por. Replace for
Code:$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/assets/window.css" />'); $mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css" />');
cya!
Sorry but this 'fix' will break when you turn off the legacy plugin. This is legacy code. I am looking into the bug right now to come up with a 1.5 native fix.
We love stars on the Joomla Extension Directory .
The topic has been locked.
Time to create page: 0.229 seconds