Phoca Gallery 3.0.0. RC5 Bug notification

juanmoreno
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 25 May 2011, 04:34

Phoca Gallery 3.0.0. RC5 Bug notification

Post by juanmoreno »

Hi Everyone,

Not sure if this is the right place to post this but have just installed the 3.0.0 RC5 for Joomla 1.6.3 and came across the following error:

Notice: Undefined variable: items in C:\wamp\www\projects\thesecondhopecircle\components\com_phocagallery\models\category.php on line 543

Believe typo occurred in current packaged file so just a heads up to change the category.php file above $items to $item. Complete line to fix issue should look like this:

Code: Select all

$extImg = PhocaGalleryImage::isExtImage($item[$i]->extid);
Just implementing this component on a new site so awesome job on it so far and look forward in seeing where bug tracking messages go in case I can contribute anything else I find.

If someone can verify the file and mark this as an actual fix that would be great or maybe correct me if I am posting wrong information :(
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery 3.0.0. RC5 Bug notification

Post by Jan »

Hi, thank you for this info, I will take a look at it and let you know. If confirmed I will fix it in the next release.

Thank you, Jan
If you find Phoca extensions useful, please support the project
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Phoca Gallery 3.0.0. RC5 Bug notification

Post by reko »

H Jan,
I just installed the allery v3.0.0 RC 5 and noticed the following bugs:
  • on category pages:
    =hide + allow image comments=yes (using facebook comments) -> facebook comments icon is not show
    if show detail icon is on -> both icons are displayed
  • menu parameters:
    the component options are missing/gone??
    -> e.g. no way to display two differently configured categories views (one menu link to a list view of the categories and another menu link to a map with the geotags of the categories)
    This might not be bug, but personally I found the component parameters at menu level a useful tool for advanced tuning of the gallery-
  • while importing photos from facebook:
    when creating a new category and not clicking "save" before importing, pictures are imported but not added to the category!
other than that, i could not find any unexpected behavior ;)

Thanks again for your work!
rk
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery 3.0.0. RC5 Bug notification

Post by Jan »

Hi,

Code: Select all

$extImg = PhocaGalleryImage::isExtImage($item[$i]->extid);
confirmed, will be fixed in next version.

reko
icon - I will take a look at it in the next version
the component options are missing/gone??
-> e.g. no way to display two differently configured categories views (one menu link to a list view of the categories and another menu link to a map with the geotags of the categories)
This might not be bug, but personally I found the component parameters at menu level a useful tool for advanced tuning of the gallery-
I agree, this was great feature but was removed in Joomla! 1.6, I asked the developers but seems it will be not added back :-( :-( This feature is Joomla! feature not Phoca :-( :-(
while importing photos from facebook:
when creating a new category and not clicking "save" before importing, pictures are imported but not added to the category!
Will take a look at it.

Thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery 3.0.0. RC5 Bug notification

Post by Jan »

Fixed in stable:

- items -> item
- importing images from facebook - the id of category

But don't understand this:
facebook comments icon is not show
if show detail icon is on -> both icons are displayed
Tested it and when the detail icon is on or off the facebook icon is displayed if the image facebook comments are enabled :idea:
If you find Phoca extensions useful, please support the project
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Phoca Gallery 3.0.0. RC5 Bug notification

Post by reko »

But don't understand this:
facebook comments icon is not show
if show detail icon is on -> both icons are displayed
I just tried i again:

in global settings:
Display Image Comments = YES
Display Detail Icon = HIDE
(all other icons are also hidden)

result:
no icon is shown, but the border moves down (increases the margin below the images) just as it would when displaying icons.


then:

in global settings:
User: Display Image Comments = YES
Display Detail Icon = DISPLAY

result:
both icons are show.
Post Reply