- Posts: 6
- Thank you received: 1
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
11 years 2 months ago #165552
by hetclub
Subsequent pages in threads give an 500 Error was created 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.
11 years 2 months ago #165553
by 810
Replied by 810 on topic Subsequent pages in threads give an 500 Error
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.
11 years 2 months ago - 11 years 2 months ago #165556
by hetclub
Replied by hetclub on topic Subsequent pages in threads give an 500 Error
Last edit: 11 years 2 months ago by hetclub.
Please Log in or Create an account to join the conversation.
11 years 2 months ago - 11 years 2 months ago #165557
by hetclub
Replied by hetclub on topic Subsequent pages in threads give an 500 Error
// 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);
$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.
11 years 2 months ago #165558
by hetclub
Replied by hetclub on topic Subsequent pages in threads give an 500 Error
Please Log in or Create an account to join the conversation.
11 years 2 months ago #165562
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Subsequent pages in threads give an 500 Error
Try this fix :
github.com/Kunena/Kunena-Forum/pull/3169/files
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