I am getting the following error messages after having enabled the installed on a standard vanilla drupal 7.31 installation
Notice: Undefined variable: data in ninesixtyrobots_preprocess_page() (line 80 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
Notice: Trying to get property of non-object in ninesixtyrobots_preprocess_page() (line 80 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
Warning: array_rand() expects parameter 1 to be array, null given in ninesixtyrobots_preprocess_page() (line 80 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
Notice: Undefined variable: data in ninesixtyrobots_preprocess_page() (line 80 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
Notice: Trying to get property of non-object in ninesixtyrobots_preprocess_page() (line 80 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
Notice: Trying to get property of non-object in ninesixtyrobots_preprocess_page() (line 82 of /home/robots/public_html/sites/all/themes/ninesixtyrobots/template.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | PHP-notice-cleanup-2338013-1.patch | 666 bytes | blakehall |
Comments
Comment #1
blakehall commentedHere's a small patch which cleans up these php notices.
Comment #3
add1sun commentedThanks! Committed and added to new release 7.x-1.3.
Comment #4
add1sun commented