White page since upgrade to 1.5.5 (607)

More
14 years 8 months ago #16007 by grabit
Hi everybody,

I have upgraded a few websites from FC 1.5.4 to 1.5.5 (607) without any problems.

Yesterday I tried to upgrade my main site.
After the completion of the upgrade the site was just like empty.
A white page. No errors on the browser. Here is the source that I get.
Code:
<script type="text/javascript" language="javascript"> <!-- var sfolder = ''; var fcvote_text=Array( 'Votre navigateur ne fonctionne pas avec Ajax', 'chargement', 'Merci pour votre vote', 'Vous devez vous identifier pour ajouter cet élément à vos favoris.', 'Vous avez déjà voté pour cet élément', 'votes', 'vote' ); --> </script>

Strange no?

Here is the link to the copy of the site in 1.5.5
demo.grab-it.com/

I could hopefully go back by re-installing FC 1.5.4.

In this config I use the following elements:
Joomla 1.5.23
Joomfish 2.1.7
Flexiaccess 1.0.5
Jcomments 2.2.0.2

Last thing important, this site and all the other sites that are working well are on the same virtual server. So no reason to search on the server side.

Please help.

An Apple a days keeps the doctor away

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

More
14 years 8 months ago #16010 by micker
Only on catégorie page ?
can you try with basic catégorie template ?

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
14 years 8 months ago #16011 by grabit
I changed the template first to blog and then default but none are working.

The items are working well.

exemple: demo.grab-it.com/index.php?option=com_fl...s&Itemid=120&lang=fr

An Apple a days keeps the doctor away

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

More
14 years 8 months ago #16012 by micker
did you change any thing (view.html.php pr other core field ?)

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
14 years 8 months ago #16018 by grabit
No I don't think so. The date of the file is the date of the installation of the component.

An Apple a days keeps the doctor away

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

More
14 years 8 months ago #16020 by micker
... very strange it a random bug for other people ...
flexicontent.org/forum/index.php ... pic#p16019
i will try to contact manu ...

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
14 years 8 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
14 years 8 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
14 years 8 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
14 years 8 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.

Moderators: vistamediajoomlacornerggppdk
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
Save