Fatal error: Class 'identity' not found

fireman87

Joined: 2009-10-28
Posts: 14
Posted: Thu, 2009-11-05 00:08

New problem. beta3 doesn't have wind theme. Only admin_default and default themes. Copied admin_wind night_wind and wind from gallery3-88852c4. Now I can login (no admin index html error), but get class identity errors on every option.

* Fatal error: Class 'identity' not found in /srv/www/htdocs/gallery/themes/admin_wind/views/admin.html.php on line 48

Photos I uploaded also won't display, but I don't know if that is related to this or another problem. Any help is appreciated.

Carl

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9271
Posted: Thu, 2009-11-05 00:18
Quote:
Copied admin_wind night_wind and wind from gallery3-88852c4

You can't do that.

Don't use B3, grab the latest experimental code from here:
http://codex.gallery2.org/Gallery3:Upgrading

And read that page fully, especially the part about "Unpacking the code" and moving the var directory into the new directory you unpacked the latest version of Gallery into.

I'm pretty sure I've been over this with you about this already.

Yep: http://gallery.menalto.com/node/92068#comment-325570
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Login or register to post comments
fireman87

Joined: 2009-10-28
Posts: 14
Posted: Thu, 2009-11-05 02:55

I found the solution, I wanted to use my 2TB of storage for the /var directory, so I used a sym link from the gallery directory to the storage location. This would appear to confuse CGI and php (I apologize for my ignorance in running apache). The solution is to have the entire gallery directory on the storage and create an alias that points there. By the by, I did heed your post about the "unpacking the code" and installation, but faced with an installation that didn't work, I mixed and matched just to see if there were different results that would give me a clue as to what was going on. Thanks for your prompt replies and help.

Carl

Login or register to post comments