- Posts: 35
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- After 2.2 to 2.3 upgrade Archive does not work any longer.
After 2.2 to 2.3 upgrade Archive does not work any longer.
- Zonegig Design, LLC
-
Topic Author
- Offline
- Junior Member
Less
More
14 years 10 months ago #85407
by Zonegig Design, LLC
After 2.2 to 2.3 upgrade Archive does not work any longer. was created by Zonegig Design, LLC
After a straight upgrade from 2.2 to 2.3 everything seems to work except the Archive (k2_tools) module has completely disappeared. It's enabled and positioned on the right on the blog page, as it was prior to the upgrade, but it does not show at all. If I change to Calendar the Calendar shows fine with the blog category selected. When I change it back to 'Archive' the module again does not show at all.I won't be able to upgrade to 2.3 until a resolution to this issue is found.Thanks Joomlaworks.
Please Log in or Create an account to join the conversation.
- Daniel Kling
-
- Offline
- New Member
Less
More
- Posts: 2
14 years 10 months ago #85408
by Daniel Kling
Replied by Daniel Kling on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
Hi,
we've got the problem, that the archive module shows nothing, only it's headline. The last thing we've done, was the update to 2.3. Is this the same problem as you have, Bill?
Best regards,
Daniel :-)
we've got the problem, that the archive module shows nothing, only it's headline. The last thing we've done, was the update to 2.3. Is this the same problem as you have, Bill?
Best regards,
Daniel :-)
Please Log in or Create an account to join the conversation.
- Daniel Kling
-
- Offline
- New Member
Less
More
- Posts: 2
14 years 10 months ago #85409
by Daniel Kling
Replied by Daniel Kling on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
just found the bug: in /modules/mod_k2_tools/helper.php on line 103 have to be a space before "ORDER" ... now the archive works
change
$query .= "ORDER BY created DESC";
to
$query .= " ORDER BY created DESC";
Greetings,
Daniel :-)
change
$query .= "ORDER BY created DESC";
to
$query .= " ORDER BY created DESC";
Greetings,
Daniel :-)
Please Log in or Create an account to join the conversation.
- Zonegig Design, LLC
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 35
14 years 10 months ago #85410
by Zonegig Design, LLC
Replied by Zonegig Design, LLC on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
Hey Daniel. Yes, this did the trick. Thanks for finding the bug. I hope that the fix is incorporated into a later release so that we don't have to 'fix' this issue every time. Thanks so much for finding the fix.
Daniel Kling said:just found the bug: in /modules/mod_k2_tools/helper.php on line 103 have to be a space before "ORDER" ... now the archive works
change
$query .= "ORDER BY created DESC";
to
$query .= " ORDER BY created DESC";
Greetings,
Daniel :-)
Daniel Kling said:just found the bug: in /modules/mod_k2_tools/helper.php on line 103 have to be a space before "ORDER" ... now the archive works
change
$query .= "ORDER BY created DESC";
to
$query .= " ORDER BY created DESC";
Greetings,
Daniel :-)
Please Log in or Create an account to join the conversation.
- Frank Stratmann
-
- Offline
- New Member
Less
More
- Posts: 13
14 years 10 months ago #85411
by Frank Stratmann
Replied by Frank Stratmann on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
Thanks to Daniel Kling
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6229
14 years 10 months ago #85412
by JoomlaWorks
Replied by JoomlaWorks on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
Fixed in 2.4 SVN.
Please Log in or Create an account to join the conversation.
- Zonegig Design, LLC
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 35
14 years 10 months ago #85413
by Zonegig Design, LLC
Replied by Zonegig Design, LLC on topic After 2.2 to 2.3 upgrade Archive does not work any longer.
Excellent. Thanks Fotis.
JoomlaWorks said:Fixed in 2.4 SVN.
JoomlaWorks said:Fixed in 2.4 SVN.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- After 2.2 to 2.3 upgrade Archive does not work any longer.