Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Skoogix on June 15, 2004, 04:41:55 PM

Title: Renaming a Topic started by a deleted account
Post by: Skoogix on June 15, 2004, 04:41:55 PM
I setup a test SMF board, and out of boredom, I attempted to rename the thread "welcome to SMF" that's created when you first install it, and it resulted in the following errors:

Notice: Undefined index: guestname in /home/blah/public_html/blah/Sources/Post.php on line 730
Notice: Undefined index: email in /home/blah/public_html/blah/Sources/Post.php on line 735
Notice: Undefined index: email in /home/blah/public_html/blah/Sources/Post.php on line 737

I assumed this was because the first post on a freshly installed board doesn't have an account associated with it.  so i did a little test.  I created a test account of my own, created a new thread, and then deleted the test account.  from my admin account I was still unable to rename the thread.

sorry, I know you guys have TONS of more important things to think about, but I thought i'd share.  :D
Title: Re: Renaming a Topic started by a deleted account
Post by: [Unknown] on June 15, 2004, 04:44:37 PM
I believe this has already been fixed... I can't reproduce it on my cvs copy.

-[Unknown]
Title: Re: Renaming a Topic started by a deleted account
Post by: Skoogix on June 16, 2004, 12:53:37 PM
thanks! :)