G2 should be stable now
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
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
![]()
Joined: 2002-11-01
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 |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
FYI, I answered this on the mailing list. |
|
aavdberg
![]()
Joined: 2002-09-29
Posts: 100 |
![]() |
Hello Bharat, I still get a error when i go to general on site admin Error (ERROR_BAD_PARAMETER) |
|
bharat
![]()
Joined: 2002-05-21
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. |
|
aavdberg
![]()
Joined: 2002-09-29
Posts: 100 |
![]() |
Hello Bharat, Yes i did drop the mysql dbase and delete the directory's under the gallerydata directory. Greetings from André. |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
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
![]()
Joined: 2002-09-29
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é, |
|
aavdberg
![]()
Joined: 2002-09-29
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 |
|