Gallery 2.3-RC-2 Feedback

scaturan
scaturan's picture

Joined: 2004-09-12
Posts: 1153
Posted: Thu, 2008-10-16 03:56

under Windows Vista on Firefox 3.0.3 with Cooliris (PicLens) version 1.8.3.14080 - the double-arrow popup when the mouse pointer is hovered over the lower-left corner of the thumbnail only works for the first 25 items. The same effect when embedded on WordPress 2.6.2 and WPG2 3.0.7
___________________________________________________
http://pixi.me/

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2008-10-16 04:12

That really sounds like a problem with Cooliris. Does it do the same when you visit their demo pages?
http://developer.cooliris.com/

http://www.piclens.com/site/firefox/support_pl_ff.php
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
scaturan
scaturan's picture

Joined: 2004-09-12
Posts: 1153
Posted: Thu, 2008-10-16 04:20

@nivekiam: it works fine though on Flickr, Facebook and Aminus3
___________________________________________________
http://pixi.me/

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2008-10-16 04:43

@Boogerhead:

the gd code in g2 hasn't been changed since March, so no related changes between g2.3 rc1 and rc2.
i've tested g2.3 with gd a few minutes ago and it works fine over here.
so it might indeed be a problem with your php.
please make sure your php memory_limit is adequately high.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
scaturan
scaturan's picture

Joined: 2004-09-12
Posts: 1153
Posted: Thu, 2008-10-16 05:15
 
Boogerhead

Joined: 2008-02-16
Posts: 50
Posted: Thu, 2008-10-16 10:57
valiant wrote:
@Boogerhead:
the gd code in g2 hasn't been changed since March, so no related changes between g2.3 rc1 and rc2. ...
please make sure your php memory_limit is adequately high.

I need to poke around some more, but I think you're on to something. My limits were set higher in several php.ini, php5.ini and php4.ini files, but when it stalls it stalls saying in the right corner:
Memory used: 13905520, total: 32M

I was suspecting GD was the problem because I thought there was a newer version in RC2 vs. RC1.

 
honvl

Joined: 2007-04-26
Posts: 17
Posted: Fri, 2008-10-17 12:38

Item actions and album actions admin dropdown in album view is not functioning in Google Chrome browser.

 
scaturan
scaturan's picture

Joined: 2004-09-12
Posts: 1153
Posted: Fri, 2008-10-17 12:43
honvl wrote:
Item actions and album actions admin dropdown in album view is not functioning in Google Chrome browser.

yep, I have the same issue.
___________________________________________________
http://pixi.me/

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2008-10-17 17:13

@honvl, scaturan:
that's a bug in Chrome that has been fixed already.
switch to the Chrome developer channel to get the latest Chrome build which includes the fix.
it might take a few weeks until the normal Chrome channel includes this fix as well.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
serbanc

Joined: 2006-05-19
Posts: 314
Posted: Sat, 2008-10-18 14:59

Gents,
Is there changed something in the templates handling ?

I am using my module htmlblock to render a frontpage which includes a {g->block ....}
- the block to be included is active (imageblock)

I receive an error:

Error (ERROR_BAD_PARAMETER) : Smarty error: The template 'modules/core/templates/blocks/Missing.tpl' does not exist.
in modules\core\classes\GallerySmarty.class at line 76 (GalleryCoreApi::error)
in modules\core\classes\GalleryTemplate.class at line 441 (GallerySmarty::trigger_error)
in ??? at line 0 (GalleryTemplate::resourceGetTemplate)
in lib\smarty\Smarty.class.php at line 1559
in lib\smarty\Smarty.class.php at line 1414 (Smarty::_fetch_resource_info)
in lib\smarty\Smarty.class.php at line 1866 (Smarty::_compile_resource)
in modules\core\classes\GalleryTemplateAdapter.class at line 983 (Smarty::_smarty_include)
in g2data\smarty\templates_c\%%2203964567\carbon\%%3F^3FC^3FCAEC37%%FrontPage.tpl.php at line 3 (GalleryTemplateAdapter::block)
in lib\smarty\Smarty.class.php at line 1262
in modules\core\classes\GallerySmarty.class at line 61 (Smarty::fetch)
in modules\core\classes\GalleryTemplate.class at line 219 (GallerySmarty::fetch)
in modules\htmlblock\RenderFile.inc at line 88 (GalleryTemplate::fetch)
in modules\core\classes\GalleryView.class at line 293 (RenderFileView::loadTemplate)
in main.php at line 484 (GalleryView::doLoadTemplate)
in main.php at line 104
in main.php at line 88

can you help me ?

serbanc - www.e-poze.ro

serbanc - www.e-poze.ro

 
serbanc

Joined: 2006-05-19
Posts: 314
Posted: Sat, 2008-10-18 16:35

yes. it was changed.
the template files are searched according to the current directory, not relative to the base of the gallery - as in G2.2

Anyway. It is ok that you announced the development community about this (really non-important) change.
Probably I am the only one to develop such modules, so don't worry.

Enjoy!

serbanc - www.e-poze.ro

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2008-10-18 20:28

@serbanc:
not quite sure whether this change is intended. templates are usually searched relative to the template base dir, which is a parameter to the constructor of GalleryTemplate.

where did you locate this change?
looks like you're constructing a new GalleryTemplate in modules/htmlblock/. is that the case? what change to your module did fix the error?

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sun, 2008-10-19 04:02

Gallery 2.3 has been released!

 
serbanc

Joined: 2006-05-19
Posts: 314
Posted: Sun, 2008-10-19 08:10

...
$separateTemplate = new GalleryTemplate(GalleryCoreApi::getCodeBasePath());
// $separateTemplate = new GalleryTemplate(FilesHelper::getDir());
// getDir returns: /public_html/gallery2/g2data/plugins_data/modules/htmlblock

$separateTemplate->setVariable('l10Domain', 'modules_htmlblock');
$separateTemplate->setVariable('user', $user);

/* Render the template */
$g2datadir = $gallery->getConfig('data.gallery.plugins_data');

list ($ret, $content) = $separateTemplate->fetch($g2datadir . 'modules/htmlblock/' . $file);
// list ($ret, $content) = $separateTemplate->fetch($file);
// file = just the file name, eg. FrontPage.tpl
if ($ret) { return array($ret, null); }

commented is the old code.
serbanc - www.e-poze.ro

 
kehlers

Joined: 2007-08-03
Posts: 15
Posted: Wed, 2008-10-22 04:47

I installed Gallery 2.3 on my test server today, looks great - love the new slideshow. Hoping it will solve some out of memory errors I'm getting on live server.

One strange thing: all my 'local' directories were blown away during install. I don't know why this would be, as it didn't happen last time I upgraded. Luckily, I just got them from my pre-install backup.

I am having one persistent bug: none of the Dynamic Albums plugin links work. (see below) Any thoughts? It is working on live system (Gallery 2.2.4). Is it not compatible with Gallery 2.3?

EDITED: My bad - I had deleted some records from the backend database, in error. Once I restored those, it was fine. Bag over head. ;)

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Wed, 2008-10-22 04:27

@kehlers:

please create a new forum topic in the support forums to discuss your case.
please also include a link to your site in that forum topic.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
kehlers

Joined: 2007-08-03
Posts: 15
Posted: Wed, 2008-10-22 04:50

@valiant: Wow - you're fast! I was hoping to edit that post w/o bothering anyone. The dynamic albums thing was my error.

RE: the local folders getting blown away in upgrade... I had an error (could not upgrade some of my plugins, including my custom theme) during install. Maybe that caused it?? Not concerned enough to re-post, since I just copied my custom stuff from a backup. BUT, if you get this from others, I'd be happy to give more info.