Active
Project:
Advanced Profile Kit
Version:
6.x-1.0
Component:
Views
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2011 at 01:48 UTC
Updated:
30 Jun 2011 at 14:11 UTC
Hi,
I'm not sure if its a problem with panels or advanced profile kit, but after I enabled profile panels, I get a white screen of death when I either view my account or another users.
When I look at the error its generating its:
Fatal error: Call to a member function init_pager() on a non-object in /var/www/html/modules/views/includes/view.inc on line 119
I found this error maybe related to Views bulk operation, but I disabled it and still get the error..If I disable the panel view of profile, it works by directing me to the standard drupal profile.
any suggestions?
Thanks in advance
Comments
Comment #1
gautamb commentedAnyone? I'm new to drupal but asked on other forums and they thought it was something that this group maybe able to help.
Any suggestions would be highly appreciated.
Comment #2
michelleIt's choking on the Views pager. Why, I don't know. This isn't something that can be answered without diving into the code on your site, which is why it didn't get an answer.
Michelle
Comment #3
gautamb commentedThanks for explaining Michelle. Thats weird, because I haven't customized any code on the site. I installed the advanced profile kit, panels and views. Is it views specific do you think? or should I try to updating the above packages to the development releases? Would that even make a difference?
Comment #4
michelleAll I can tell from what you posted is that it's trying to initialize the pager on one of the views and it doesn't have an object when it's expecting one.
Michelle
Comment #5
gautamb commentedThanks Michelle, I'm new to drupal but I'll do some digging and see if I can figure something out. I'll explore what its trying to get from views first.
Thanks for your help.
Comment #6
nassime commentedI had the same problem but i tried to install and enable all modules to install APK first.(README.txt in the APK folder) and it worked. (i don't know why...)