Closed (fixed)
Project:
OpenPublic
Version:
7.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2012 at 08:22 UTC
Updated:
22 May 2014 at 21:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drdave17 commentedSame here but after updating to 7.x-1.0-rc2. I am using Drupal 7.14
Comment #2
domukajoor commentedSame error after updating the twitter pull module I am using drupal 7.12 that come with beta8
Comment #3
sanbient commentedSame error. Beta8, Drupal 7.14.
Comment #4
sanbient commentedAdding 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.
Comment #5
drupert55 commentedsame 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.
Comment #6
finex commentedA patch has been provided: http://drupal.org/node/1693132#comment-6353688
Comment #7
pcho commentedHere's a patch that adds the patch to the make file.
Comment #8
mpotter commentedCommited to 8bf395c.
Comment #10
Carlos Miranda Levy commented