Keyword

Advanced Search

Search Results (Searched for: Upgrade k2)

  • deejayone
  • deejayone's Avatar
11 Sep 2017 01:58
Replied by deejayone on topic problem with published date

problem with published date

Category: English K2 Community

Think I might have solved it.

Somehow in upgrade the date format in the language file (en-GB.com_k2.ini) got messed up?!

I've manually edited it for now using PHP date formats and it appears to have worked.
  • Panos
  • Panos's Avatar
08 Sep 2017 21:15

Can't edit time/date in latest K2 and Joomla 3.7

Category: English K2 Community

Have you cleared all caches after the upgrade? I mean Joomla cache, your browser's cache, server cache if there is any and Cloudflare cache if you use Cloudflare. I had similar issues, where the calendar looked funky and it didn't work well. Cache was the issue.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
05 Sep 2017 19:06
Replied by Krikor Boghossian on topic Extra Fields tab is empty after upgraded to 2.8.0

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

Hello Wai,

I would suggest asking the K2 Filter devs as well so they can provide a patch.
  • Wai
  • Wai's Avatar
05 Sep 2017 02:49

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

Hi, Fransisco,

Thank you very much for your posts. Indeed, that solved my problem. No need to apology.

BTW, which version of JA K2 filter are you using? Will the latest version (1.2.8 according to Joomlart) fix this problem?

Thank you very much.

Wai
  • Francisco Javier Gonzalez Duque
  • Francisco Javier Gonzalez Duque's Avatar
04 Sep 2017 12:06
Replied by Francisco Javier Gonzalez Duque on topic Extra Fields tab is empty after upgraded to 2.8.0

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

Sorry,

This issue is not a K2 problem.

I disabled the Joomlart plugin ja_k2_filter and now, all work fine.

Regards and sorry one more time
  • Arthur Johnston
  • Arthur Johnston's Avatar
04 Sep 2017 02:39
Replied by Arthur Johnston on topic 0 Error decoding JSON data: Syntax Error

0 Error decoding JSON data: Syntax Error

Category: English K2 Community

This is not directly related to K2.
Some items might have been saved or imported incorrectly.
We cannot alter existing items.


Using Joomla 3.75, PHP7.0 and new install of K2 v2.8, after importing Joomla Content.

When accessing the imported content results in 0 Error decoding JSON data: syntax Error.
Note: The error did not occur until after the installation of K2.

One explanation of the issue is:
The Issue
Joomla stores rules and parameters in the database in JSON format. Previously, if that data was invalid JSON it would silently fail and the site would continue working.

In the 3.6.3 update, the validation of the syntax was improved, so issues that would previously go unnoticed now result in an error page with the aforementioned error message.
Known Causes

JBLibrary plugin - Causes errors on the frontend of the site, fixed in version 2.1.7
Jupgrade - Sites migrated from Joomla 1.5 using this extension.
Many other 3rd party extensions and core extensions have been mentioned.

How to Fix

Sites that have been migrated using Jupgrade may have empty parameter fields set as {""} which should either be {} or {"":""} to be valid syntax. This may be the same with other 3rd party extensions added to any site.

This is the easiest issue to fix and can be done with a simple search and replace on the database.
reference:
www.robertwent.com/blog/fixing-json-data-errors-after-updating-to-joomla-3-6-3/
  • WinSSLioN
  • WinSSLioN's Avatar
03 Sep 2017 19:35 - 03 Sep 2017 19:44
Replied by WinSSLioN on topic No save or update item after 2.8 installation

No save or update item after 2.8 installation

Category: English K2 Community

After upgrade to version K2_v2.8.0 in the module mod_k2_content images disappeared.
<img src="/cache/sj_directory_free/ef9c8e6ee449710daae02ce5f894dab3" alt="Свято Першого дзвоника в Володимирецькому колегіумі (+фото)">

No extension to file.
/html/mod_k2_content/latest/default.php
Error code
<?php if($params->get('itemImage')): ?> <a class="img moduleItemImage" href="<?php echo $item->link; ?>" title="<?php echo JText::_('K2_CONTINUE_READING'); ?> &quot;<?php echo K2HelperUtilities::cleanHtml($item->title); ?>&quot;"> <?php $srcimage = ''; if(isset($item->image)){ $srcimage =$item->image; $imagesrcmain = YTTemplateUtils::resize($srcimage, '570', '390', 'fill'); } //Create placeholder items images if (!empty( $srcimage)) { $thumb_img = '<img src="'.$imagesrcmain.'" alt="'.$item->title.'" />'; } else if ($is_placehold) { $thumb_img = yt_placehold($placehold_size['k2user'],$item->title,$item->title); } echo $thumb_img; ?>

Code without error
<?php if($params->get('itemImage')): ?> <a class="img moduleItemImage" href="<?php echo $item->link; ?>" title="<?php echo JText::_('K2_CONTINUE_READING'); ?> &quot;<?php echo K2HelperUtilities::cleanHtml($item->title); ?>&quot;"> <?php $srcimage = ''; if(isset($item->image)){ $srcimage =$item->image; $imagesrcmain = YTTemplateUtils::resize($srcimage, '270', '180', 'fill'); } //Create placeholder items images if(isset($item->image)){ $src =$item->image; } if (!empty( $src)) { $thumb_img = '<img src="'.$src.'" alt="'.$item->title.'" />'; } else if ($is_placehold) { $thumb_img = yt_placehold($placehold_size['k2user'],$item->title,$item->title); } echo $thumb_img; ?>


1 photo before updating
2 photo after updating
3 photo after edit file /html/mod_k2_content/latest/default.php
But the design of the module changed, although the images appeared.
How to fix?? Thank you
  • Alastair
  • Alastair's Avatar
30 Aug 2017 13:41
Replied by Alastair on topic K2 2.8.0 header image

K2 2.8.0 header image

Category: English K2 Community



Fairly sure the bottom one was finished pre upgrade, both tops ones just refuse to make the image stick.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
28 Aug 2017 19:02
Replied by Krikor Boghossian on topic Extra Fields tab is empty after upgraded to 2.8.0

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

I cannot verify the issue as well.

Try clearing all your caches.
A file might have been cached by your browser.
Also, are you using any 3rd party K2 extensions?
  • MarkT DEsign
  • MarkT DEsign's Avatar
28 Aug 2017 12:16 - 28 Aug 2017 12:31
problem with published date was created by MarkT DEsign

problem with published date

Category: English K2 Community

Hello,

i have upgrade my site to joomla 3.7.5 and K2 2.8.

After the update the "published date" info is not good. See my screenshot.

Anyone an idea what is going wrong here?

Check the screenshot: http://imgur.com/a/BIVAB
  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
28 Aug 2017 11:40
Replied by Mohamed Abdelaziz on topic K2 2.8.0 Notice message about image upload

K2 2.8.0 Notice message about image upload

Category: English K2 Community

I'm having this issue after upgrade to 2.8.0

After some little debugging, I found the extra fields HTML code is there in the source code, but it is hidden for some CSS issues.

I think it is a simple UI issue after replacing most of the UI elements in this new release.

I will try to find a fix asap.
  • Suzie H
  • Suzie H's Avatar
26 Aug 2017 23:30 - 26 Aug 2017 23:31
Some k2 tags giving 500 error was created by Suzie H

Some k2 tags giving 500 error

Category: English K2 Community

I believe this started happening with the latest k2 upgrade. I have20 + menu links set up to display articles with a particular k2 tags. All of a sudden 3 of these menu links are throwing a 500 error. The rest work fine. They are all going to the same k2 category. I have double checked that the settings are the same. Turning on error reported does not give me anything more than the 500. I put a ticket into the host and they cannot get a better error message and they advised I put a ticket into k2. I tried changing the layout parameters from default to most recent as described in one of the threads in this forum but no joy. Any help would be greatly appreciated.

I believe this started happening with the latest k2 upgrade. I have20 + menu links set up to display articles with a particular k2 tags. All of a sudden 3 of these menu links are throwing a 500 error. The rest work fine. They are all going to the same k2 category. I have double checked that the settings are the same. Turning on error reported does not give me anything more than the 500. I put a ticket into the host and they cannot get a better error message and they advised I put a ticket into k2. I tried changing the layout parameters from default to most recent as described in one of the threads in this forum but no joy. Any help would be greatly appreciated.

NOTE: ALSO whenever I try to submit this with a hyperlink to a page that is getting the error, this post gets a rejected saying potentially spam.
  • william white
  • william white's Avatar
26 Aug 2017 20:10 - 26 Aug 2017 20:11
Replied by william white on topic Extra Fields tab is empty after upgraded to 2.8.0

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

I am running J 3.7.5 and K2 2.8
I assume you are talking about the back end of K2
I do not have the error
Check Extra Fields, Extra Fields Groups, Extra field group assigned to the Category
If all is correct and you are missing extra fields on old items, what happens when you create a new item in a category with extrafields assigned to it.
  • Wai
  • Wai's Avatar
26 Aug 2017 05:45

Extra Fields tab is empty after upgraded to 2.8.0

Category: English K2 Community

I have just upgraded my site to K2 2.8.0 (running Joomla 3.5.7).

The Extra Fields tab on the item editing page became empty.

On the Chrome Browser developer tool console, I find the following error:

index.php?option=com_k2&view=item:345 Uncaught ReferenceError: Calendar is not defined
at HTMLInputElement.<anonymous> (index.php?option=com_k2&view=item:345)
at Function.each (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:2)
at a.fn.init.each (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:2)
at Object.success (index.php?option=com_k2&view=item:342)
at i (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:2)
at Object.fireWith [as resolveWith] (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:2)
at y (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:4)
at XMLHttpRequest.c (jquery.min.js?031647f4ddd9fd4196286abbb5753f8a:4)

How can I fix it?

Thanks.

Wai
  • klaus1243
  • klaus1243's Avatar
23 Aug 2017 11:48 - 23 Aug 2017 13:36

After updating to K2.8 gives an error DJ-media tools (Paid )

Category: English K2 Community

Hello,

I have installed:
Joomla 3.7.5
K2 2.8
PHP 7.0
DJ-media tools 2.9.5 (paid version)

When I try to create a new album in DJ-Media, I get errors in the DJ-tools New Album Create Page interface:
1) You browser doesn't support Gears, BrowserPlus, HTML5, Flash, Silverlight and even HTML4! Please upgrade your browser!
2) Error, 0 Call to undefined method K2HelperHTML::loadjQuery()


If I turn off component K2, then the DJ-media tool is working fine.
Also DJ-media tools normally worked on previos version K2.7.1, before update

What needs to be corrected in K2 2.8, that would be DJ-media tools worked?
  • Eddie May
  • Eddie May's Avatar
21 Aug 2017 19:16
Replied by Eddie May on topic K2 2.8 Fatal Error

K2 2.8 Fatal Error

Category: English K2 Community

Hi,

Thanks for following up on this.

I'm wondering if my upgrade went bad or something, since I still had these files in my structure, despite upgrading from the Joomla Extensions/manage/Update route.

I've now downloaded the 2.8 zip & installed that over K2 using Extensions/manage/Install route.

K2 now says it's running 2.8 -> (Last update: August 18th, 2017 - Version 2.8.0)

However, I'm still getting fatal errors on save:

Warning: require_once(/home/.../public_html/administrator/components/com_k2/lib/class.upload.php): failed to open stream: No such file or directory in /home/..../public_html/plugins/system/k2multiimages/K2MultiImages/administrator/models/itemmultiimages.php on line 5

Fatal error: require_once(): Failed opening required '/home/.../public_html/administrator/components/com_k2/lib/class.upload.php' (include_path='.:/usr/local/php70/pear') in /home/.../public_html/plugins/system/k2multiimages/K2MultiImages/administrator/models/itemmultiimages.php on line 5

However, disabling the k2multiimages plugin allows me to save items. Perhaps this extension needs updating to account for the removal of class.upload.php from the lib folder?

Thanks again for your assistance - much appreciated.

Regards,
Eddie
  • STEPHAN HERBY
  • STEPHAN HERBY's Avatar
20 Aug 2017 04:22
Replied by STEPHAN HERBY on topic A big thank you !

A big thank you !

Category: English K2 Community

I just want to also give my opinion: THANK YOU all K2 Team, you rocks! I have just finished upgrade 4 websites with K2 without an issue, thank you so much for that!
  • Eddie May
  • Eddie May's Avatar
19 Aug 2017 10:29
Replied by Eddie May on topic K2 2.8 Fatal Error

K2 2.8 Fatal Error

Category: English K2 Community

Hi,
There is another instance of class.upload.php in /media/k2/assets/vendors/verot/class.upload.php/src/
Removing the directory leads to another fatal error - missing the verot version of class.upload.php

This issue has only arisen since updating K2 to 2.8. The verot class was updated as part of the k2 2.8 upgrade.

Kind regards,
  • ThomasB
  • ThomasB's Avatar
19 Aug 2017 01:06
Replied by ThomasB on topic max input vars

max input vars

Category: English K2 Community

hy,
upgraded today to latest joomla version and K2 version.
Error persists :-(

Please advise as the site as is is unusable for our purpose if editors cannot use frontend editing.

Best regards
Thomas
  • JoomlaWorks
  • JoomlaWorks's Avatar
18 Aug 2017 22:30
Replied by JoomlaWorks on topic K2 2.8 - IS IT A SECURITY RELEASE, REALLY?

K2 2.8 - IS IT A SECURITY RELEASE, REALLY?

Category: English K2 Community

The security issues relate to elFinder, the JS widget used for the media manager. And yes, you should upgrade.
Displaying 321 - 340 out of 2231 results.

Powered by Kunena Forum