Errors or white page in category view for v1.5.5r607

More
12 years 10 months ago #16668 by ggppdk
Description of the problem:
In FlexiContent 1.5.5r607, the category view is trying to call content Plugins for the category description text
(lines 185-187 of file: components/com_flexicontent/views/category/view.html.php,
with the lines:
Code:
$category->text = $category->description; $results = $dispatcher->trigger('onPrepareContent', array (& $category, & $category->params, 0));

This for some plugins (such as Joomlaworks allvideos and Nonumber sourcerer) results in an error or a white page (if PHP error_reporting is turned off) .

Fix, replace line:
Code:
$results = $dispatcher->trigger('onPrepareContent', array (& $category, & $category->params, 0));

with:
Code:
$catparams = new JParameter($category->params); $results = $dispatcher->trigger('onPrepareContent', array (& $category, & $catparams , 0));

If you want to know why this occurs read more on bug Tracker.


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
12 years 10 months ago #16677 by micker
great !!!!
thanks for community !

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.278 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline