Search found 18 matches

by btenpenny
17 Aug 2006, 19:25
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

SCORE!

Setting "UseCanonicalName On" appears to have fixed it. According to the docs, it defaults to on anyway, so I don't know why it needed to be explicitly set. Anyway, it now works. Thanks ever so much to both of you!
by btenpenny
17 Aug 2006, 19:04
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

I'm not using virtual hosts at all, so I don't think it would enter into the equation.

Can I specify those php variables somewhere in the Apache Config?

Thanks again for all the time you've spent helping me on this.
by btenpenny
17 Aug 2006, 18:54
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

No dice there, either (other than some hits in the documentation).

If I wanted to set that PHP variable, where would I set it?
by btenpenny
17 Aug 2006, 18:32
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Once again, thanks for all the suggestions!

I've been using phpinfo() to check these variables

To test, I changed ServerName to the hostname of the PC and restarted Apache. It still listed localhost in the variable field.
by btenpenny
17 Aug 2006, 18:01
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Shark:
Yep, that looks like the culprit. Where are those values set? I can't find an entry for them.

Gravy: I've already got that set to the machine's IP

Thanks to both!
by btenpenny
17 Aug 2006, 15:34
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Already tried that one, it's configured with the IP of the machine.


Thanks for the idea, though!
by btenpenny
17 Aug 2006, 15:23
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Isn't $g_smtp_host the smtp server host name? My emails are going out, and arriving. It's just that the link they include looks something like this:

http://localhost/mantis/verify.php?id=3 ... 0ee5ab527a
^^^^^^
The "localhost" bit is the problem.
by btenpenny
17 Aug 2006, 14:49
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Apache
by btenpenny
17 Aug 2006, 14:39
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Thanks for the info!

I saw that section of the code, but I can't figure out where it's pulling the info from.

This is on a Windows box. Does anyone know what the Windows version of this informatino would be?
by btenpenny
17 Aug 2006, 12:04
Forum: Help
Topic: Where is the path for the link in password change emails?
Replies: 25
Views: 24285

Where is the path for the link in password change emails?

When my Mantis system sends emails for changing passwords, the clickable link has "localhost" in the rather than the ip/hostname of the machine it is running on. Obviously, this doesn't work unless you happen to be reading the email on the machine itself.

I'm sure I've missed changing a default ...
by btenpenny
16 Aug 2006, 18:31
Forum: Help
Topic: Installation problem/PHP Ext issue (I've editied php.ini)
Replies: 10
Views: 8863

Ok, got everything working. as far as I could tell, there was no way to get those particualr versions of things working correctly. One version of php5ts.dll would cause function call errors, but the newer version would cause a syntax error doue to a different dependency issue.

I finally went to ...
by btenpenny
16 Aug 2006, 11:42
Forum: Help
Topic: Installation problem/PHP Ext issue (I've editied php.ini)
Replies: 10
Views: 8863

Turns out there were 2 different versions of php5ts.dll in play on this machine, one of which was too old. Dependency Walker helped me resolve that issue.

I'll report back on my next problem soon. :)
by btenpenny
15 Aug 2006, 20:52
Forum: Help
Topic: Installation problem/PHP Ext issue (I've editied php.ini)
Replies: 10
Views: 8863

No problem, thanks for trying to help!


Any other ideas? I'm going out of my head here.
by btenpenny
15 Aug 2006, 20:19
Forum: Help
Topic: Installation problem/PHP Ext issue (I've editied php.ini)
Replies: 10
Views: 8863

They weren't required for PHP4, but they are for PHP5 because of some changes in the way they are doing things. If you have PHP4, you wouldn't need those files.
by btenpenny
15 Aug 2006, 19:40
Forum: Help
Topic: Installation problem/PHP Ext issue (I've editied php.ini)
Replies: 10
Views: 8863

One step forward, but still broken.

Now that I've resopved the location of the relevant php.ini, I'm getting an error when Apache loads, telling me (2 times each) that it can't load the php_mysql.dll and the php_mysqli.dll.

Looking around at some websites, it looks like this might be related to a problem with the version of the ...