Page 1 of 2

ImageGallery 0.3

Posted: Sun Jun 05, 2005 9:56 pm
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 ??

Re: ImageGallery 0.3

Posted: Mon Jun 06, 2005 10:42 am
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

Re: ImageGallery 0.3

Posted: Mon Jun 06, 2005 4:05 pm
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.

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 12:47 am
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.

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 3:58 am
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

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 5:52 am
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.

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 7:12 am
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

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 7:21 am
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 !

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 8:44 am
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

Re: ImageGallery 0.3

Posted: Tue Jun 07, 2005 12:38 pm
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...

Re: ImageGallery 0.3

Posted: Wed Jun 08, 2005 5:58 am
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.

Re: ImageGallery 0.3

Posted: Wed Jun 08, 2005 8:13 am
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

Re: ImageGallery 0.3

Posted: Wed Jun 08, 2005 11:20 am
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

Re: ImageGallery 0.3

Posted: Wed Jun 08, 2005 2:15 pm
by Ted
Well, I definatly wasn't expecting that...  Very interesting.

Re: ImageGallery 0.3

Posted: Wed Jun 08, 2005 6:06 pm
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