Official: List of confirmed bugs in 1.4.3-RC1

h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2004-03-29 20:42

Hi!

New RC cycle, new potential for undiscovered bugs. Please report any issues you have with 1.4.3-RC1 here.

I'll add the reports to my list here, and update status messages on them as they get resolved.

Buglist:

1. setup/backup_albums.php displays PHP code, and is not processed

Reported by Mindstorm in this thread.

Updated: 29. March 2004
Status:
Fixed
in 1.4.3-RC2-cvs-b3 by Signe

No more reports needed on this for the time being.

2. Config Wizard complains about missing binaries for watermarking.

Reported by several users.

Updated: 01. April 2004
Status:
Fixed in 1.4.3-RC2-cvs-b5 by Signe

No more reports needed on this for the time being.

3. Mambo missing from Embedded Gallery section of the Config Wizard

Reported by several users.

Updated: 31. March 2004
Status:
Fixed in 1.4.3-RC2 by Tim_J

4. Bad CSS-tag in /skins/bluemod/embedded_style.css

Updated: 31. March 2004
Status:
Fixed in 1.4.3-RC1-cvs-b6 by Signe

 
abstrakone

Joined: 2003-06-09
Posts: 17
Posted: Tue, 2004-03-30 00:07

Where exactly do you specify MamboCMS?

I ses the following selections available:

Embed Gallery:
Standalone Gallery
phpnuke
postnuke
phpbb2
geeklog
nsnnuke

Am i missing something?

 
bensiebro
bensiebro's picture

Joined: 2003-05-16
Posts: 70
Posted: Tue, 2004-03-30 02:10

Gallery configuration page states that it cannot find 1 of the NetBPM binaries: "pnmcomp". This is not included in the gallery-netbpm binary package that is available on the gallery download page and, I am guessing that this binary was not used in prior versions of gallery.

 
tritting

Joined: 2004-03-30
Posts: 1
Posted: Tue, 2004-03-30 05:05

I'm using NSN-Nuke 1.0. A menu link was created when I activated the module as per expectation. Clicking on the menu link however, causes gallery to be displayed outside of nuke. I tried switching to PHP-Nuke, same result. Gallery keeps getting better however!

---------------------
Gallery version: 1.4.3 RC1
Apache version: 2.0.48 (Fedora)
PHP version: 4.3.3
Graphics Toolkit: ImageMagick
Operating system: Linux Fedora Core 1

 
chriswonders

Joined: 2003-09-04
Posts: 5
Posted: Tue, 2004-03-30 06:03

Since 1.4.2 and even with this RC I still get no highlight images. The spot where the thumb would be is just blank.
----
Gallery version: 1.4.3 RC1
Apache version: 2.0.49
PHP version: 4.3.4
Graphics Toolkit: ImageMagick
Operating system: XP Pro

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2004-03-30 06:26

chriswonders, you should start over I guess. And I don't think this is a 1.4.3-rc1 bug as such.

 
IDM_Webmaster

Joined: 2003-12-29
Posts: 45
Posted: Tue, 2004-03-30 22:29
bensiebro wrote:
Gallery configuration page states that it cannot find 1 of the NetBPM binaries: "pnmcomp". This is not included in the gallery-netbpm binary package that is available on the gallery download page and, I am guessing that this binary was not used in prior versions of gallery.

Cant seem to find this file either. Says I need NETPBM 9.9 or newer, but on the gallery download page it says the version is 1.1.

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2004-03-30 22:39

IDM_Webmaster, that file is not in the package we offer at the moment. Also, fixing the Config Wizard is being worked on for RC2.

 
IDM_Webmaster

Joined: 2003-12-29
Posts: 45
Posted: Tue, 2004-03-30 22:44

I got the file. Have to change the .gz from the netpbm download site to .tgz to access the files...otherwise it just comes up a "text" file.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2004-03-30 22:45

Hi abstrakone,

will be fixed in RC2/final.

Regards,

Jens

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2004-03-30 22:50

IDM_Webmaster, FAQ Gallery:c.25

 
bensiebro
bensiebro's picture

Joined: 2003-05-16
Posts: 70
Posted: Wed, 2004-03-31 06:36

IDM_Webmaster:

Where did you find the file? I still have an unconfigurable gallery because this pnmcomp file is missing. Thanks

-bensiebro

 
AdrianB
AdrianB's picture

Joined: 2003-08-25
Posts: 38
Posted: Wed, 2004-03-31 11:29

This is probably a bug in Safari but a change in the Gallery code somewere between 1.4.1 and 1.4.3-RC1 is causing this:

Using Safari (v125.1) the standard "shadow-looking" border around albums doesn't show properly. It is the use of height="100%" on the tables on each side of the image that isn't supported by Safari. That means there is only borders above and below but not on the left and right side of the image.

This is of course something that Safari should correct, but until that happens Gallery won't look good i Safari.

 
bensiebro
bensiebro's picture

Joined: 2003-05-16
Posts: 70
Posted: Wed, 2004-03-31 16:30

The shadow border around the pictures worked perfectly in version 1.4.2 with Safari, now it does not. Portions of the border are visible, but sections of it are missing.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2004-04-01 03:59

Invalid css in the /skins/bluemod/embedded_style.css

.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #404040;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #404040;
	  width=100%;

width sould be width:100%;
I don't think this is an issue but it is not valid css.

Dave

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2004-04-01 05:43

Sorry to nit pick but I don't know if this is the right place or not to have very minor bugs listed:
Spelling error (keyboard bounce) in /layout/adminAlbumCommands.inc
<!-- Beginn adminAlbumCommands -->

Dave

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Thu, 2004-04-01 08:22

floridave, we need all the reports we can get. Thanks. :)

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Thu, 2004-04-01 19:11
floridave wrote:
I don't think this is an issue but it is not valid css.

This was actually an issue in *all* of the embedded_style.css skin files. Someone was copy-and-paste happy, I guess. As h0bbel noted, it's fixed for RC2.

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Thu, 2004-04-01 19:13
floridave wrote:
<!-- Beginn adminAlbumCommands -->

Adding a change for 1.4.4 - I'm not going to bother 1.4.3 with this change, since it's only a comment.

 
AdrianB
AdrianB's picture

Joined: 2003-08-25
Posts: 38
Posted: Thu, 2004-04-01 20:46

What about the table height=100%, will that be addressed or is it a feature?

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Thu, 2004-04-01 20:53
AdrianB wrote:
What about the table height=100%, will that be addressed or is it a feature?

Location? I'm not sure what you're talking about.

 
bensiebro
bensiebro's picture

Joined: 2003-05-16
Posts: 70
Posted: Thu, 2004-04-01 22:17

Has the album display issue with Safari been fixed? As stated previously, version 1.4.2 worked fine with Safari, but the border around albums is messed up in 1.4.3RC1. Thanks! If you would like a screenshot, I'd be happy to post it.

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Thu, 2004-04-01 22:23
bensiebro wrote:
Has the album display issue with Safari been fixed? As stated previously, version 1.4.2 worked fine with Safari, but the border around albums is messed up in 1.4.3RC1. Thanks! If you would like a screenshot, I'd be happy to post it.

A screenshot would probably help. Not many of us have access to Safari.

 
bensiebro
bensiebro's picture

Joined: 2003-05-16
Posts: 70
Posted: Thu, 2004-04-01 22:27

Attached is a screenshot of how gallery borders look with Safari .. both the left and right borders are missing:

 
AdrianB
AdrianB's picture

Joined: 2003-08-25
Posts: 38
Posted: Thu, 2004-04-01 22:59
signe wrote:
AdrianB wrote:
What about the table height=100%, will that be addressed or is it a feature?

Location? I'm not sure what you're talking about.

Did you read my previous post in this thread? I isolated what made Safari render the page incorrect and I posted that in this thread, but no one seems to have read that...

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2004-04-02 01:04
bensiebro wrote:
The shadow border around the pictures worked perfectly in version 1.4.2 with Safari, now it does not. Portions of the border are visible, but sections of it are missing.

This one should be fixed in RC2; thanks.

 
Heraclio

Joined: 2003-03-05
Posts: 11
Posted: Sun, 2004-04-04 22:21
bensiebro wrote:
IDM_Webmaster:

Where did you find the file? I still have an unconfigurable gallery because this pnmcomp file is missing. Thanks

-bensiebro

Same here.

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Sun, 2004-04-04 23:42

Heraclio, we are working on recompiling the netpbm binaries we offer. As a bad workaround to get your configs saved, copy one of the other netpbm binaries and rename it to pnmcomp - that should at least let you save the config until RC2 and the new pre-compiles are in.

 
Heraclio

Joined: 2003-03-05
Posts: 11
Posted: Mon, 2004-04-05 03:43

I actually thought about doing that, but decided not to for fear of damaging something. I guess I should have listened to my instinct. :lol:

Thanks!

 
joonix

Joined: 2004-04-05
Posts: 3
Posted: Mon, 2004-04-05 07:32

ah... well.. if it doesn't really need it except on odd occasions, this should work fine then :)

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2004-04-05 07:47

joonix, it's a bug that it doesn't let you save your config if that file is missing. When RC2 is released we hope to have new binaries compiled for download for all of you. :)

 
joonix

Joined: 2004-04-05
Posts: 3
Posted: Mon, 2004-04-05 07:55

ah.. yeah.. i noticed that things weren't taking effect.. oh well.. hehehe
will just wait til rc2 then :)

 
Vangogh

Joined: 2004-04-06
Posts: 4
Posted: Tue, 2004-04-06 01:59

So how do we fix the missing jmncomp file? My web host installed NETPBM for me from the NETPBM website. But says that file is not included. Do I need it? How do I get around it, to further my gallery installation?

THANKS,
vg :-?

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2004-04-06 06:18

Vangogh, either copy/rename one of the other files (to make sure you can safe your config, watermarking will still not work) or wait for RC2.

 
sthen

Joined: 2004-04-06
Posts: 2
Posted: Tue, 2004-04-06 12:57

Most image frames don't display correctly in Opera (e.g. polaroid). Perhaps this is the same problem as with Safari?

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Tue, 2004-04-06 14:35
sthen wrote:
Most image frames don't display correctly in Opera (e.g. polaroid). Perhaps this is the same problem as with Safari?

The Safari issue has been fixed in RC2, to be released shortly.

 
sthen

Joined: 2004-04-06
Posts: 2
Posted: Fri, 2004-04-09 10:17

I confirm this fixes things for Opera too.