- Posts: 10
- Thank you received: 0
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 Can't upgrade to Joomla 3.6.3
- BrocktonDave
-
Topic Author
- Offline
- New Member
-
Less
More
9 years 6 months ago - 9 years 6 months ago #181022
by BrocktonDave
Replied by BrocktonDave on topic Can't upgrade to Joomla 3.6.3
Last edit: 9 years 6 months ago by BrocktonDave.
Please Log in or Create an account to join the conversation.
- BrocktonDave
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
9 years 6 months ago #181024
by BrocktonDave
Replied by BrocktonDave on topic Can't upgrade to Joomla 3.6.3
looks like the JFactory variable is off.
Any thoughts on that?
Any thoughts on that?
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181026
by 810
Replied by 810 on topic Can't upgrade to Joomla 3.6.3
first try to disable the kunenasocialshare plugin. if its working then there is a bug on that plugin
Please Log in or Create an account to join the conversation.
- BrocktonDave
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
9 years 6 months ago #181028
by BrocktonDave
Replied by BrocktonDave on topic Can't upgrade to Joomla 3.6.3
I disabled that plug in and I'm still getting the generic error
Rendering Error in layout topics/default: Error decoding JSON data: Syntax error. Please enable debug mode for more information.
But nothing else. No verbose errors. But it still doesn't work.
Looks like there might be an issue with Joomla.
Rendering Error in layout topics/default: Error decoding JSON data: Syntax error. Please enable debug mode for more information.
But nothing else. No verbose errors. But it still doesn't work.
Looks like there might be an issue with Joomla.
Please Log in or Create an account to join the conversation.
9 years 6 months ago #181030
by 810
Replied by 810 on topic Can't upgrade to Joomla 3.6.3
maybe this will help you:
github.com/joomla/joomla-cms/pull/12557/files
Please Log in or Create an account to join the conversation.
- BrocktonDave
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
9 years 6 months ago #181055
by BrocktonDave
Replied by BrocktonDave on topic Can't upgrade to Joomla 3.6.3
I was going to try this, but it's not the same in 3.6.4
This is the code from 3.6.4
$temp = new Registry;
$temp->loadString($menu->params);
$params[$hash]->merge($temp);
$title = $menu->title;
This is the code from 3.6.4
$temp = new Registry;
$temp->loadString($menu->params);
$params[$hash]->merge($temp);
$title = $menu->title;
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds