Forum OpenACS Q&A: Re: question

Collapse
20: Re: question (response to 1)
Posted by xx xx on
?

Read how it should work:
https://openacs.org/doc/openacs-5-1/parties.html
https://openacs.org/doc/openacs-5-1/permissions-tediously-explained.html

BTW, the filesystem (with a new package?) won't disappear if you dropdb, UNLESS you saved files in the database.

Probably, do a complete backup with database (https://openacs.org/doc/openacs-5-1/snapshot-backup.html)?

Also, you can copy your complete filesystem to service1/
(add user service1, database service1 and permissions: look in the basic install docs...).
Adapt your config.tcl in service1/ to use service1 instead of service0 and restart aolserver with that file and see if anything is missing with a clean database...

Or if it is really important, you'ld better ask for help elsewhere: https://openacs.org/community/companies/ ...that is what they are for, obviously.

Collapse
21: Re: question (response to 20)
Posted by yani ballesfin on
hmmm... tnx! Anyways, I’m new with OpenACS. I am assigned to study it and create web applications. As I’ve mentioned yesterday, we already created a packages using OpenACS before, but I’m not the one who created it. We are afraid that if we reinstall or upgrade openACS, we might lose the created packages. And how can we upgrade or reinstall OpenACS? We totally lost the admin’s email add and password. The only information we know about the admin is that under the acs_permissions table the object_id  of the admin is equal to  0.

Is there a feasible solution in our dilemma? pls. help me. tnx.

Collapse
22: Re: question (response to 20)
Posted by yani ballesfin on
I found out that all the users in our table cc_users has a privilege = admin. But when I login as a site wide admin an error occurs.

210.213.162.45 - - [10/Aug/2004:14:32:25 +0800] "GET /register/bad-password?user_id=2537 HTTP/1.1" 200 601 "http://202.95.230.52/register/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FunWebProducts)"

Collapse
26: Re: question (response to 21)
Posted by Malte Sussdorff on
It seems you have been thrown into cold water without any guideance at all. To tackle this problem, I'd advise you to
  1. Install OpenACS for yourself (fresh install)
  2. Read the developer documentation
  3. Get some training from the persons who have written the previous OpenACS packages that you talk about.
  4. Attend a training session on OpenACS if one becomes available again or find an organization to sponsor a training session (read: hire someone to teach OpenACS).
  5. Contact a professional to help you out if the data is crucial and you don't want to loose it.
Retrieving the password and login of the admin or at least resetting it, is easily done, if SSH access is granted to a professional (who charges for this). But if you have no experience with the internals of OpenACS, it will cost more to try and solve this on your own.

Furthermore, if you want to upgrade OpenACS, this is not an easy step as well, depending on where you are coming from. Especially if someone made custom development on your site, and you have no clue what has been done / changed.