Karen
27-04-04, 12:35 PM
The pop-up calendar works fine for start / end and target dates in tasks - but not projects
There are some old versions around that are using a Java calendar which has been removed from the CVS because of problems.
You can either change your base_url (in ./includes/config.php) to the IP address of the machine rather than using localhost (if that is what you're doing).
And/Or
Edit the ./modules/projects/addedit.php lines 58 and 60. Add a / in front of ...lib/calendar/...
If you are still having problems there is also a calendar patch in the patches area of the Sourceforge dotproject page (see the link on the bottom left hand side ofthe site).
There are some old versions around that are using a Java calendar which has been removed from the CVS because of problems.
You can either change your base_url (in ./includes/config.php) to the IP address of the machine rather than using localhost (if that is what you're doing).
And/Or
Edit the ./modules/projects/addedit.php lines 58 and 60. Add a / in front of ...lib/calendar/...
If you are still having problems there is also a calendar patch in the patches area of the Sourceforge dotproject page (see the link on the bottom left hand side ofthe site).