[RESOLU] Erreurs FLEXIcontent Universal Content Module

More
11 years 3 months ago - 11 years 3 months ago #32118 by eytanpierre
Bonjour,

J'ai testé le FLEXIcontent Universal Content Module que je trouve très bien. Le souci est que lorsque j'ajoute des champs personnels, j'obtient plusieurs erreurs :
Code:
Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562 Warning: Creating default object from empty value in /modules/mod_flexicontent/helper.php on line 562

Est-ce normal ? Merci d'avance pour vos réponses !
Last edit: 11 years 3 months ago by eytanpierre.

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

More
11 years 3 months ago #32136 by ggppdk
you have PHP 5.4?


-- 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
11 years 3 months ago #32139 by eytanpierre

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

More
11 years 3 months ago #32143 by ggppdk
It is a change in warnings done in PHP 5.4 +
I will commit fix for this too,

To use fix now after:
Code:
if ($use_fields && @$row->fields && $fields) { foreach ($fields as $field) {
add:
$lists[$ord][$i]->fields[$field] = new stdClass();
And after:
Code:
if ($use_fields_feat && @$row->fields && $fields_feat) { foreach ($fields_feat as $field) {
Add:
$lists[$ord][$i]->fields[$field] = new stdClass();


-- 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
11 years 3 months ago #32184 by eytanpierre
Yes !!! It's working !! Thank you !!!

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.573 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