ImageGallery 0.3

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

ImageGallery 0.3

Post by ghostrifle »

ImageGallery v0.3 got released. Grab it here: http://www.ghost-machinery.net/uploads/ ... .3.tar.bz2

The look of the gallery is up to you ! Everything is made with smarty templates with an admin backend. No need to edit files with an editor !!!

Features:

    * album management including child albums
    * automatic thumbnail generation
    * fully themeable using smarty templates
    * intuitive user interface
    * adding images to an album via a server side directory
    * module parameters for direct navigation via CMS content pages ( have a look at the "edit album" page for the cms module code)
    * image aspect ratio code
    * per image navigation (finally!!)

Roadmap:

    * OverLIB integration
    * any requests ??
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

I still get errors (0.10beta4). To be sure I uninstalled the module (you forgot to remove the ImageGallery permissions ) then reinstalled.
When I try to add a new album I get
Notice: Undefined index: page in d:\develop\easyphp1-8\www\cms\modules\ImageGallery\ImageGallery.module.php on line 476

John
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

Re: ImageGallery 0.3

Post by ghostrifle »

Are you using a fresh installation of 0.10 Beta 4 or an upgraded one ??

I'm running a fresh 0.10 BETA 4 for developing ImageGallery, and it's running without any problems here.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: ImageGallery 0.3

Post by Ted »

I'm assuming that's the page variable in gCms.  That's been around since before 0.10, so it must be something weird.
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

I'll try a clean install today - I have other problems anyway (including no help for News but I seem to be alone with that one....) .
On my production system I will need to do an upgrade anyway so I hope it's not due to that

John
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: ImageGallery 0.3

Post by Ted »

Other people are complaining about the lack of News help.  Don't worry, you're not crazy.  :)  I'm going to take a peek at it when I get a few minutes of coding time.
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

Just did a clean install of betea4 & Image Gallery 0.3 & I get more errors - these are generated just by selecting the Image Gallery admin

Notice: Undefined index: order_nr_counter in d:\develop\easyphp1-8\www\cms-daily\modules\ImageGallery\album.php on line 102

Notice: Undefined index: order_nr_counter in d:\develop\easyphp1-8\www\cms-daily\modules\ImageGallery\album.php on line 102

Notice: Undefined index: order_nr in d:\develop\easyphp1-8\www\cms-daily\modules\ImageGallery\image.php on line 242

Notice: Undefined index: order_nr in d:\develop\easyphp1-8\www\cms-daily\modules\ImageGallery\image.php on line 242

John
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

Re: ImageGallery 0.3

Post by ghostrifle »

Seems like there are two missing table fields. But as you can see in the install-method of ImageGallery.module.php, there are getting created during the installlation... and during the update process.

So check your database for the following two fields in cms_prefix_module_imagegallery_album and cms_prefix_module_imagegallery_image.

This is weird, really !
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

oops, my mistake. When I said I'd done a clean install I was telling porkies it seems. I deleted all the CMS code but not the DB. When I re-installed ImageGallery the old table was still there so probably didn't get (re)created. I uninstalled & installed and those errors have gone. Unfortunately after creating a new album I still get the
Notice: Undefined index: page in d:\develop\easyphp1-8\www\cms-daily\modules\ImageGallery\ImageGallery.module.php on line 476
error.

Wishy said that may be an older issue

John
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

Re: ImageGallery 0.3

Post by ghostrifle »

Are you sure, that you did an absolutly clean install of 0.10 BETA 4 ??? I should have the same error like you but I don't have it...
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: ImageGallery 0.3

Post by Ted »

What versions of php are you guys using?  (I bet one is on 4 and one is on 5)  Or maybe one has all errors on and one has notice level off.

Devs should ALWAYS have notice level errors turned on in their dev environments.
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

Re: ImageGallery 0.3

Post by ghostrifle »

Hmm.. my notices are on

php4.ini

Code: Select all

error_reporting  =  E_ALL & E_NOTICE
And I'm using CMS 0.10 BETA 4 and PHP 4.3.10 of Ubuntu / Debian
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

Hmm, I'm also using PHP 4.3.10 (EasyPHP package) on the site I've tested with so far.... Let me try a really, really clean install though
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: ImageGallery 0.3

Post by Ted »

Well, I definatly wasn't expecting that...  Very interesting.
pinthenet

Re: ImageGallery 0.3

Post by pinthenet »

Good news.... at least with Beta3. I upgraded another site and it's OK so far. I'll be upgrading the site to Beta4 possibly so I'll see what happens.
I think I need to clear out my test installations and start again - they are a mix of betas, dailies & odds 'n sods

Sorry for the confusion

John
Post Reply

Return to “Modules/Add-Ons”