error 404
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I run it on test sit
I run it on test site - 4.4.8 (Suse Linux) without problems .. so don't use SEF maybe ... ???
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 11 Mar 2008, 14:04
Yes, could be a solu
Yes, could be a solution... but I prefer SEF set on
However I will try to debug the php.
Claudio
However I will try to debug the php.
Claudio
-
- Phoca Newbie
- Posts: 6
- Joined: 11 Mar 2008, 14:04
Jan, let me last hel
Jan, let me last help
In rendered code I see the follow:
rel="{handler: 'iframe', size: {x: 680, y: 560}, overlayOpacity: 0.7}" ><img src="/./images/phocagallery/TeamBorgotorre/20071021_Crono/thumbs/phoca_thumb_m_200710 21_crono_200kb_1.jpg"
Could the problem of 404 error the <src="/./images/> src path?
Do you know how I can change it ?
Thanks
Claudio
In rendered code I see the follow:
rel="{handler: 'iframe', size: {x: 680, y: 560}, overlayOpacity: 0.7}" ><img src="/./images/phocagallery/TeamBorgotorre/20071021_Crono/thumbs/phoca_thumb_m_200710 21_crono_200kb_1.jpg"
Could the problem of 404 error the <src="/./images/> src path?
Do you know how I can change it ?
Thanks
Claudio
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Yes, it can be, I am
Yes, it can be, I am not on my computer yet, so I cannot check if there is a JHTML Image method or not... I take a look at it... If there is all ok, the problem is on your server with creating URLs ... but as I said, I take a look at it and let you know
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
hmmm, there is a sta
hmmm, there is a standard Joomla! code:
[pre]JHTML::_( 'image.site', $value->linkthumbnailpath, '', '', '', $value->title );[
/pre]
so the path to the image is created by Joomla! framework and should work correctly...
BUT it is only path to show image in category view. If you see the thumbnail in category view, everything is ok... It is independent on 404 and SEF error - this is problem of URL creating but not problem of path to images
[pre]JHTML::_( 'image.site', $value->linkthumbnailpath, '', '', '', $value->title );[
/pre]
so the path to the image is created by Joomla! framework and should work correctly...
BUT it is only path to show image in category view. If you see the thumbnail in category view, everything is ok... It is independent on 404 and SEF error - this is problem of URL creating but not problem of path to images
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 09 Mar 2008, 15:18
HiI can see th
Hi
I can see this thread has evolved since I was here last. It seems that disabling SEF URLS fixxes the problem. My question therefore is, is it possible to have SEF URLS and still have phoca gallery work? Thanks
I can see this thread has evolved since I was here last. It seems that disabling SEF URLS fixxes the problem. My question therefore is, is it possible to have SEF URLS and still have phoca gallery work? Thanks
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Yes, Phoca Gallery w
Yes, Phoca Gallery works with SEF, see DEMO page:
https://www.phoca.cz/wallpapers/
https://www.phoca.cz/phocagallery/demo/
http://www.m-centrum.com/index.php/fotogalerie
The problem is, that on some servers Joomla! cannot create URLs correctly...
Jan
https://www.phoca.cz/wallpapers/
https://www.phoca.cz/phocagallery/demo/
http://www.m-centrum.com/index.php/fotogalerie
The problem is, that on some servers Joomla! cannot create URLs correctly...
Jan
If you find Phoca extensions useful, please support the project