ImageGallery 0.3
- ghostrifle
- Forum Members
- Posts: 54
- Joined: Wed Mar 02, 2005 11:03 pm
ImageGallery 0.3
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 ??
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
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
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
- ghostrifle
- Forum Members
- Posts: 54
- Joined: Wed Mar 02, 2005 11:03 pm
Re: ImageGallery 0.3
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.
I'm running a fresh 0.10 BETA 4 for developing ImageGallery, and it's running without any problems here.
Re: ImageGallery 0.3
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
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
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
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
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
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
- ghostrifle
- Forum Members
- Posts: 54
- Joined: Wed Mar 02, 2005 11:03 pm
Re: ImageGallery 0.3
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 !
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
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
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
- ghostrifle
- Forum Members
- Posts: 54
- Joined: Wed Mar 02, 2005 11:03 pm
Re: ImageGallery 0.3
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
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.
Devs should ALWAYS have notice level errors turned on in their dev environments.
- ghostrifle
- Forum Members
- Posts: 54
- Joined: Wed Mar 02, 2005 11:03 pm
Re: ImageGallery 0.3
Hmm.. my notices are on
php4.ini
And I'm using CMS 0.10 BETA 4 and PHP 4.3.10 of Ubuntu / Debian
php4.ini
Code: Select all
error_reporting = E_ALL & E_NOTICE
Re: ImageGallery 0.3
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
Well, I definatly wasn't expecting that... Very interesting.
Re: ImageGallery 0.3
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
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