2.1 rc2 errors

suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 2669
Posted: Fri, 2006-03-10 23:40

Well, I had time today to retry 2.1 rc2. Did a fresh install, and got the same toolkit failures as the upgrade had.

Error (ERROR_TOOLKIT_FAILURE)

* in modules\imagemagick\classes\ImageMagickToolkit.class at line 410 (gallerycoreapi::error)
* in modules\imagemagick\classes\ImageMagickToolkit.class at line 52 (imagemagicktoolkit::_getimagedimensions)
* in modules\core\classes\GalleryDerivativeImage.class at line 179 (imagemagicktoolkit::getproperty)
* in modules\core\classes\helpers\GalleryDerivativeHelper_advanced.class at line 742 (galleryderivativeimage::rebuildcache)
* in modules\core\classes\GalleryCoreApi.class at line 954 (galleryderivativehelper_advanced::rebuildcache)
* in modules\core\classes\helpers\GalleryDerivativeHelper_simple.class at line 66 (gallerycoreapi::rebuildderivativecache)
* in modules\core\classes\GalleryCoreApi.class at line 940 (galleryderivativehelper_simple::rebuildcacheifnotcurrent)
* in modules\core\classes\GalleryTheme.class at line 1627 (gallerycoreapi::rebuildderivativecacheifnotcurrent)
* in themes\matrix\theme.inc at line 97 (matrixtheme::loadcommontemplatedata)
* in modules\core\classes\GalleryTheme.class at line 922 (matrixtheme::showphotopage)
* in modules\core\classes\GalleryView.class at line 325 (matrixtheme::loadtemplate)
* in main.php at line 386 (showitemview::doloadtemplate)
* in main.php at line 87
* in main.php at line 80

System Information
Gallery version 2.1-rc-2
PHP version 4.3.10 cgi-fcgi
Webserver Microsoft-IIS/6.0
Database mysql 5.0.18-nt-max
Toolkits ImageMagick, NetPBM, Gd
Operating system Windows NT WIN2K3HOST 5.2 build 3790
Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

If I change toolkit priority, the others just fail also.
If you would like to take a look you can see my gallery here.

I'll setup debugging.
and you can use this admin account:
user:galleryadmin
pass:password
this is just a testbed, so you cannot do much damage.

All was great with rc1, I love the new features. Maybe a problem with windows servers?

- Wayne

Login or register to post comments
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 2669
Posted: Sat, 2006-03-11 23:27

All fixed :)

Login or register to post comments
valiant

Joined: 2003-01-04
Posts: 32356
Posted: Sun, 2006-03-12 05:08

so what was the problem?

haven't had the time yet to try the latest versions, had cvs / internet connection issues. checking out the code now...

Login or register to post comments
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 2669
Posted: Sun, 2006-03-12 13:42

It boiled down to permissions again.
1st I added 'everyone' has full control over my g2data folder and that fixed the problem.

Since we don't want 'everyone' to have full control, I backed that off and added 'Launch IIS Process Account' ie. IWAM_MachineName and that seems to fix the problem for me.

I'm not sure why these permissions needed to be changed again. Previously only IIS_WPG and IUSR_MachineName were needed. (probably another helpful "fix" from the boyz in Redmond)

So now the only toolkit that still fails is ffmpeg, which I had working before.

Login or register to post comments