Forum OpenACS CMS: CMS module for OpenACS 3.2.5

Collapse
Posted by Budi Wiyono on
Is there any CMS module for OpenACS 3.2.5 ?
Collapse
Posted by Dave Bauer on
A CMS was ported for OpenACS 3.2.2 but I got it working with 3.2.4.
You can read more about it in this thread [1].

If you have any problems let me know.

[1] https://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0000hW&topic_id=11&topic=OpenACS

Collapse
Posted by Budi Wiyono on
Is it save to replace OpenACS 3.2.5's www/admin/content-sections ?
Collapse
Posted by Dave Bauer on
That depends on what you mean by safe. If this is a production environment depending on those pages, no. But I assume you are still in development. The Ybos CMS adds functionality to the content-sections UI so you can specify that a content-section is managed by the CMS, so go ahead and replace those files.

Your best safety is to manage your development site with CVS. I just got converted to this religion. I was trying to take the easy way out, but if you control the site with CVS you can always go back to an earlier state. It also makes it easier to keep up with updates made to the core system after you have made changes.

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())

Collapse
Posted by Dave Bauer on
PLEASE put log entries inside <pre%gt; </pre> tags.

Anyway, I read the log in the email of your message and I don't see an error. Scan around to see if there is an error message in there somewhere. What does your browser say when you try to access that page?

Collapse
Posted by Dave Bauer on
oops forget to specify HTML that is "wrap your log in <pre> </pre> tags" Then say "The above test is HTML" instead of plain text.
Collapse
Posted by Talli Somekh on
Budi,

We rolled a very simple but powerful CMS in 3.2.X that you can learn more about in this thread. Go to Luke Pond's posting.

https://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=00024R&topic_id=OpenACS&topic=11

you can access the package here:

https://openacs.org/new-file-storage/one-file?file_id=137

talli