Hi,

The following issue occurred when I upgraded my installation to GitLab
7.6.1 on a CentOS 6.6 (64-bit) machine.

Whenever I try to access the administrator options of a user at for
example *http://git.jeroendeneef.com/admin/users/Jeroen
<http://git.jeroendeneef.com/admin/users/Jeroen>* I am getting a 500 error.
The same occurs when I try to access my own profile at
*https://git.jeroendeneef.com/profile
<https://git.jeroendeneef.com/profile>*
Accessing normal profiles does work, for example this profile:
*https://git.jeroendeneef.com/u/Jeroen
<https://git.jeroendeneef.com/u/Jeroen>*

This is what I get when I try to access for example
*https://git.jeroendeneef.com/profile
<https://git.jeroendeneef.com/profile>*

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/profile" for *IP ADDRESS HIDDEN* at 2014-12-26 00:23:48 +0100
Processing by ProfilesController#show as HTML
PG::Error: ERROR:  relation "identities" does not exist
LINE 5:                WHERE a.attrelid = '"identities"'::regclass
                                          ^
:               SELECT a.attname, format_type(a.atttypid, a.atttypmod),
                     pg_get_expr(d.adbin, d.adrelid), a.attnotnull,
a.atttypid, a.atttypmod
                FROM pg_attribute a LEFT JOIN pg_attrdef d
                  ON a.attrelid = d.adrelid AND a.attnum = d.adnum
               WHERE a.attrelid = '"identities"'::regclass
                 AND a.attnum > 0 AND NOT a.attisdropped
               ORDER BY a.attnum

Completed 500 Internal Server Error in 50ms

ActionView::Template::Error (PG::Error: ERROR:  relation "identities" does
not exist
LINE 5:                WHERE a.attrelid = '"identities"'::regclass
                                          ^
:               SELECT a.attname, format_type(a.atttypid, a.atttypmod),
                     pg_get_expr(d.adbin, d.adrelid), a.attnotnull,
a.atttypid, a.atttypmod
                FROM pg_attribute a LEFT JOIN pg_attrdef d
                  ON a.attrelid = d.adrelid AND a.attnum = d.adnum
               WHERE a.attrelid = '"identities"'::regclass
                 AND a.attnum > 0 AND NOT a.attisdropped
               ORDER BY a.attnum
):
    2:   Profile settings
    3: %p.light
    4:   This information appears on your profile.
    5:   - if current_user.ldap_user?
    6:     Some options are unavailable for LDAP accounts
    7: %hr
    8:
  app/models/user.rb:409:in `ldap_user?'
  app/views/profiles/show.html.haml:5:in
`_app_views_profiles_show_html_haml___2090229212751731558_106509500'



==> /var/log/gitlab/nginx/gitlab_access.log <==
127.0.0.1 - - [26/Dec/2014:00:23:48 +0100] "GET /profile HTTP/1.1" 500 349 "
https://git.jeroendeneef.com/projects/new"; "Mozilla/5.0 (Windows NT 6.1;
WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95
Safari/537.36"

==> /var/log/gitlab/postgresql/current <==
2014-12-25_23:23:48.33643 ERROR:  relation "identities" does not exist at
character 323
2014-12-25_23:23:48.35051 STATEMENT:                SELECT a.attname,
format_type(a.atttypid, a.atttypmod),
2014-12-25_23:23:48.35052                            pg_get_expr(d.adbin,
d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2014-12-25_23:23:48.35053                       FROM pg_attribute a LEFT
JOIN pg_attrdef d
2014-12-25_23:23:48.35054                         ON a.attrelid = d.adrelid
AND a.attnum = d.adnum
2014-12-25_23:23:48.35054                      WHERE a.attrelid =
'"identities"'::regclass
2014-12-25_23:23:48.35055                        AND a.attnum > 0 AND NOT
a.attisdropped
2014-12-25_23:23:48.35055                      ORDER BY a.attnum
2014-12-25_23:23:48.35056

==> /var/log/gitlab/nginx/gitlab_access.log <==
127.0.0.1 - - [26/Dec/2014:00:23:48 +0100] "GET /static.css HTTP/1.1" 304 0
"https://git.jeroendeneef.com/profile"; "Mozilla/5.0 (Windows NT 6.1; WOW64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36"

I hope that someone has a solution for my issue.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CALXQeks5FhjebwJwq1n4Q9qfF2y262wQE6-bhnXKFrJ-Jx76ZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to