G2 should be stable now

bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2003-02-17 22:35

Hello all. I've just checked a whole lot of major and minor fixes in to the tree. As of 2/17/2003 at 2:00 PM PST, things should be relatively stable. If you have problems and issues, please feel free to post them here. As a reminder, every problem should come with a description of what you were doing at the time and a stack trace. Thanks!

 
jamgold
jamgold's picture

Joined: 2002-11-01
Posts: 79
Posted: Mon, 2003-02-17 23:59

Hey Bharat

just updated from CVS and all looks great. I did find one little quirk, though. When you try to logout

Fatal error: Call to undefined function: resetSession() in /home/jhm/public_html/PhotoAlbum/PHP/gallery2/modules/core/Logout.inc on line 34

seems you renamed/removed a method of the Gallery Object ...

Also, when I create an Album via the admin interface and then add items to it, the album itself always shows up with 'No thumbnail'. I guess that's not implemented yet?

Thought I'ld ask before going through the code :>)

Jan

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2003-02-18 01:06

FYI, I answered this on the mailing list.

 
aavdberg
aavdberg's picture

Joined: 2002-09-29
Posts: 100
Posted: Tue, 2003-02-18 04:37

Hello Bharat,

I still get a error when i go to general on site admin

Error (ERROR_BAD_PARAMETER)
in c:inetpubwwwrootgallery2modulescoreclassesGalleryTheme.class (gallerystatus::error) at line 69
in c:inetpubwwwrootgallery2modulescoreclassesGalleryView.class (gallerytheme::init) at line 241
in c:inetpubwwwrootgallery2modulescoreclassesGalleryView.class (siteadminview::activatetheme) at line 177
in c:inetpubwwwrootgallery2main.php (siteadminview::renderheadandbody) at line 153
in c:inetpubwwwrootgallery2main.php at line 23

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2003-02-18 07:24

aavdberg, did you drop your gallery data and database and start from scratch with the new code? You have to do that every time you get the latest code or else you risk running the new code with data from older versions, which is a bad idea when you're working with development code.

 
aavdberg
aavdberg's picture

Joined: 2002-09-29
Posts: 100
Posted: Tue, 2003-02-18 17:55

Hello Bharat,

Yes i did drop the mysql dbase and delete the directory's under the gallerydata directory.

Greetings from André.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2003-02-18 18:37

Hmm. Try getting the latest version of the code. From your stack trace I see:

Quote:
in c:inetpubwwwrootgallery2main.php (siteadminview::renderheadandbody) at line 153

I know that the renderHeadAndBody() call isn't made on line 153 of main.php any more so you probably have some old code checked out.

 
aavdberg
aavdberg's picture

Joined: 2002-09-29
Posts: 100
Posted: Tue, 2003-02-18 20:34

Hello bharat,

I downloaded just the last version from the site http://www.f2w.net and the general error is solved. But now i get errors when i try to configure ImageMagick

Warning: exec() [function.exec]: Unable to fork [cmd /c " "c:appsimagemagickidentify" "-help" "] in c:inetpubwwwrootgallery2modulescoreclassesGalleryPlatformWinNtPlatform.class on line 78

Warning: exec() [function.exec]: Unable to fork [cmd /c " "c:appsimagemagickconvert" "-help" "] in c:inetpubwwwrootgallery2modulescoreclassesGalleryPlatformWinNtPlatform.class on line 78

Greeting André,

 
aavdberg
aavdberg's picture

Joined: 2002-09-29
Posts: 100
Posted: Sat, 2003-02-22 09:23

The problem was that the webserver no execute right hat to the cmd.exe command. Changed this and it's working.

Greetings from André van den Berg