Search found 43 matches

by shark
07 Nov 2006, 15:50
Forum: Customizations
Topic: Graphs shown as overall project
Replies: 6
Views: 12659

Narcissus wrote:Isn't it set at the end of the for loop?
In which case the first time it's used, it's not set.
by shark
06 Nov 2006, 14:50
Forum: General Discussion
Topic: developer question about file bug_api.php
Replies: 1
Views: 4654

penny for your thoughts.
by shark
06 Nov 2006, 14:49
Forum: Customizations
Topic: Graphs shown as overall project
Replies: 6
Views: 12659

shark wrote:where does $t_last_date come from?
anyone?
by shark
26 Oct 2006, 18:37
Forum: General Discussion
Topic: developer question about file bug_api.php
Replies: 1
Views: 4654

developer question about file bug_api.php

line 576:
$t_new_diskfile_name = $t_file_path . file_generate_unique_name( 'bug-' . $p_file_name, $t_file_path );
I cannot find where $p_file_name is created, or initialized, to anything. Anyone have any ideas? I'm thinking it might need to be either

$result['filename']
or
$t_bug_file ...
by shark
25 Oct 2006, 21:11
Forum: Customizations
Topic: Graphs shown as overall project
Replies: 6
Views: 12659

where does $t_last_date come from?
by shark
02 Oct 2006, 17:43
Forum: Help
Topic: Auth. Against windows 2003 Active Directory
Replies: 3
Views: 5728

Do you have

Code: Select all

$g_login_method = LDAP;
set?
by shark
25 Aug 2006, 14:47
Forum: Help
Topic: Insert of <hr> in Description
Replies: 2
Views: 4531

have you tried this in Mantis 1.0.5 ?
by shark
23 Aug 2006, 18:24
Forum: Help
Topic: Email Help
Replies: 2
Views: 4828

Re: Email Help

I am on 1.0.5 and I can't seem to get the email to relay.

I am running CommunigatePro, and when I look at the logs, I see the following which seem to tell me why the email isn't sending, I just don't know how to fix it. Is there a way to code into the email_api.php file the domain to use?

The ...
by shark
22 Aug 2006, 14:11
Forum: Help
Topic: PHP Notice: Use of undefined constant
Replies: 2
Views: 4084

What version of mantis are you using?
by shark
18 Aug 2006, 16:33
Forum: Help
Topic: Not Possible to sort Issues
Replies: 6
Views: 7064

lol - glad it worked out.
by shark
18 Aug 2006, 15:04
Forum: Help
Topic: Blank page after login
Replies: 6
Views: 9329

I was getting that when my ldap was misconfigured.
by shark
18 Aug 2006, 13:26
Forum: Help
Topic: Not Possible to sort Issues
Replies: 6
Views: 7064

come on man... it was even on the same page:

http://forums.mantisbt.org/viewtopic.php?t=1869

a little digging around never hurt anyone.
by shark
17 Aug 2006, 19:41
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24263

yay :)
by shark
17 Aug 2006, 19:10
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24263

from httpd.conf:
UseCanonicalName: Determines how Apache constructs self-referencing
# URLs and the SERVER_NAME and SERVER_PORT variables.
# When set "Off", Apache will use the Hostname and Port supplied
# by the client. When set "On", Apache will use the value of the
# ServerName directive ...
by shark
17 Aug 2006, 16:01
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24263

Digging through the code, gravyface is right on the money.

It appears that one of these:
$_SERVER['HTTP_HOST']

$_SERVER['SERVER_NAME']

$_SERVER['SERVER_ADDR']
needs to be set, to correctly create the url.

Check what those PHP vars are set to by running phpinfo.php