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!
Posts: 79
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
Posts: 7994
FYI, I answered this on the mailing list.
Posts: 100
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
Posts: 7994
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.
Posts: 100
Hello Bharat,
Yes i did drop the mysql dbase and delete the directory's under the gallerydata directory.
Greetings from André.
Posts: 7994
Hmm. Try getting the latest version of the code. From your stack trace I see:
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.
Posts: 100
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é,
Posts: 100
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