Search found 509 matches

by thraxisp
15 Aug 2005, 00:52
Forum: Help
Topic: Bug of permission to access project docs?
Replies: 3
Views: 4692

There were another few changes in that code since the 1.0.0rc1 release. The proj_doc_page.php file is now at v1.49.
by thraxisp
14 Aug 2005, 18:50
Forum: General Discussion
Topic: Not able to open login_page.php
Replies: 4
Views: 9012

Has the database been initialized? install.php will do this.
by thraxisp
14 Aug 2005, 18:49
Forum: General Discussion
Topic: Acknoledged vs Confirmed
Replies: 1
Views: 5089

The intent of the statuses is as follows (at least this is the way we use them): New - issue has been reported Acknowledged - someone has reviewed the issue Confirmed - someone has confirmed that the issue exists Active - a developer is working on the issue Feedback - the developer is looking for mo...
by thraxisp
11 Aug 2005, 01:31
Forum: Help
Topic: $g_delete_attachments_threshold not working
Replies: 1
Views: 5737

It's a bug. I filed it as #6115 .
by thraxisp
10 Aug 2005, 19:51
Forum: Help
Topic: 1.00.rc1 : report -> timeout issue
Replies: 1
Views: 3420

Are there any errors in the server (apache) error log?
by thraxisp
10 Aug 2005, 19:50
Forum: Help
Topic: APPLICATION ERROR #1100
Replies: 2
Views: 4856

The hash (#) is used to create a shortcut link to another bug. The text summary processing does the same.

The simple way to fix this is to change the shortcut. See $g_bug_link_tag.
by thraxisp
10 Aug 2005, 19:47
Forum: Help
Topic: customize fields items list
Replies: 3
Views: 5274

You also need to create a language translation for the new items. This is covered in the manual at http://manual.mantisbt.org/manual.custo ... ations.php .
by thraxisp
10 Aug 2005, 19:45
Forum: Help
Topic: problem about Phpmailer?
Replies: 1
Views: 3317

I'm not sure if the two errors are related. The latter says that the SMTP port on 192.168.0.10 is not responding. Is this the proper address for your SMTP server?
by thraxisp
10 Aug 2005, 19:43
Forum: General Discussion
Topic: Using Stored Procedures Instead of Inline SQL
Replies: 3
Views: 6877

That requires MySQL 5.1 which is just being released. Further, I don't know if all databases support the same syntax and semantics for stored procedures. It could open up a mess with database compatibility.
by thraxisp
10 Aug 2005, 19:41
Forum: General Discussion
Topic: no genera los mail de aviso.
Replies: 1
Views: 4521

I believe that you are using SMTP for mail transfer. Is the value for "$g_smtp_host" correct?
by thraxisp
10 Aug 2005, 19:39
Forum: Help
Topic: Need to hold-over information entered in the previous bug
Replies: 1
Views: 3218

These should work the same way. You need to create hidden input fields with names line 'custom_field_<id>' where <id> is the id number of the field in question. If you look at the source for the form, you should see the ids.
by thraxisp
09 Aug 2005, 20:02
Forum: Help
Topic: Error: Database upgrade from 1.0.0a3 to 1.0.0rc1
Replies: 3
Views: 4943

How did you install the database for 1.0.0a3?

How did you upgrade your installation? I'm assuming that you ran admin/upgrade.php.
by thraxisp
09 Aug 2005, 13:33
Forum: Help
Topic: How can we make 'View Issues' sort on STATUS by default?
Replies: 1
Views: 3972

Right now, this is hard coded as the default. Please file a feature request at http://bugs.mantisbt.org/ and we can add it to the next release.
by thraxisp
09 Aug 2005, 13:23
Forum: Help
Topic: anybody can solve the problem?
Replies: 2
Views: 4584

Your account has been protected. That is, the password and preferences including profiles are locked against changes. an administrator can remove the protected state through the manage users page.
by thraxisp
08 Aug 2005, 21:43
Forum: General Discussion
Topic: access database in Mantis
Replies: 1
Views: 5088

There may be some information in the tracker about moving external data into the database. The migration of this data could also be done as a customization by one of the developers.