[WINDOWS] Gallery3 Framework is not getting loaded correctly

imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Wed, 2011-08-31 18:39

Hi,

The framework is not getting displayed correctly for http://Knullen.com/gallery3. Could anyone please suggest.

Thanks & Regards,
Imran

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2011-08-31 18:50

Looks correct to me.
____________________________________________
Like Gallery? Like the support? Donate now!

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Wed, 2011-08-31 18:59

Hi Nivekiam,

Actually previously I use to get different 3 albums per row and side bar also which is the default format for Gallery3 but its not happening since yesterday.

Please suggest.

Thanks & Regards,
Imran Khan

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2011-08-31 19:27

Clear your browser's cache.

If it's still not working for you, post a screenshot
____________________________________________
Like Gallery? Like the support? Donate now!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2011-08-31 19:56

<link rel="stylesheet" type="text/css" href="/gallery3/index.php/combined/css/6c7c2e0ac6bdc9c7d3987c134cbcf675" media="screen,print,projection" />
Ask you host why that is delivered and gives a

Quote:
Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Wed, 2011-08-31 20:00

Hi,

I have used the command ipconfig /flushdns in cmd to successfully flush the DNS but still its not working. Also I am not able to view the dashboard and Admin section.

Thanks & Regards,
Imran

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2011-08-31 20:15
floridave wrote:
<link rel="stylesheet" type="text/css" href="/gallery3/index.php/combined/css/6c7c2e0ac6bdc9c7d3987c134cbcf675" media="screen,print,projection" />
Ask you host why that is delivered and gives a

Quote:
Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

Dave

Ah, that's why it's working for me here at work. Our firewall is fixing that. I doubt it would work at home.

Quote:
I have used the command ipconfig /flushdns in cmd to successfully flush the DNS but still its not working.

That has nothing to do with your browser's cache. Follow Dave's advise and contact your host. We (Gallery 3) take the css and js files, combine then and then gzip them to make them smaller to transit. We test to make sure you're server isn't already doing that because double compressing the files makes the browser's puke as you can see because they can't deal with that. Looks like there's something on your server that's compressing after we've already compressed the file.

____________________________________________
Like Gallery? Like the support? Donate now!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2011-09-01 03:51

Also check this:
http://codex.gallery2.org/Gallery3:Installation_on_Windows_Server_2008_and_IIS7

Unless you have administrative access to the box, well good luck. I personally will not support any version of Gallery running on any version of Windows running any version of any web server unless you have full administrative access to the box. It's the only way you can have as much access and freedom as a lot of people on a properly configured shared Linux server run by competent admins. Even then, the above link is the nearly the only support I'll give for a G3 install.

http://codex.gallery2.org/Gallery3:User_guide:Gallery3:Installing_and_upgrading#Before_you_start_.2F_System_requirements
____________________________________________
Like Gallery? Like the support? Donate now!

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Thu, 2011-09-01 13:07

Hi,

My host provider told that the error is related to page style, path and format in the code.

Please suggest.

Thanks & Regards,
Imran

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2011-09-01 13:35

Nope, that's not the reason. It's getting double compressed. That's the reason. On Apache we check for the server to see if it's doing the compression and if it is, then we don't, if not, then we do. However, IIS isn't a supported platform and we're not testing for that. Tell your host to either turn of compression for your site, go in and hack the code and maintain your hack for every upgrade, or find a host that runs on a supported platform (see my link above).
____________________________________________
Like Gallery? Like the support? Donate now!

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Fri, 2011-09-02 13:46

Hi,

My host provider replied that the compression is not enabled.
Please suggest.

Thanks & Regards,
Imran

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2011-09-02 15:08

Since you're not the administrator of the server and it's a Windows server and you probably can't make any of the changes suggested in the link I provided above, I can only suggest to find a different host that meets Gallery 3's requirements.
____________________________________________
Like Gallery? Like the support? Donate now!

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Fri, 2011-09-02 19:11

Hi,

The issue is resolved. I have checked each and every component to which the changes were done last. And in the system\core\Kohana.php a tag was missing due to which the css was not getting loaded correctly.

Thanks a lot for your support.

Thanks & Regards,
Imran

 
imranaly12

Joined: 2011-03-03
Posts: 7
Posted: Fri, 2011-09-02 19:14

Though the correct format is getting displayed but the view counts is not getting displayed for any albums\photos.
Could you please suggest.

Thanks & Regards,
Imran

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2011-09-02 20:24
Quote:
And in the system\core\Kohana.php a tag was missing due to which the css was not getting loaded correctly.

Where? What did you have to change?
____________________________________________
Like Gallery? Like the support? Donate now!