Forum OpenACS Q&A: Re: I cant create group types

Collapse
Posted by Benjamin Brink on

The error says that "user_objects" does not exist.

To access the database (in ubuntu-server installed using install-ns scripts) for checking queries manually and find out more about the tables:

~$ sudo su - postgres
~$ psql 5-9
psql (9.3.16)
Type "help" for help.

5-9=# \d user_objects
Did not find any relation named "user_objects".
5-9=# 
Collapse
Posted by Juan Carlos on
Yes, I know that table doestn exist, But why not?. It should exist with the installation, right?