Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved Subsequent pages in threads give an 500 Error

More
11 years 2 months ago #165552 by hetclub
I think I have a wierd problem, maybe caused by the content of some posts. I have a thread that is set up identical to another thread. The initial page comes up, but of the 12 pages, only page 1, 8, 11 and 12 will show up. The rest show the error page attached below. I have looked in the Category table in the db and it is identical to other like categories. Anyone have a clue what could be causing this? Troubleshooting advice?


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

More
11 years 2 months ago #165553 by 810
could you enable the kunena debug on configuration. Then you will get the real error message.

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

More
11 years 2 months ago - 11 years 2 months ago #165556 by hetclub
Here is one new error that popped up:

The error was detected in the Libraries.

Fatal Error: Call to a member function getEbayItemFromCache() on a non-object in libraries/kunena/bbcode/bbcode.php on line 192


Last edit: 11 years 2 months ago by hetclub.

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

More
11 years 2 months ago - 11 years 2 months ago #165557 by hetclub
// convert ebay item to embedded widget
$layout = KunenaLayout::factory('BBCode/eBay');

if ($layout->getPath())
{
this is line 192 $ebay = $bbcode->getEbayItemFromCache($content);

return (string) $layout
->set('content', $content)
->set('params', $params)
->set('naturalurl', $ebay->Item->ViewItemURLForNaturalSearch)
->set('pictureurl', $ebay->Item->PictureURL[0])
->set('status', $ebay->Item->ListingStatus)
->set('ack', $ebay->Ack)
->set('title', $ebay->Item->Title)
->setLayout(is_numeric($content) ? 'default' : 'search');
}
}

return $this->getEbayItemFromCache($itemid);
}

parse_str($params, $query);
Last edit: 11 years 2 months ago by hetclub.

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

More
11 years 2 months ago #165558 by hetclub
Looks like the same issue in this thread too:

ocked-topics-gets-a-500-internal-server-error

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

More
11 years 2 months ago #165562 by xillibit

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.212 seconds