I'm installing into pgSQL. The install took a looong time - I had to increase the max_execution_time in php.ini to let it continue. I attached the final output from the install to the attached file install_text.txt. I got this all setup using phpedu-beta3(full).tar.gz.
The website now displays this error:
* warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "og_uid" does not exist in /Library/PostgreSQL/EnterpriseDB-ApachePhp/apache/www/osbc/includes/database.pgsql.inc on line 139.
* user warning: query: SELECT n.title, n.type, n.status, ou.* FROM og_uid ou INNER JOIN node n ON ou.nid = n.nid WHERE ou.uid = 1 AND ou.is_active >= 1 AND n.type IN ('pe_group_advisers','pe_group_course','pe_group_registration') ORDER BY n.title in /Library/PostgreSQL/EnterpriseDB-ApachePhp/apache/www/osbc/sites/all/modules/og/og.module on line 1090.
Welcome to your new Drupal website!
Please follow these steps to set up and start using your website:
| Comment | File | Size | Author |
|---|---|---|---|
| install_text.txt | 176.6 KB | underforge |
Comments
Comment #1
slake commentedI think you might be able just to install the Organic Groups modules (og) and the proper tables should be built. Otherwise, you could look at the og.install file and build the tables manually via pgAdmin3/psql, or you can nuke the database and reinstall after going into [install root directory]/profiles/phpedu_profile.profile and replacing
with
Comment #2
dakala@slake: Thanks.
@underforge:
Has the problem been solved after following the suggestion? Kindly post your findings so I can update the install profile. I'm unable to test with PostgreSQL so any help is appreciated.