Page 1 of 1

hi everyone, i

Posted: 30 May 2008, 18:59
by ixtolito
hi everyone,
i upgrade the plugin and put the code, but donot showme the image thumbnail, and in the beggin of the page show me these error

Notice: Only variables should be assigned by reference in ...../phocagallery.php on line 533

my code is this and use joomla 1.5.3:

{phocagallery view=category|categoryid=17}

What can be happening??

thanks for you help

PD: Sorry my english, i speak spanish

Hi, there is a stand

Posted: 30 May 2008, 23:02
by Jan
Hi, there is a standard joomla function: $category =& $db->loadObjectList();

I think, some users with this error did change the php version and it worked for them (maybe because the php bug)... try to search this forum or joomla.org forum

Jan

thanks for the reply

Posted: 31 May 2008, 00:02
by ixtolito
thanks for the reply, i solved deleting the "&",

i have an other problem, what i think that was the cause, my thumbnails in the plugin donot show,

you can see here
http://www.naleb.org.gt/index.php/areac ... dad/52-dip lomadosinterculturalidad/83-1erdiplomadointerculturalidad.html
is in spanish,

do you have any ideas?, i can see the thumbnails in the categories

thanks for the help,

robin

you get some problem

Posted: 01 Jun 2008, 21:53
by Jan
you get some problems with caching on your site:
problems clearing cache file /var/www/html/cache/refTableSQL/e1682f0d68ae7a8ffc2afade2e57d7eeproblems clearing cache file /var/www/html/cache/refTableSQL/39d5117e2243774e28e101f3aef7da72

hi, thanks for the a

Posted: 02 Jun 2008, 17:51
by ixtolito
hi, thanks for the answer, i clear all my cache, but still donot showme the thumbnails,

i donot know what to do, is there other i have to do with that error you show me?

robin

the problem is in cr

Posted: 02 Jun 2008, 19:57
by Jan
the problem is in creating url to images on your server, but where?

i know, well i going

Posted: 02 Jun 2008, 20:39
by ixtolito
i know, well i going to see what is happening on my server, i reply if get a solution.

thanks for the help, i appreciate that

robin

hi

Posted: 04 Jun 2008, 19:56
by ixtolito
hi

(sorry for the last

Posted: 04 Jun 2008, 20:03
by ixtolito
(sorry for the last message)
hi jan, i think i found the problem loockin in the code of the page but i donot know too much of php, so i ask for your help, if found this:

... rel="{handler: 'iframe', size: {x: 680, y: 560}, overlayOpacity: 0.7}" onmouseover="PhocaGallerySwitchImage('PhocaGalleryobjectPicture', 'http://www.naleb.org.gt/./images/phocag ... mb_l_diplo_ i_1.jpg');" onmouseout="PhocaGallerySwitchImage('PhocaGalleryobjectPicture', 'http://www.naleb.org.gt/./images/phocag ... mb_l_diplo_ i_1.jpg');" >
<img src="./images/phocagallery/diplomados/thumbs/phoca_thumb_m_diplo_i_1.jpg" alt="diplo_i_1" /></a></center>
</div>

i fyou see there is a ./ after my site name (www.naleb.org.gt/) and i bealive that is the problem with the images thumbnails, with the source of the images who start with "./images/..." and not with "images/..."

do you know where i can found that??

thanks for the help

robin

http://www.naleb

Posted: 04 Jun 2008, 21:00
by Jan
http://www.naleb.org.gt/./images/

This should work, it is there because on some servers the:

http://www.naleb.org.gtimages/ will be created, but this solve the problem and should work

Jan