After running the latest upgrade to 7.x-3.0-rc1, I am now receiving errors that weren't there before. I am new to drupal and views and dont know a whole lot about PHP. Can someone please help?
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in busy_pager() (line 168 of C:\Users\................\sites\all\themes\busy\template.php).
Comments
Comment #1
dawehnerLet's move to busy theme.
Comment #2
merlinofchaos commentedThat error seems to be in the 'busy' theme, and does not appear to be related to Views.
Comment #3
aschiwi commentedReopening since the issue has been moved to Busy. I can confirm this error with Views rc1. We'll post a fix soon.
Comment #4
stborchert@rickyracoon: could you please try the following and report if this works.
* open template.php of busy in your favorite editor.
* replace line 137 (
$parameters = $variables['parameters']) with* save template.php and reload your browser
Now the error should be gone and the pager should be displayed as intended by us (especially the link to the last page).
Comment #5
aschiwi commented@stborchert: works for me. we should commit the fix.
Comment #6
aschiwi commentedcommitted in http://drupalcode.org/project/busy.git/commit/87c1d5d
Comment #8
yooperjb commentedThanks! Worked for me.
Comment #9
ingram87 commentedThanks, worked for me also.
Comment #10
heather commentedWorked for me too... but... when will this project get an update?