Fbgallery

Hi everybody,

I’m new to Yii and I’m currently working on my first major Yii project but I’m having trouble getting the fbgallery extension to work.

I have it all setup but when I try create a gallery on a page using


$this->widget('application.extensions.fbgallery.fbgallery');

I get "Non-static method FBAccess::setLevelAccess() should not be called statically, assuming $this from incompatible context"

I’ve tried to setting the level manually to to get it up and running but I get the error

"Non-static method operations::flag() should not be called statically, assuming $this from incompatible context"

Not matter what I do I always seem to get a similar error which leads me to believe I’m doing something wrong.

Any help greatly appreciated :)

EDIT: If anyone has any alternatives that would be great aswell. I need a gallery that can allow different users to upload there own collections.