Php notice

More
10 years 7 months ago #50994 by ROZZA
Php notice was created by ROZZA
Hello,
is there anybody can support me in order to fix the following error log:

[20-Nov-2014 22:00:00 Europe/Rome] PHP Notice: Undefined index: in /home/sharingl/public_html/components/com_flexicontent/views/category/view.feed.php on line 163
[20-Nov-2014 22:00:00 Europe/Rome] PHP Notice: Trying to get property of non-object in /home/sharingl/public_html/components/com_flexicontent/views/category/view.feed.php on line 163

Thank you in advance for your usual support.
Salvatore

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

More
10 years 7 months ago #50995 by ggppdk
Replied by ggppdk on topic Php notice
Hello

-- it is a PHP notice and not a PHP error


-- a PHP notice indicates a potential error
in this case it is not,
but we need to change code so that it is not printed



-- if you want to apply fix now then you may change:
Code:
if ( $row->fields[$fieldname]->display ) {
to be
Code:
if ( isset($row->fields[$fieldname]->display) ) {

will commit fix for next release, thanks for reporting

Regards


-- 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
10 years 7 months ago #50996 by ROZZA
Replied by ROZZA on topic Php notice
Thank you i fixed and system now work correctly

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

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