Keyword

Advanced Search

Search Results (Searched for: Upgrade k2)

  • JoomlaWorks
  • JoomlaWorks's Avatar
05 May 2014 16:40
Replied by JoomlaWorks on topic Version 3 delayed?

Version 3 delayed?

Category: English K2 Community

As far as we know, K2 2.x is fully compatible with Joomla 3.3. Any problems that will arise will of course be fixed ASAP.

As for K2 v3.x being cancelled... I honestly wonder... how do you make these assumptions? What I gave in that blog post is *estimates*, not exact dates. I prefer that we delay a bit that come out with something crap. We did this back with v2.0.0 when I personally "felt pressured" by our own community. The result? We had to issue continuous updates over the next days to address functionality that would be resolved, had we waited a bit.

K2 is one of the most active projects in the Joomla community.
K2 is our flagship product.
We actively support K2 here in the community.
K2 will soon reach 2 million downloads. Read that again.

Are these signs of an abandoned project?

K2 v2.x is fully functioning and working with the latest Joomla build right now. It's not in beta mode or RC mode or other half-ass ready release. You can safely use it and safely upgrade to v3.x when it's out. There is no urgency to go for 3.x even if we released it tomorrow. Like all software, you should (you must in my opinion) always wait a bit until a .1 or .2 release is out.

And P.S., if you wanna switch to another CCK, who's holding you? Go ahead and waste your time. If you wait though, you'll thank us later ;)
  • Doug Robertson
  • Doug Robertson's Avatar
04 May 2014 16:58
Replied by Doug Robertson on topic Version 3 delayed?

Version 3 delayed?

Category: English K2 Community

The schedule based on the blog entry by Fotis was this;

"We are soon wrapping up development and beginning extensive testing on the upcoming "big" upgrade to K2, version 3. We estimate to have a beta release out by the end of March, with the stable release being scheduled for late April 2014. "

The march beta release was missed in a big way and we are obviously not seeing a live version in April. At this point I doubt anything will happen in May.

Please just tell us what is happening! The K2 users deserve to be treated better than this.
  • hillbilly
  • hillbilly's Avatar
04 May 2014 14:24
Duplicate URL was created by hillbilly

Duplicate URL

Category: English K2 Community

Hello,

I upgraded Joomla of our website to 3.x version and installed K2 plugin.

However, we were stupid enough not to include Captcha and were targeted by spammers. Then we had to disable and delete over 20k (!) spam comments.

However, I noticed unusual increase in usage (overusage) and were even warned by our host serverl.
When I see the latest visitor I see accesses to our non-existing pages.

Some of these links are /tours/adventure-mongolia/1-latest-news/144-helps-tips/144-helps-tips.html?start=10

We found that these accessed links were written as K2 articles so we also deleted these articles, but somehow these links are still accessed by someone. Even the directory is wrong as we don't have this directory structure. But when I click on them it shows 404 error.

Could you please help me on this? We are constantly targeted by spam bots who are overusing our resources!
  • Antonio Jimenez Fuentes
  • Antonio Jimenez Fuentes's Avatar
02 May 2014 21:56
Replied by Antonio Jimenez Fuentes on topic Joomla 3.3 update causes K2 form issue.

Joomla 3.3 update causes K2 form issue.

Category: English K2 Community

When you upgrade to joomla 3.2.4, the images do not open in modal.

And it happens on both Chrome and FireFox
  • Lefteris
  • Lefteris's Avatar
02 May 2014 14:01

Problems with K2 Galleries after Joomla Upgrade

Category: Simple Image Gallery PRO

Hi. Please note that official support for commercial extensions is provided in the Subscriber Help Desk at www.joomlaworks.net/dashboard/helpdesk .
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for purposes of knowledge exchange ONLY.
  • Lefteris
  • Lefteris's Avatar
02 May 2014 12:27

Problem with SIGPRO after Joomla Upgrade to 3.3

Category: English K2 Community

Hi. This forum is related with K2. For issues/questions regarding Simple Image Gallery Pro you are kindly requested to use the JoomlaWorks Help Desk at www.joomlaworks.net/dashboard/helpdesk .
  • Dick Bronder
  • Dick Bronder's Avatar
01 May 2014 09:48
Replied by Dick Bronder on topic Problems with K2 Galleries after Joomla Upgrade

Problems with K2 Galleries after Joomla Upgrade

Category: Simple Image Gallery PRO

Happens within the regular SIGpro as well. You can't make a new gallery suddenly. Has something to do with the u[date.
Regards,
Dick
  • Philip Curnow
  • Philip Curnow's Avatar
30 Apr 2014 19:14 - 30 Apr 2014 19:15

Problems with K2 Galleries after Joomla Upgrade

Category: Simple Image Gallery PRO

Sigpro was working perfectly this morning. After upgrading to Joomla 3.3, I cannot create a K2 Gallery After selecting the desired K2 item and expecting to see the Load Images page/field, I get redirected to the main K2 Gallery selection again. JQuery is the latest, cache is cleared in both broswer and Joomla. Any suggestions are appreciated.
  • Philip Curnow
  • Philip Curnow's Avatar
30 Apr 2014 18:17

Problem with SIGPRO after Joomla Upgrade to 3.3

Category: English K2 Community

Simple Image Gallery Pro was working perfectly this morning. After updating from Joomla 3.2.3 to 3.3, I noticed that I cannot create a new K2 gallery. It is possible to choose the item, but the subseqent 'Upload Images' interface does not appear. I am returned to the K2 Galleries selection. Anyone can advise? tks.
  • Lefteris
  • Lefteris's Avatar
28 Apr 2014 12:50
Replied by Lefteris on topic K2 menu error

K2 menu error

Category: English K2 Community

The database issues have probably to do with the upgrade process and as you understand there is nothing to be done in our part. Regarding the menu links i guess that the reason is the same. One thing you can try is to install K2 again ( don't uninstall first ). In any case remember to backup your site first. You can also ask for help at the jUpgrade guys since this seems more like a migration issue than a K2 issue.
  • fred
  • fred's Avatar
27 Apr 2014 17:08

how to acces author in tag.php template ?

Category: English K2 Community

Hello,

How can i acces the author variable in the tag template ? I tried this:
<?php if($item->params->get('itemAuthor')): ?> <span class="catItemAuthor"> <?php echo K2HelperUtilities::writtenBy($item->author->profile->gender); ?> <?php if(isset($item->author->link) && $item->author->link): ?> <a rel="author" href="<?php echo $item->author->link; ?>"><?php echo $item->author->name; ?></a> <?php else: ?> <?php echo $item->author->name; ?> <?php endif; ?> </span> <?php endif; ?>
also tried with catItemAuthor but it doesn't work.
$items->parrams->get('itemAuthor) does return 1, but all i get is:
Notice: Undefined property: stdClass::$author in /srv/www/sandbox/jupgrade/templates/corpora/html/com_k2/templates/default/tag.php on line 57 Notice: Trying to get property of non-object in /srv/www/sandbox/jupgrade/templates/corpora/html/com_k2/templates/default/tag.php on line 57
  • Panagiotis P. Mantzaridis
  • Panagiotis P. Mantzaridis's Avatar
26 Apr 2014 14:25
Replied by Panagiotis P. Mantzaridis on topic K2 menu error

K2 menu error

Category: English K2 Community

I can create everything else but I cant create new or edit existing k2 menus. I used jupgrade for the migration.
Stopped working after 2.6.8
also everything in the db related to k2 lost Auto Increment , Primary Key and ids have a default zero rule.
I fixed the db manually but the problem with the menus still remain...
  • eastkilla
  • eastkilla's Avatar
26 Apr 2014 13:33
K2 version 3 was created by eastkilla

K2 version 3

Category: English K2 Community

Hi K2 team,

In your last blog post, you are talking about K2 V3.

We are soon wrapping up development and beginning extensive testing on the upcoming "big" upgrade to K2, version 3. We estimate to have a beta release out by the end of March, with the stable release being scheduled for late April 2014.


We are late April, maybe have you some news about this new version that we are all waiting ?

Thanks a lot.

Best regards
  • Lefteris
  • Lefteris's Avatar
22 Apr 2014 15:43
Replied by Lefteris on topic Login required to view K2 items on upgrade

Login required to view K2 items on upgrade

Category: English K2 Community

@Arnar Ólafsson

Hi. How you migrated data? Have you used an extension? This sounds like the extension you used didn't migrate the data properly.
  • Hardkiffeur
  • Hardkiffeur's Avatar
22 Apr 2014 11:53
Replied by Hardkiffeur on topic Login required to view K2 items on upgrade

Login required to view K2 items on upgrade

Category: English K2 Community

Skráning->Skráning á biðlista

Is ok for me without login ;)
  • Moddun
  • Moddun's Avatar
19 Apr 2014 14:09 - 19 Apr 2014 14:09

Login required to view K2 items on upgrade

Category: English K2 Community

Hi,

Did a fresh install of joomla and K2
migrated K2 data to 3.2.*

Anyways after upgrading it seems everyone needs to login to view K2 items... but not joomla content...

See here
gerpla.is/__a/

If you select Skráning->Skráning á biðlista it should take you to a K2 item, but gives a login box.

However when you select Skráning->testt it takes you to the Joomla article.

So it seems to have something to do with K2 ???

Help or pointers greatly appreciated.

Regards
  • Antonio Jimenez Fuentes
  • Antonio Jimenez Fuentes's Avatar
14 Apr 2014 19:44
Replied by Antonio Jimenez Fuentes on topic [SOLVED] Category configuration not responding

[SOLVED] Category configuration not responding

Category: English K2 Community

Hi, I have not updated joomla, the only upgrade was the k2 prior to the current version 2.6.8.
I imported the items with the K2 Import component.

As extensions 3thd parts JA _ Extensions modules, to display the items.
Simple image gallery pro.
K2 Import
BT Content Slider

I hope you can help me, if you need anything else but you have to request it
  • andrea
  • andrea's Avatar
14 Apr 2014 09:58

Update module k2 slider does not work anymore

Category: English K2 Community

good morning to all, on a site run by the module joomla k2, since I did the upgrade I do not work anymore slider show on the first page. How can I do? Thanks to those who help me :)
  • Shmendrich
  • Shmendrich's Avatar
14 Apr 2014 07:27
Can you reply to comments in the blog? was created by Shmendrich

Can you reply to comments in the blog?

Category: English K2 Community

I installed K2 in my old joomla 1.5 (I know I have to upgrade it X) havent had the time nor the need) but I cant find any way or option to reply to particular comments in the blog

I can only post new comments, and there's no way to make individual replies (or not that I can find it) is there any plugin or any way to enable/add this?
  • Antonio Jimenez Fuentes
  • Antonio Jimenez Fuentes's Avatar
11 Apr 2014 22:23 - 11 Apr 2014 22:24
[SOLVED] Category configuration not responding was created by Antonio Jimenez Fuentes

[SOLVED] Category configuration not responding

Category: English K2 Community

Hello everyone.
I have a strange problem with k2 category.
Use the template purity III and Joomla 3.2.3

After an upgrade of k2 were me two installations in two different versions, the fix by deleting the two and installing a new version of the latest 2.6.8

Import the data that had kept import export k2.

Since then the category ignoring me some options in the main and secondary list items.
The images are not displayed in the itemlist
No shows me the pagination of listings items
I have tried all the configuration options, cahe cleaned everything and I get nothing.

www.turismolaorotava.org/areas-municipales/areas-ayuntamiento/bienestar-social/itemlist/category/22-actualidad-bienestar-social

thank for help
Displaying 741 - 760 out of 2231 results.

Powered by Kunena Forum