- Posts: 6227
COMMUNITY FORUM
Error: Class 'K2Table' not found in k2user.php
- JoomlaWorks
-
- Offline
- Admin
Less
More
11 years 11 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.
By the way, posting unproductive ironic comments will only get you banned. You've been warned.
Please Log in or Create an account to join the conversation.
- James Ross
-
- Offline
- New Member
Less
More
- Posts: 1
11 years 10 months ago #105044
by James Ross
Replied by James Ross on topic Re: Error: Class 'K2Table' not found in k2user.php
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.
- vtmod
-
- Offline
- New Member
Less
More
- Posts: 19
11 years 10 months ago #105045
by vtmod
Replied by vtmod on topic Re: Error: Class 'K2Table' not found in k2user.php
@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.
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.
- Pooja Pareek
-
- Offline
- New Member
Less
More
- Posts: 2
9 years 1 month ago - 9 years 1 month 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
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: 9 years 1 month ago by Pooja Pareek.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 1 month 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?
I just tried the K2 User module with latest Joomla! and K2, and I cannot verify the issue.
Can you update to 2.7?
Please Log in or Create an account to join the conversation.