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
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/
@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.
@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
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.
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
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.
@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?
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.
@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.
Posts: 1153
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/
Posts: 16504
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
Posts: 1153
@nivekiam: it works fine though on Flickr, Facebook and Aminus3
___________________________________________________
http://pixi.me/
Posts: 32509
@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
Posts: 1153
filed these two per advice:
https://sourceforge.net/tracker/index.php?func=detail&aid=2170565&group_id=7130&atid=107130
https://sourceforge.net/tracker/index.php?func=detail&aid=2170546&group_id=7130&atid=107130
___________________________________________________
http://pixi.me/
Posts: 50
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.
Posts: 17
Item actions and album actions admin dropdown in album view is not functioning in Google Chrome browser.
Posts: 1153
yep, I have the same issue.
___________________________________________________
http://pixi.me/
Posts: 32509
@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
Posts: 314
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
Posts: 314
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
Posts: 32509
@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
Posts: 32509
Gallery 2.3 has been released!
Posts: 314
...
$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
Posts: 15
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. ;)
Posts: 32509
@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
Posts: 15
@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.