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
phocagallery.php on line 533
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, there is a stand
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 30 May 2008, 18:50
thanks for the reply
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
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
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
you get some problem
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
problems clearing cache file /var/www/html/cache/refTableSQL/e1682f0d68ae7a8ffc2afade2e57d7eeproblems clearing cache file /var/www/html/cache/refTableSQL/39d5117e2243774e28e101f3aef7da72
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 30 May 2008, 18:50
hi, thanks for the a
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
i donot know what to do, is there other i have to do with that error you show me?
robin
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
the problem is in cr
the problem is in creating url to images on your server, but where?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 30 May 2008, 18:50
i know, well i going
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
thanks for the help, i appreciate that
robin
-
- Phoca Newbie
- Posts: 6
- Joined: 30 May 2008, 18:50
(sorry for the last
(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
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
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
http://www.naleb
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
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
If you find Phoca extensions useful, please support the project