Mantis and this seems pretty interesting bugtracking system with minimal overheads of installation so that is what I thought.
Some of the issues that I ran into
1. Bug database installed into other system ( so I had to add this user to the database giving this user access to this database , like
GRANT ALL PRIVILEGES ON
.* TO 'monty'@'machinename' IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
2. PHP captcha problem , so had to comment that part of code,
tried playing around with the captcha code but seems to fail on all occassions.
-Kalyan
No comments:
Post a Comment