Closed (fixed)
Project:
HTML Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 08:41 UTC
Updated:
28 Oct 2014 at 19:18 UTC
Jump to comment: Most recent
This message appear since I have updated Link 1.0 to Link 1.1 :
Notice : Undefined property: stdClass::$node_title dans html_title_views_view_field__title() (ligne 108 dans /var/www/drupal7/sites/all/modules/html_title/html_title.module).
what could I do to fix this issue ?
thanks
Comments
Comment #1
rob_johnston commentedI see the same thing, but I would have filed the bug with the html_title module. Where I see the error is on the /admin/workbench/needs-review page:
What I did was change the html_title_views_view_field__title() function in the html_title.module file to check if the node_title is set:
Does that work for you? Anybody else who know this module well care to comment?
Comment #2
Anonymous (not verified) commentedThanks for the idea! This did work for me (though, be careful to remove the initial "<?php").
Comment #3
tangent commentedPlease check if this issue still exists in the latest dev build. That code has been replaced.
Comment #4
tangent commented