Problem to open modules

nprzybilla

Joined: 2004-08-19
Posts: 3
Posted: Thu, 2004-08-19 20:32

Hi ,

I downlaoded the snapshot from today.

I have a problem when I call the modules configuration:

Fatal error: Call to undefined function: setgroup() in C:\apache\htdocs\gallery2\modules\squarethumb\module.inc on line 45

Does anybody know a solution ?

Best regards

Niels

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2004-08-19 22:33

is this in the installer or Site Admin?
make sure all your code is up to date. setGroup is defined in modules/core/classes/GalleryModule.class

 
nprzybilla

Joined: 2004-08-19
Posts: 3
Posted: Fri, 2004-08-20 05:02

Hi,

it is in both situations.
The code i got completely from teh snapshot server.

Best regards

Niels

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2004-08-21 00:08

nprzybilla, at the bottom of modules/core/classes/GalleryModule.class do you have two methods called setGroup() and getGroup()?