Fresh G3 install looks broken/weird/missing something

GravityArc
GravityArc's picture

Joined: 2003-02-27
Posts: 54
Posted: Fri, 2010-03-12 05:13

I just did a brand new install of G3RC1P1 and it looks weird. When I login I get "{"result":"success"}" and when I change my password I get "{"result":"success","resource":"\/modules\/gallery3\/index.php\/users\/2"}". Also everything looks broken/missing CSS, even though it's not.

I'm sure it's something stupid...You can see the site at http://www.udkow.com/modules/gallery3/index.php

 
GravityArc
GravityArc's picture

Joined: 2003-02-27
Posts: 54
Posted: Tue, 2010-03-16 15:07

Sorry to bump this, but does anyone have any thoughts?

 
mamouneyya

Joined: 2009-11-02
Posts: 337
Posted: Tue, 2010-03-16 15:26

Is Javascript enabled?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2010-03-16 15:44

Try upgrading to the latest experimental code:

Get the latest code from here:
http://github.com/gallery/gallery3/zipball/master

Follow these instructions:
http://codex.gallery2.org/Gallery3:Upgrading

If that doesn't work, post a link to phpinfo:
FAQ: How do I create a phpinfo page?

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
GravityArc
GravityArc's picture

Joined: 2003-02-27
Posts: 54
Posted: Tue, 2010-03-16 22:10
mamouneyya wrote:
Is Javascript enabled?

On my browsers (Chrome, FF and IE8)? Yes.

nivekiam wrote:
Try upgrading to the latest experimental code:

Get the latest code from here:
http://github.com/gallery/gallery3/zipball/master

Follow these instructions:
http://codex.gallery2.org/Gallery3:Upgrading

If that doesn't work, post a link to phpinfo:
FAQ: How do I create a phpinfo page?

So I found some odd info. I have an old version of G3 installed (probably Beta3 but it doesn't have the version info. THAT install works great: http://www.udkow.com/modules/Gallery3 (uppercase G). I did a brand new install of the latest code (gallery-gallery3-13f5d3a) and moved the var folder from Gallery3 to the new install (gallery3). I did "php index.php upgrade" and was returned "Upgrade complete" and now I'm getting the "Dang" error (http://www.udkow.com/modules/gallery3).

I'm confident I'm doing something stupid, but I can't figure out what! :)

I can only run phpinfo.php from my homedir, if I try and run it from a Gallery directory I get:

Warning: phpinfo() has been disabled for security reasons in /home/udkow/public_html/modules/Gallery3/phpinfo.php on line 1

Here's phpinfo.php in my home dir: http://www.udkow.com/phpinfo.php

Thanks!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2010-03-16 22:15

Is there an .htaccess file in your /modules/ directory? What about in your gallery3 directory? (there should be there, at least the one that ships with G3)

Can you try moving your /modules/gallery3 directory to just below your root (same level as /modules)?

Do you know what version of Apache is on the server?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
GravityArc
GravityArc's picture

Joined: 2003-02-27
Posts: 54
Posted: Tue, 2010-03-16 22:24

/modules is just "Options -Indexes" in the .htaccess file.

In the gallery3 directory the .htaccess is the default one (and the same as in the Gallery3 directory).

FIXED: I moved the gallery3 directory to ~/www and it still didn't work. So I deleted the database and did a clean install of the latest code to ~/www/gallery3 and it now works. I'm guessing something stuck around that didn't belong. Very odd, but glad it's working. :D

Thanks for the help on this and Gallery in general. Can't wait for G3 launch. :)