Keyword

Advanced Search

Search Results (Searched for: Upgrade k2)

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
23 Dec 2013 14:33
Replied by Krikor Boghossian on topic Editor Problem after upgrade to joomla 3.2.1

Editor Problem after upgrade to joomla 3.2.1

Category: English K2 Community

Hello Akbar,

This has been fixed in the 2.6.8 DEV build - getk2.org/assets/get/
  • Doug Robertson
  • Doug Robertson's Avatar
21 Dec 2013 08:16
Getting Invalid Token on all articles was created by Doug Robertson

Getting Invalid Token on all articles

Category: English K2 Community

I have just upgraded to joomla 3.2.1 and also installed CB Subs.

Immediately after these upgrades I stopped being able to see K2 articles. I now get Invalid Token whenever I try to view an article.

I uninstalled v2.6.7 and tried reinstalling it. This did not fix the problem.

I then uninstalled K2 again and installed v2.6.8 Dev version. This also did not fix the problem.

Does anyone have any ideas? How would I debug or fix this problem?

Thanks for any help you can give.
  • anothervista
  • anothervista's Avatar
19 Dec 2013 15:04
Replied by anothervista on topic Editor Problem after upgrade to joomla 3.2.1

Editor Problem after upgrade to joomla 3.2.1

Category: English K2 Community

I also install a fresh joomla 3.2 and k2 2.6.7 the editor has new appearance but again not shown in extra field :(
  • anothervista
  • anothervista's Avatar
19 Dec 2013 11:51
Editor Problem after upgrade to joomla 3.2.1 was created by anothervista

Editor Problem after upgrade to joomla 3.2.1

Category: English K2 Community

Hi,
I was using K2 near more than 2 years.
Today I upgrade my joomla to 3.2.1 from joomla 3.1
The tiny editor changes I am using text-area extra-field in my K2 items after upgrading the editor not shown in text-area that using editor. how can i solve it need any changes in K2 core?
  • Wrina
  • Wrina's Avatar
13 Dec 2013 22:28 - 13 Dec 2013 22:34
Not able to load K2 was created by Wrina

Not able to load K2

Category: English K2 Community

I have tried to load K2 several times, for Joomla 3 -- also tried when 1.5 was the thing... neither times was I able to upload... however, this time i am determined to be a K2er.

I receive error message: SQL=SHOW FULL COLUMNS FROM "cntv_k2_category'

Only one problem, when i log in to my database there is no k2_ .


Any help would be appreciated:
Joomla Version: 3 (up-to-date)
hosted by Godaddy
Php ver: 5.3
Mysql Server: 5.0.96

NOTE:: I have already tried the following, from the genral loading area (should I ftp it??) the same error as noted above occurs::

......Forum Posting::::::Please upgrade your Joomla! version to the latest and install K2 SVN version from here getk2.org/assets/get/

Thank you for your help
  • Yiota
  • Yiota's Avatar
06 Dec 2013 12:54
Replied by Yiota on topic Error: 500 SQL=SHOW FULL COLUMNS FROM

Error: 500 SQL=SHOW FULL COLUMNS FROM

Category: English K2 Community

@OtdohniPerm Perm

English please.

@mimi72

Please upgrade your Joomla! version to the latest and install K2 SVN version from here getk2.org/assets/get/
  • Matt Medley
  • Matt Medley's Avatar
05 Dec 2013 09:13
JComments Joomla to K2 transfer? was created by Matt Medley

JComments Joomla to K2 transfer?

Category: English K2 Community

Hi there,

I've recently switched from Joomla Articles to K2, but all my comments are in JComments and would like to have them on my K2 imported articles. Is there a way to do this transfer? I've also upgraded from Joomla 1.5 to 2.5 to make this transfer even harder...

I appreciate the help! I posted on JComments forum over a month ago and did not receive a response :(

And now the JComments forum is even offline :(
  • Dave Maynard
  • Dave Maynard's Avatar
05 Dec 2013 02:36 - 05 Dec 2013 02:37
Error after upgrading to J.3.2.0 was created by Dave Maynard

Error after upgrading to J.3.2.0

Category: English K2 Community

Hi,

And thanks in advance for your help. I recently set-up a new Joomla website. The initial install was through "Quick Install" a Cpanel feature, and it was with J 3.0.3.

All was good.

I then installed K2 v 2.6.7. The installation went well.

All was good.

I then noticed that I should upgrade my Joomla install through the automatic update to J. 3.2.0

All was not good.

The front end of my site is not accessible. 192.185.143.80/~artimus2

And the back end gives me an error message 192.185.143.80/~artimus2/administrator

Fatal error: Call to a member function get() on a non-object in /home/artimus2/public_html/plugins/system/remember/remember.php on line 94

Any clues?

Thanks,

Dave
  • Yiota
  • Yiota's Avatar
03 Dec 2013 12:23
Replied by Yiota on topic Comment error "name or address in use"

Comment error "name or address in use"

Category: English K2 Community

That code exists between lines 1183-1194 of the exact same file.
What you need to keep in mind is that when an upgrade of the component occurs you will lose this modification since this is a core K2 file.
  • Andy
  • Andy's Avatar
30 Nov 2013 11:52
Replied by Andy on topic k2 category to joomla template?

k2 category to joomla template?

Category: English K2 Community

I'm having the same problem but it's only just started after I upgraded K2.

Now when you click on a frontpage article it opens in the frontpage instead of on it's own.

www.scandinaviansoul.com/
  • Concerto Designs Inc.
  • Concerto Designs Inc.'s Avatar
27 Nov 2013 17:24 - 01 Dec 2013 05:06
Add Full Text to K2 content module was created by Concerto Designs Inc.

Add Full Text to K2 content module

Category: English K2 Community

I use the rich and flexible feature set of the K2 Content Module on a daily basis. The one element missing from it is the option to include the Item Full Text in addition to or instead of the Intro Text. In a recently launched site, we are using inline images in the K2 itemFullText (in order to sidestep the K2 item Image resizing). In order to display the Full Text images in a portfolio, I added this option by touching the following files (using K2 2.6.7):
mod_k2_content/helper.php

Right after the lines for including the Introtext (look for //Introtext around line 399), add:

// Fulltext

if ($params->get('itemFullText'))
{

$item->text .= $item->fulltext;
}


mod_k2_content/mod_k2_content.xml:
Right after the itemIntroText field (around line 97) add:
<field name="itemFullText" type="radio" default="1" label="K2_FULLTEXT" description="">
<option value="0">K2_HIDE</option>
<option value="1">K2_SHOW</option>
</field>

I also modified a custom subtemplate in my template html folder - if you are using the default template, open:

mod_k2_content/tmpl/Default/default.php
Look for the code that includes the itemIntroText and itemImage.
After the closing <?php endif; ?> in that sectionl, add:

<?php if($params->get('itemFullText')): ?>
<p><?php echo $item->fulltext; ?></p>
<?php endif; ?>

Keep in mind you will need to make these revisions after any upgrades unless we see this option in future releases.

In general, the K2 coding makes it really easy to customize just about anything.

Hope this might be of use - B)
Cheers!
Alan
  • farid
  • farid's Avatar
27 Nov 2013 00:01
virtuemart and k2 was created by farid

virtuemart and k2

Category: English K2 Community

hi, I use quickstart include virtuemart and k2 and I upgraded to last version
when I unistall k2, virtuemart not worked checkout ! ,virtuemart dependent this plugin 'system-k2'
and k2 caused, show page login before respect to checkout
and register page don't want show fields k2, I need only user and password and email not more
plz help me, sorry abut not good my english
  • Yiota
  • Yiota's Avatar
26 Nov 2013 14:43

Can't toggle publish state by icon. Other way work

Category: English K2 Community

Please upgrade to the K2 SVN version which includes fixes for Joomla! 3.2 version. You can download it here: getk2.org/assets/get/
  • Yiota
  • Yiota's Avatar
21 Nov 2013 16:11
Replied by Yiota on topic Joomla 3.2

Joomla 3.2

Category: English K2 Community

Through which version of Joomla! did you upgrade from to 3.2 and which K2 version did you use?
  • Yiota
  • Yiota's Avatar
20 Nov 2013 13:29
Replied by Yiota on topic K2 Tags - Ampersands

K2 Tags - Ampersands

Category: English K2 Community

Hm. Could you upgrade to the latest version?
  • Yiota
  • Yiota's Avatar
19 Nov 2013 17:36

"Categories" Admin Link Is Blank White Page

Category: English K2 Community

Please try to upgrade with K2 version 2.6.7

Also I would recommend to also update your Joomla! installation as well to the latest version.
  • Yiota
  • Yiota's Avatar
18 Nov 2013 12:59

After update k2 in joomla 2.5 user can't register

Category: English K2 Community

Since you have upgraded from version 2.5.4 your overrides might be old.
You need to compare the file register.php between the component (components/com_k2/templates/) and your overrides (templates/your_template/html/com_k2/) and update with the latest one's changes.
  • Yiota
  • Yiota's Avatar
15 Nov 2013 12:07
Replied by Yiota on topic Upgrade K2 from Joomla 2.5 to 3.0

Upgrade K2 from Joomla 2.5 to 3.0

Category: English K2 Community

You will probably face some issues with K2 2.6.2 and 3.2. Maybe it is best if you used 2.6.7 version of K2.
  • Landau Design
  • Landau Design's Avatar
14 Nov 2013 21:03
Replied by Landau Design on topic Upgrade K2 from Joomla 2.5 to 3.0

Upgrade K2 from Joomla 2.5 to 3.0

Category: English K2 Community

Thanks for the encouragement!

I have a site that is Joomla 1.5.26 and uses K2 v 2.6.2. It is stable there.

I am assuming I should update the current site to Joomla 2.5 and then insure that K2 works fine there. Then I can update to Joomla 3.2. Is that the path I should take?

Steve
  • ECOMSURE
  • ECOMSURE's Avatar
13 Nov 2013 22:39
Replied by ECOMSURE on topic Error 403 after creating "Item Edit Form"

Error 403 after creating "Item Edit Form"

Category: English K2 Community

Hi
Yes I have attempted to follow these instructions. When I select the user in the back end I then select a K2 user group to add them to. It is then that I get the following error:

[Error 1054]
Unknown column 'ip' in 'field list' SQL=INSERT INTO `nbplm_k2_users` (`id`,`userID`,`userName`,`description`,`url`,`group`,`ip`,`hostname`,`notes`) VALUES ('','145','Alan Todd','','','3','','','')

I have tried creating new users, new user groups and event created another super user and tried again. So I am unable to add any users, even super users to any K2 groups.

I have been using a component called SP Upgrade to import categories and users. Could this be what has caused the issue.

Hope you can help

Regards

Alan
Displaying 841 - 860 out of 2231 results.

Powered by Kunena Forum