White page since upgrade to 1.5.5 (607)

More
12 years 11 months ago #16025 by grabit
If they need, we can arrange an access to this test site.

An Apple a days keeps the doctor away

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

More
12 years 11 months ago #16033 by micker
ok thanks ...
can you try this in local
install a basic joomla + flexicontent r607
create a similar structure (categorie) i try if it work
after do a backup of you sql and insert into your local installation
regards

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.

More
12 years 11 months ago #16048 by micker
hello
if you deleted view.html.php file for r558 version it works
can you help me to find difference
regards

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.

More
12 years 11 months ago #16051 by grabit
Here are the differences:

Replaced code from line 184:
Code:
// Allow to trigger content plugins on category description $category->text = $category->description; $results = $dispatcher->trigger('onPrepareContent', array (& $category, & $category->params, 0)); $category->description = $category->text; foreach ($items as $item) { $item->event = new stdClass(); $item->params = new JParameter($item->attribs); $results = $dispatcher->trigger('onPrepareContent', array (& $item, & $item->params, 0)); $results = $dispatcher->trigger('onAfterDisplayTitle', array (& $item, & $item->params, 0));
replaced by:
Code:
// just a try : to implement later foreach ($items as $item) { $item->event = new stdClass(); $item->params = new JParameter($item->attribs); $results = $dispatcher->trigger('onPrepareContent', array (& $item, & $item->params,0)); $item->event->afterDisplayTitle = trim(implode("\n", $results)); $results = $dispatcher->trigger('onAfterDisplayTitle', array (& $item, & $item->params,0));


Deleted code on line 211:
Code:
$item->cats = $item->cats?$item->cats:array();

An Apple a days keeps the doctor away

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

More
12 years 11 months ago #16052 by grabit
I replaced the r607 view.html.php by the r558 and it works well here.

Maybe not all the functions.

An Apple a days keeps the doctor away

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

More
12 years 11 months ago #16060 by micker
strange ....
but if actualy works ... :lol:

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.570 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