Search found 14 matches

by bmccool
10 Jul 2006, 12:44
Forum: Help
Topic: Link in notification, results in: Error 404
Replies: 5
Views: 7109

It's a known bug in version 1.0.3. When it redirects it doesn't insert a ? in the link.

i.e.
http://x.x.x.x/mantis/view.phpid=8
should be
http://x.x.x.x/mantis/view.php?id=8

There's a fix for it though, just check on bugs.mantisbt.org ;)
by bmccool
03 Jul 2006, 12:38
Forum: Help
Topic: Stopping outgoing emails to certain users
Replies: 2
Views: 3750

hmmmm, i've found the following in user_api.php


# Signup a user.
# If the use_ldap_email config option is on then tries to find email using
# ldap. $p_email may be empty, but the user wont get any emails.
# returns false if error, the generated cookie string if ok
function user_signup( $p ...
by bmccool
03 Jul 2006, 10:32
Forum: Help
Topic: Stopping outgoing emails to certain users
Replies: 2
Views: 3750

Anybody?

I'm pretty sure that i have to edit email_api.php but my php knowledge is less than zero :(

Please guys...
by bmccool
29 Jun 2006, 12:46
Forum: Help
Topic: Login Issue
Replies: 1
Views: 3247

Are you sure you're using "administrator" and "root"?
by bmccool
29 Jun 2006, 12:36
Forum: Help
Topic: Stopping outgoing emails to certain users
Replies: 2
Views: 3750

Stopping outgoing emails to certain users

so, i've loaded this patch to allow incoming emails to be loaded into the mantis system. A very nice feature indeed.

What i need is to exclude all email addresses (except internal) from receiving the signup notification.

I also need to exclude certain email addresses (these would be internal) from ...
by bmccool
04 May 2006, 14:06
Forum: Help
Topic: Mantis Mailing Lists
Replies: 2
Views: 3535

It seems to have been rectified. I managed to subscribe to the announcements.
by bmccool
20 Apr 2006, 07:57
Forum: Help
Topic: Mantis Mailing Lists
Replies: 2
Views: 3535

Mantis Mailing Lists

Hi,

When i try subscribe to the mailing list via SourceForgei get 404 errors...

Anybody know how i can get on the mailing lists or is this problem going to be rectified?

Oh yeah, My company is officially going to start pilotting Mantis in the coming weeks :D

Thanks
by bmccool
11 Apr 2006, 06:55
Forum: Help
Topic: Changing some names
Replies: 5
Views: 5962

lol, i'm an idjit...

I was editing the mantis lang files on my local machine, not the server :P

Tks again for the help Narcissus.
by bmccool
11 Apr 2006, 06:54
Forum: Help
Topic: mantis help
Replies: 1
Views: 3052

see my reply here
by bmccool
11 Apr 2006, 06:52
Forum: Help
Topic: starting with mantis
Replies: 4
Views: 5507

That depends on what exactly you are aiming for.

For instance, my mantis has 3 categories for coding projects:
General Enquiry,
Report an Error,
Request a feature/enhancement.

If you only want to use bug, that is your perogative ;)
by bmccool
10 Apr 2006, 14:01
Forum: Help
Topic: Changing some names
Replies: 5
Views: 5962

hmmmmm, unfortunately i can't get it right...

i'm editing the strings_english.txt file, restarting the apache webserver (just in case) but none of the changes reflect...

Any other ideas?
by bmccool
10 Apr 2006, 13:01
Forum: Help
Topic: Changing some names
Replies: 5
Views: 5962

thanks Narcissus

i was actually going thru the lang file as i received the update email ;)

I'll be sure to be a regular visitor to these forums.
by bmccool
10 Apr 2006, 12:01
Forum: Help
Topic: Setup Error: database is not supported by PHP
Replies: 2
Views: 4620

Have you ensured that the extension is enabled in your php.ini?

Example:

If you want to use MS Sql, change your php.ini from this

Code: Select all

;extension=php_mssql.dll
to this

Code: Select all

extension=php_mssql.dll
Same applies for any other extensions ;)

Hope this helps.
by bmccool
10 Apr 2006, 11:07
Forum: Help
Topic: Changing some names
Replies: 5
Views: 5962

Changing some names

Hi,

Firstly, excellent program. I am investigating deploying this within our organisation and it is definitely the front runner at the moment.

I need to change the name Project: next to the dropdown box, Reason being our management would prefer to have it called Request For: and then select the ...