? Success

User tests: Successful: Unsuccessful:

avatar chivitli
chivitli
24 Apr 2014

When search engines or users open feed page of a tag, error log is filled with

PHP Notice: Undefined property: stdClass::$title in /home/joomla3.2/public_html/components/com_tags/views/tag/view.feed.php on line 60

It seems author wanted to get title of the tag, so I changed the code accordingly, as the title comes from UCM and it's already processed few lines above.

Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33961&start=0

avatar chivitli chivitli - open - 24 Apr 2014
avatar chivitli chivitli - change - 24 Apr 2014
Labels Added: ? ?
avatar BjornElsing
BjornElsing - comment - 31 May 2014

I created a fresh Joomla installation, and created an article with a tag.
I turned Error Reporting to Maximum. When I click on the tag I don't see any error.

Is that how I should reproduce this issue?

avatar chivitli
chivitli - comment - 31 May 2014

Hi Bjorn,

The issue is visible on the feed page of a tag. So if you are on http://localhost/tag/1-some-tag go to http://localhost/tag/1-some-tag?format=feed&type=rss

Thanks for testing!

avatar BjornElsing
BjornElsing - comment - 31 May 2014

Turned Error Reporting on Maximum (and later Development) and then I went to: http://localhost:8888/jab/index.php/component/tags/tag/2-tag1?format=feed&type=rss

But I do not see any error, I also checked with Chrome's console and Firebug's console and the Error console of Firefox, but there were no errors.

avatar chivitli
chivitli - comment - 31 May 2014

Could you please check your PHP error log file? I don't get it shown in the browser either (even though I use E_ALL, PHP 5.5.11), but it's all there in the error log, I just tried again now with the latest Joomla

avatar brianteeman
brianteeman - comment - 23 Jul 2014

I can confirm the php notice with J3.3.1
[23-Jul-2014 18:03:39 Europe/Berlin] PHP Notice: Undefined property: stdClass::$title in /Applications/MAMP/htdocs/test/Joomla_331-Stable-Full_Package/components/com_tags/views/tag/view.feed.php on line 67

I can confirm that the PR resolves the php notice

avatar infograf768
infograf768 - comment - 23 Jul 2014

In fact I get 2 errors here:
the same as Brian above
+
PHP Notice: Array to string conversion in /Applications/MAMP/htdocs/trunkgitnew/libraries/joomla/filter/input.php on line 202

This PR solves the first one indeed.

avatar infograf768 infograf768 - change - 23 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-23 18:08:40
avatar infograf768 infograf768 - change - 23 Jul 2014
Title
Unknown property filling error log
[#33961] Unknown property filling error log
avatar infograf768 infograf768 - close - 23 Jul 2014
avatar infograf768 infograf768 - reference | - 23 Jul 14
avatar infograf768 infograf768 - merge - 23 Jul 2014
avatar infograf768 infograf768 - close - 23 Jul 2014

Add a Comment

Login with GitHub to post a comment