Search…

X3 Photo Gallery Support Forums

Search…
 
margouillat
Experienced
Topic Author
Posts: 34
Joined: 31 Jul 2011, 09:20

V0.5 images in folder don't load

01 Dec 2014, 07:02

I installed X3v0.5 on a sub domain and therefore in sub folder, the images in the index page appear but not the images stored in other folders (galleries). the wheel keeps turning and in the address bar I can see X3 attempts to load the images from the index page and not those of the gallery (eg, food, style, etc.).
while the X3 version installed to the root works well

regards

JB
Margouillat
loeildumargouillat.fr
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: V0.5 images in folder don't load

01 Dec 2014, 09:18

Please when posting these questions, include a link to the location of the problem. I checked your website at http://loeildumargouillat.fr/Blog/, and images seem to be loading
Image

Your server is really slow though ... and I don't mean because of Imagevue or processing, I mean it simply has really slow output for some reason. See my tests here:

28 seconds to load a 184KB images ... tssk ... latency 21 seconds. Unless this server improves, you should consider changing it ...
http://loeildumargouillat.fr/render/w80 ... lot_04.jpg
Image

Another full image this time, a bit faster but still really slow. It took 32 seconds to load a 660kb image on my 10mb connection.
http://loeildumargouillat.fr/content/2. ... ris_01.jpg
Image

This is an image on our server:
Image
 
margouillat
Experienced
Topic Author
Posts: 34
Joined: 31 Jul 2011, 09:20

Re: V0.5 images in folder don't load

01 Dec 2014, 11:44

my apologies but the site in question is a subdomain I did not modify the content of menus (Galleries)


http://eurometropolemasters.loeildumargouillat.fr/

regards

JB
Margouillat
loeildumargouillat.fr
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: V0.5 images in folder don't load

01 Dec 2014, 13:30

You have added the rewriteBase rule incorrectly. The reason we test for it, is because some servers (including yours), need the rule to be set pointing to the folder path relative to document root. For your CHECK page in check/.htaccess, you have correctly set:
Code
RewriteBase /check
However, you have set the exact same value into your root main .htaccess file. This needs to be:
Code
RewriteBase /
 
margouillat
Experienced
Topic Author
Posts: 34
Joined: 31 Jul 2011, 09:20

Re: V0.5 images in folder don't load

01 Dec 2014, 16:12

thanks, I change my hoster this month and i am interrested by your project when it'll done

regards

JB
Margouillat
loeildumargouillat.fr
 
User avatar
Max Bugno
Posts: 23
Joined: 23 Sep 2014, 13:01

Re: V0.5 images in folder don't load

09 Dec 2014, 06:29

Hi Karl, I have the same problem.
I tried different RewriteBase configurations but I don't manage to get it working.

http://www.bugnoartgallery.com

The index page works perfectly but the images in the folders don't work, could you please
help understand what is not working?

Thanks.

Massimiliano
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: V0.5 images in folder don't load

09 Dec 2014, 07:21

Before even looking at any images, do you have any links to any example page with images in them? How am I supposed to check? All your current folders that I can see have another problem related to spaces%20in%20folders ...

Furthermore, I am curious why you added rewriteBase to your main root htaccess file when your check page shows it is not required ... ?
 
User avatar
Max Bugno
Posts: 23
Joined: 23 Sep 2014, 13:01

Re: V0.5 images in folder don't load

09 Dec 2014, 10:06

Yes Karl,

it was a problem given by the space in the folder's names.

Thanks for your help.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: V0.5 images in folder don't load

09 Dec 2014, 10:50

Max Bugno wrote:it was a problem given by the space in the folder's names.
I may need to fix that. We recommend not using space in folder names, but that doesn't mean it shouldn't work ...