Page 1 of 1

Nothing appear

Posted: 22 Dec 2010, 00:10
by orsomannaro
Hi all, and sorry for my English! :)

In Phoca Gallery 2.7.5 I had create this categories structure (all the calories have no images):

cat1
cat1 >> cat2
cat1 >> cat3

and cat2 have some subcategories (cat4, cat5, ...).

I need to see in homepage a list of cat2 subcategories (cat4, cat5, ...).
I need to see only subcategories names, I don't want to see any image.

To do this, I'm trying to test Phoca Gallery Plugin.
I had install and enable Phoca Gallery Plugin and Phoca Gallery Button Plugin.
I had create an article and try to insert both of this string (note: cat2 ID=31):

- generate by Phoca Gallery Button Plugin:
{phocagallery view=categories|imagecategories=0|imagecategoriessize=0|hidecategories=31}

- generate by me:
{phocagallery view=category|categoryid=31|imagecategories=0}

but neither of the two seam to work: nothing appear in the article.

Can someone help me?
Thank you very much.

Re: Nothing appear

Posted: 22 Dec 2010, 15:36
by orsomannaro
With Joomla debug option enabled, the article with PG Plugin content show this error:

"Warning: Invalid argument supplied for foreach() in /xxxxxxxxx/plugins/content/phocagallery.php on line 807"

Re: Nothing appear

Posted: 22 Dec 2010, 15:51
by orsomannaro
Nobody can help me?

Re: Nothing appear

Posted: 23 Dec 2010, 21:49
by Jan
Hi,

Code: Select all

Warning: Invalid argument supplied for foreach() in /xxxxxxxxx/plugins/content/phocagallery.php on line 807
is a php error message which is mostly caused by SQL which is not right.

After enabling of debug mode, the error in database should be displayed?

Can I see the site where this occuers (with debug enabled)?

Jan

Re: Nothing appear

Posted: 24 Dec 2010, 12:54
by orsomannaro
Jan wrote: Can I see the site where this occuers (with debug enabled)?
How can I send you a private message?

Re: Nothing appear

Posted: 25 Dec 2010, 17:02
by Jan
Hi, I think there is some limit in this forum, you need to have 5 or 10 posts. Just send me it to my email - info - at - phoca - dot - cz

Jan

Re: Nothing appear

Posted: 14 Jan 2011, 19:14
by orsomannaro
orsomannaro wrote: (all the calories have no images)
This was the problem!

Re: Nothing appear

Posted: 16 Jan 2011, 15:00
by Jan
Ok