Keyword

Problem after installing k2 on joomla 3.0

  • Peter Bischof
  • Peter Bischof's Avatar Topic Author
  • Offline
  • New Member
More
11 years 9 months ago #108551 by Peter Bischof
Problem after installing k2 on joomla 3.0 was created by Peter Bischof
Hello,

I've installed k2 in the latest version on joomla 3.5 ( new installation). After saving an item I experience the following error:

Fatal error: Cannot call abstract method FinderIndexer::index() in D:\Development\Projekte\Web\xampp\htdocs\verein\plugins\finder\k2\k2.php on line 208.

When I re-enter the K2 component, the item is available.
Where is the roblem and how can I solve that?

Regards

Peter

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

More
11 years 8 months ago #108552 by william white
Replied by william white on topic Re: Problem after installing k2 on joomla 3.0
Check the k2 dashboard information tab and see if your xampp install has mb_string emabled

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

More
11 years 6 months ago #108553 by Daniel Barber
Replied by Daniel Barber on topic Re: Problem after installing k2 on joomla 3.0
I've got the same problem. I checked and multi-byte strings are enabled. Should they be disabled? If so, I'm guessing there's a command to put into a php.ini file perhaps? Thanks for any assistance on this..

Daniel

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

More
10 years 10 months ago #108554 by alex
Joomla last; k2 last
After saving item - the same problem. I found this solution:

On line 208 of plugins/finder/k2/k2.php

change: FinderIndexer::index($item);
to: $this->indexer->index($item);

After this fix I was able to save my new items successfully but when i see the product details on page:

404 Article not found

Any solutions?

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

More
10 years 10 months ago #108555 by alex
Where is this mb_string? I can't find it.

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


Powered by Kunena Forum