Questions tagged [project-open]

]project-open[ is an open-source project management system.

]project-open[ (“]po[”) is an open-source project management system covering a large variety of processes like project planning, project portfolio management, CRM, financial controlling and timesheet management.

It is based on OpenACS.

15 questions
3
votes
2 answers

Security: Session Identifier Not Updated in tcl

I'm working on open-source application "Project-Open" and during the scanning I got the following vulnerability: [Medium] Session Identifier Not Updated Issue: 13800882 Severity: Medium URL: https:///register/ Risk(s): It is possible to…
VijayD
  • 826
  • 1
  • 11
  • 33
3
votes
4 answers

creating url to use instead of ip address for aolserver used in project open

In Project-Open tool, aolserver is used to host the application and is accessed using the ip address of the server like 172.XX.XX.XX:8000. Now I don't want to make this ip address public. I tried to create and use url (by making some changes in the…
VijayD
  • 826
  • 1
  • 11
  • 33
2
votes
0 answers

How to integrate tcl (Project Open) and xero API using oauth 1?

I tried with the help of twitter api call into my tcl program, but it's not working. I want to call Xero API into tcl programming using OAuth 1.0a. ::http::register https 443 [list ::tls::socket -ssl2 0 -ssl3 0 -tls1 1] set handle [::http::geturl…
deepak
  • 23
  • 5
2
votes
1 answer

How do you remove the port number :8000 from project-open url links?

We have nginx acting as a reverse proxy for project-open which is working. https://sourceforge.net/projects/project-open/reviews/ nginx is set to pass requests on port 443 (https) to 127.0.0.1:8000 which is the port naviserver is running on which is…
Keith John Hutchison
  • 4,955
  • 11
  • 46
  • 64
2
votes
2 answers

How to remove deprecated warning in log-file of open-ACS, Project-Open

How to remove the warning in the log-file for using a deprecated proc within openACS, project-open? Part of the config: # Debug is turned on for demo servers. Please turn off for # performance critical production installations. set debug …
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
2
votes
3 answers

Open ACS / Project Open log file size increases too much (huge log size)

How to reduce the Opject-Opens log file size. ]Project-Open[ is based on the openACS framework and produces huge amount of logs. One Example is a deprecated warning which occures very often. After a few day the log file size i several GB which is…
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
2
votes
2 answers

How to properyly change permissions for Absences in Project-Open

We have a Problem with Absences: A User who created an Absence can not edit the Absence after wards :( After a user's Absence was approved he/she can still delete the absence :( How to set the permissions for absences?
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
2
votes
1 answer

Email configuration ProjectOpen

Email configuration in ProjectOpen is kind of a hazzel, I used to configure my Linux Server to forward Emails to an appropriate Relay I tested the functionality via the termail command: echo "Message" | mail -s subject -r sender@abc.com…
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
2
votes
1 answer

Empty TCL string resulting in non-printable character causing Project-Open to crash

I installed Project Open on ubuntu. Whenever there is an empty string in tcl then the HTML forms contain a non-printable character instead. What could cause the issue? Webserver is openACS / AOLServer TCL Code: set email "" (index.tcl) ADP Code:…
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
1
vote
0 answers

Project Open Dockerfile postgres not starting

I'm trying to use the Dockerfile provided here and on building docker build . I get the error on line 69 (RUN createuser -s projop) which reports: Step 15/27 : RUN /usr/bin/pg_ctl -D "/var/lib/pgsql/data" start ---> Using cache --->…
freebie
  • 2,161
  • 2
  • 19
  • 36
1
vote
1 answer

Project-Open Dont notify

I am using rhel 7 , and i 'm using the open-source Called "Project-open" : http://www.project-open.com/en/ . I already configured my postfix environment, I can send message without problem through the command line: echo "This is a test." | mail -s…
Joe Doe
  • 57
  • 10
1
vote
1 answer

Include VirtualBox as part of a Windows installer?

I'm the founder of ]project-open[, an open-source project management application similar to Microsoft Project Server. While ]project-open[ mainly runs on Linux, we had to maintain a separate Windows installer for the last 10 years. Now we think…
fraber
  • 1,204
  • 1
  • 8
  • 21
1
vote
1 answer

Project-open on Fedora server

I want to install ]project open[ version 4 on fedora server.can anyone tell me what are the exact procedure/steps to install it from scratch..any help would be appreciated.
0
votes
1 answer

project-open: custom JavaScript causes submit / how to prevent submit

We use the project-managment tool project-open. Since this is open source I added a Java Script to copy Expenses (within the 'Multiple New Expense Items'). The script itself works properly. Unfortunately after the script is finished the page…
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
0
votes
0 answers

Session Identifier Not Updated

I'm working on open-source application "Project-Open" and during the scanning I got the following vulnerability: [Medium] Session Identifier Not Updated Issue: 13800882 Severity: Medium URL: https:///register/ Risk(s): It is possible to…
VijayD
  • 826
  • 1
  • 11
  • 33