Page 1 of 1
Error when i want to see photo's with Phoca
Posted: 30 Mar 2011, 16:31
by jeroen
Hello,
When i want to see photo's on my site
http://www.vriendenvanhetkalf.nl and i register, the i get the folowing message :
Warning: getimagesize(
http://lh3.ggpht.com/_LfyAnx88cmw/TXY0a ... CF0701.JPG): failed to open stream: No route to host in /customers/2/c/e/vriendenvanhetkalf.nl/httpd.www/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php on line 39
Can anyone help me with it
Thanxs
jerome
Re: Error when i want to see photo's with Phoca
Posted: 30 Mar 2011, 19:15
by Jan
Hi, this seems like some problem while getting info from the image.
The warning can be disabled with the following code:
getimagesize -> to @getimagesize
in
/customers/2/c/e/vriendenvanhetkalf.nl/httpd.www/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
Jan
Re: Error when i want to see photo's with Phoca
Posted: 30 Mar 2011, 20:04
by jeroen
Hi Jan,
thanks for your reaction ,but where can i find
/customers/2/c/e/vriendenvanhetkalf.nl/httpd.www/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
sorry for being a nono
thanks jeroen
Re: Error when i want to see photo's with Phoca
Posted: 30 Mar 2011, 22:35
by Benno
Hi,
thanks for your reaction ,but where can i find
/customers/2/c/e/vriendenvanhetkalf.nl/httpd.www/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
Kind regards,
Benno
Re: Error when i want to see photo's with Phoca
Posted: 31 Mar 2011, 14:15
by jeroen
Benno wrote:Hi,
thanks for your reaction ,but where can i find
/customers/2/c/e/vriendenvanhetkalf.nl/httpd.www/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
Kind regards,
Benno
When i copy your line ,he gives me al line of restricted acces.
i cant come in this line
regards jerome
Re: Error when i want to see photo's with Phoca
Posted: 31 Mar 2011, 18:59
by Benno
Hi,
When i copy your line ,he gives me al line of restricted acces.
i cant come in this line
I'm not sure if I understand you right.
/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php
If you mean this with line, this is a path that you can enter with an FTP-Client like e.g. FileZilla
Enter the root directory of your joomla installation,
enter the folder administator
enter the folder components
and so on...
download the file image.php local to your pc
open image.php with e.g. Editor
make the change Jan recommended:
The warning can be disabled with the following code:
getimagesize -> to @getimagesize
Save!
Upload image.php ( means overwrite the old image.php with the new one)
Kind regards,
Benno