PHP Notice: Trying to get property of non-object
kenorb - January 17, 2009 - 21:26
| Project: | Browscap |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
This can be improved:
// $Id: browscap.module,v 1.6.2.3.2.4 2008/08/13 02:49:43 robloach Exp $
PHP Notice: Trying to get property of non-object in /home/sites/co.uk/public_html/sites/all/modules/contributions/browscap/browscap.module on line 257
PHP Notice: Trying to get property of non-object in /home/sites/co.uk/public_html/sites/all/modules/contributions/browscap/browscap.module on line 259
PHP Notice: Undefined index: parent in /home/sites/co.uk/public_html/sites/all/modules/contributions/browscap/browscap.module on line 90
PHP Notice: Undefined index: crawler in /home/sites/co.uk/public_html/sites/all/modules/contributions/browscap/browscap.module on line 95
#1
similar report #410114: PHP Notices: "Trying to get property of non-object" and "Undefined index"
#2
#3
#5
#6
Here's the same patch merged with some other php notices I found.
However, I was never able to reproduce the original issue here. What are the steps to repeat?
#7
I looked at the code some more and it seems reasonable - http://drupal.org/cvs?commit=264084
(Also, I didn't want to have to merge a bunch of stuff as I work on other patches ;) )
#8
Automatically closed -- issue fixed for 2 weeks with no activity.