Forum OpenACS CMS: Response to CMS module for OpenACS 3.2.5

Collapse
Posted by Budi Wiyono on
The CMS page is works... but my Site-Wide Administration page
become fail.

[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'select ad_group_member_p(1, system_administrator_group_id()) from dual;'
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:pp1-dev):  select ad_group_member_p(1, system_administrator_group_id
()) from dual
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  opening:  postgres:localhost:5432:myacs
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Opening myacs on localhost
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Ns_PgOpenDb(postgres):  Openned connection to localhost:5432:myacs.
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'set datestyle to 'ISO';'
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'select * from referer_log_glob_patterns;'
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:myacs):  select * from referer_log_glob_patterns
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  Querying 'update referer_log set click_count = click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate());'
[Wed Jun 20 10:30:56 2001] [notice] [client 127.0.0.1] [uri: /admin/]
  sql(localhost:5432:myacs):  update referer_log set click_count = click_count + 1
where local_url = '/admin/'
and foreign_url = 'http://127.0.0.1/pvt/home.tcl';
and trunc(entry_date) = trunc(sysdate())