Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: White tree too

20 Nov 2014, 06:04

brunods wrote:I've same problem.

Diag is OK! http://www.brunods.com/albums/diag
Hmm, for this site we have another problem ... for some reason, its trying to load resources from /al/public/css/imagevue.skin.default.css instead of /albums/public/css/imagevue.skin.default.css ...

Very strange, because it is converting "albums/" to "al/" for some reason, as if it doesn't like "bums".

I will be making another template diagnostics page tonight and sending it over, so we can see what variables X3 is getting from your server for the actual templates ... If you have FTP for me, I would also like to take a look ...
 
Typa
Topic Author
Posts: 11
Joined: 14 Nov 2014, 00:58

Re: White tree too

21 Nov 2014, 10:51

I don't know if i can give you the ftp account because i've several site on my ftp, i'll look if i can make ftp just for this site ;-)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: White tree too

21 Nov 2014, 11:00

Typa wrote:I don't know if i can give you the ftp account because i've several site on my ftp, i'll look if i can make ftp just for this site ;-)
Your diagnostics page is working now, was it working earlier also?
http://voyagedanslinstant.com/diag/

The mod_rewrite test at bottom of page fails in the diagnostics page above. Do you know it is enabled? Do you have any other websites using mod_rewrite for urls on your server (wordpress etc)?

FTP account limited to X3 test folder would be sufficient if I am to diagnose
 
Typa
Topic Author
Posts: 11
Joined: 14 Nov 2014, 00:58

Re: White tree too

22 Nov 2014, 02:53

Hello, i find the issue, the 1and1 protocol for url rewriting is a little special ! i changed some lines in the .htaccess and all works fine!!!! cool, thanks for your reactivity, i could try the script now ;-) :P
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: White tree too

22 Nov 2014, 08:53

Typa wrote:Hello, i find the issue, the 1and1 protocol for url rewriting is a little special ! i changed some lines in the .htaccess and all works fine!!!! cool, thanks for your reactivity, i could try the script now ;-) :P
That's good! I would be very interested to know what changes you made to the htaccess file if you could let me know ...
 
Typa
Topic Author
Posts: 11
Joined: 14 Nov 2014, 00:58

Re: White tree too

22 Nov 2014, 22:35

Yes i can ;-)

i put these lines at the beginning of the htaccess:

1 Options +FollowSymLinks

2 RewriteEngine On

3 RewriteBase /
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: White tree too

22 Nov 2014, 23:22

Interesting ... did you find out exactly which of those 3 make the difference? RewriteEngine on is already on line 2 by default so its not that, and RewriteBase / is simply the default, but I imagine it could be Options +FollowSymLinks.

If you can offer me FTP to your website, I would very much like to find out exactly whats going on ... If not, no problem :) Do you have a link to your gallery tough? I would like to check the diagnostics page and see what the server is ...
 
Typa
Topic Author
Posts: 11
Joined: 14 Nov 2014, 00:58

Re: White tree too

23 Nov 2014, 02:42

I look for a solution to create a ftp login with just my gallery. the site is still at the same place www.voyagedanslinstant.com the x2 is at .fr .
So i see that the gallery work but there is still the same problem in diag with the modrewrite as you can see.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: White tree too

23 Nov 2014, 03:11

Typa wrote:3 RewriteBase /
This is the fix that made it work.
Typa wrote:So i see that the gallery work but there is still the same problem in diag with the modrewrite as you can see.
I already fixed your diagnostics page. Basically it has the same issue, and needs to have RewriteBase /diag in the .htaccess:
http://voyagedanslinstant.com/diag/

This is a fix that solves many issues with mod_rewrite, and was generally discovered here:
viewtopic.php?p=35575#p35575

I need to fix a few things for next release ...
 
Typa
Topic Author
Posts: 11
Joined: 14 Nov 2014, 00:58

Re: White tree too

23 Nov 2014, 05:59

Ok thanks!