Keyword

Error: Class 'K2Table' not found in k2user.php

More
11 years 3 months ago #105043 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Error: Class 'K2Table' not found in k2user.php
We'll investigate further on the matter. Could be K2, could be Joomla!, could be another extension.

By the way, posting unproductive ironic comments will only get you banned. You've been warned.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #105044 by James Ross
Has this been resolved? I am running into the same error and would like some help if possible please.

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #105045 by vtmod
@Jami,
you can use this bugfix in your code in the mean time :

//handle K2 bug
$k2SystemPlugin = JPATH_ADMINISTRATOR.DIRECTORY_SEPARATOR.'components'.DIRECTORY_SEPARATOR.'com_k2'.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'k2plugin.php';
if(file_exists($k2SystemPlugin)){
JTable::addIncludePath(JPATH_ADMINISTRATOR.DS.'components'.DS.'com_k2'.DS.'tables');
JLoader::register('K2Table', JPATH_ADMINISTRATOR.'/components/com_k2/tables/table.php');
}


that's awful but works. The problem seems to Joomla independent.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #153005 by Pooja Pareek
Replied by Pooja Pareek on topic Error: Class 'K2Table' not found in k2user.php
Hi,

I am using Joomla 3.4.8 and K2 v2.6.9, still i am getting facing same problem, on tick remember me, i am getting same ply Topic: Error: Class 'K2Table' not found in k2user.php

Please help me out.

Thanks
Last edit: 8 years 5 months ago by Pooja Pareek.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 5 months ago #153077 by Krikor Boghossian
Replied by Krikor Boghossian on topic Error: Class 'K2Table' not found in k2user.php
Hello Pooja,

I just tried the K2 User module with latest Joomla! and K2, and I cannot verify the issue.

Can you update to 2.7?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum