Page 1 of 1

Welcome Pm

PostPosted: Tue Feb 13, 2007 2:44 am
Author: Leadfoot
Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.csasylum.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
try to change welcome pm


What was done to try to solve the problem?
checked debug in database and confirmed user existed.



De.scription and Message

While I was trying to debug a ctracker issue with the welcome pm I came across a problem of my own. When I try to change the welcome message I come up with this error.

This user doesn't exist! Please fill in another user!

DEBUG MODE

Line : 64
File : admin_wpm.php

I checked my database and the user exits. The wpm file is set to the default of user "-1" and in the user_list the user is "anonomous"

Not sure were to go from here

PostPosted: Tue Feb 13, 2007 9:51 am
Author: Michaelo
Judging by the reported error i.e. on line 64 my guess is there has been an update which may or may not fix the problem... Here is my copy, rename old file and try the attached one...
Mike

PostPosted: Tue Feb 13, 2007 10:47 am
Author: Leadfoot
nope same resultThis user doesn't exist! Please fill in another user!

DEBUG MODE

Line : 61
File : admin_wpm.php

The line change in the error is because I added a ctracker debug to mine. But still the same error no matter which one.

PostPosted: Tue Feb 13, 2007 7:01 pm
Author: Michaelo
Teelk is dealing with ctracker bugs/problems, I guess we will wait until he see this post for more info...

Re: Welcome Pm

PostPosted: Wed Feb 14, 2007 12:04 am
Author: Teelk
It's working alright on my test boards, are you sure the "Send by:" is filled in? It should be the user the message is coming from, usually the board founder.

PostPosted: Thu Feb 15, 2007 12:26 pm
Author: Leadfoot
Well I found the problem. The send by was set to "anonymous" That user is in the database but not in the memberlist so I changed the sender and it seemed to work.