Showing this on homepage after some updates to core and a update to beta8

Notice: Undefined property: stdClass::$lazy_load in twitter_pull_block_view() (line 216 of /srv/www/aries.hillsdalepolice.com/public_html/profiles/openpublic/modules/contrib/twitter_pull/twitter_pull.module).

CommentFileSizeAuthor
#7 openpublic-twitter_pull_1658506.patch463 bytespcho

Comments

drdave17’s picture

Same here but after updating to 7.x-1.0-rc2. I am using Drupal 7.14

domukajoor’s picture

Same error after updating the twitter pull module I am using drupal 7.12 that come with beta8

sanbient’s picture

Same error. Beta8, Drupal 7.14.

sanbient’s picture

Adding this to openpublic_defaults.theme.inc seems to remove notice for me.
'lazy_load' => 'TRUE',

37 function openpublic_defaults_twitter_pull_blocks() {
38 return array(
39 0 => (object) array(
40 'delta' => 'twitter_statedep_block',
41 'tweetkey' => '@StateDept',
42 'title' => t('State Department Tweets:'),
43 'name' => 'U.S. Department of State Twitter Feed',
44 'number_of_items' => 5,
45 'theme_key' => 'twitter_pull_listing',
Added line of code here.
46 )
47 );
48 }
----------
I'm still stumbling along in Drupal so I could be wrong.

drupert55’s picture

same error as l00ph0le -

Installed OpenPublic beta8 about 12 hrs ago. I updated to Drupal 7.14+89-dev (2012-Jul-17) and then updated all of the modules (except Secure Pages which is not supported).

I then noticed that error from the initial post at the bottom of my home page.

finex’s picture

pcho’s picture

Status: Active » Needs review
StatusFileSize
new463 bytes

Here's a patch that adds the patch to the make file.

mpotter’s picture

Status: Needs review » Fixed

Commited to 8bf395c.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Carlos Miranda Levy’s picture

  • Commit 8bf395c on master, 7.x-1.x, 7.x-1.0.4, 7.x-1.0.5, 7.x-1.0.4.2, 7.x-1.0.5-module-updates, 7.x-1.0.5.1, removepassword, appify_services, 7.x-2060595, 7.x-1.x-2093259-field_clean_up, appify by mpotter:
    Issue #1658506 by pcho | l00ph0le: Fixed Twitter Pull Error.