Gallery3 b1 -> b2 issues

xgregx

Joined: 2009-07-23
Posts: 5
Posted: Thu, 2009-07-23 18:05

I had gallery3 b1 working great on Gentoo

Note to Gentoo Users: You'll need to have the ctypeUSE flag added to PHP when going to Beta2

Also, it's running on PHP 5.2.10, and lighttpd. (I know I know, unsupported, but I found that lighttpd behaves very much the same as Apache, and have never seen any compat issues with other apps)

Anyway, this config on Beta 1 works great. Issues with the g2 importer, but everything else is sweet.

The problem I'm seeing is nothing renders correctly now, like the jscript ajax is broken. Either with IE6 or Opera 9.64 on Windows.

Nothing in the var/logs, and nothing in lighttpd's log, and no output when I enable local.php

Any ideas?
Thanks,
Greg

PS - awesome work, g3 is super slick

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2009-07-23 18:19
Quote:
he problem I'm seeing is nothing renders correctly now,

JS and CSS are combined now for performance. View the source and you will see the JS and CSS loading. Use the url and see if you can view the JS and CSS.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
xgregx

Joined: 2009-07-23
Posts: 5
Posted: Thu, 2009-07-23 18:57

Ah ha!
http://lite.piclens.com/current/piclens_optimized.js <-- url is blocked at work.
I'll have to try it again when I get home.

What is piclens used for?

Thanks,
Greg

 
xgregx

Joined: 2009-07-23
Posts: 5
Posted: Thu, 2009-07-23 19:51

Also,
If I try to load one of the css or js files, should I see junk output?

I loaded the css and it looked like I catted a binary file.
I am using mod_compress and eaccelerator, and tried disabling both w/ no luck.
Is this kind of url normal for the css stuff in page source:
gallery3/index.php/combined/css/14ff901115af2c3a0a44f769776fc0d9.css
Thanks,
Greg

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2009-07-23 19:50

piclens is used for the slideshow

No, you shouldn't see junk output. Make sure you are using the latest code from git though. A fix was applied since B2 was released. Please test to make sure that it works in your environment.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
xgregx

Joined: 2009-07-23
Posts: 5
Posted: Thu, 2009-07-23 19:52

Ok, I'll try the newest snapshot.
Is this kind of url normal for the css stuff in page source:
gallery3/index.php/combined/css/14ff901115af2c3a0a44f769776fc0d9.css

Thanks.
Greg

 
xgregx

Joined: 2009-07-23
Posts: 5
Posted: Thu, 2009-07-23 20:10

Latest git snapshot as of July 23, 16:10 EST works for my config!
Running an g2 import now to test it out!
Thanks,
Greg

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-07-24 00:26
Quote:
Is this kind of url normal for the css stuff in page source:
gallery3/index.php/combined/css/14ff901115af2c3a0a44f769776fc0d9.css

Yes, this is one combined css file delivered to the browser in one request. G3 now combines css instead of delivering multi files impacting performance.
If you paste the url into your browser it should look like text (css or JS as needed).

Glad you got it all sorted.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team