vaiger
Newbie

Group: Members
Posts: 2
Joined: Oct 5, 2006
|
I get this bug when i try to uploud a attachment:
mercuryboard has exited with an error
--------------------------------------------------------------------------------
Undefined index: membertitle_icon (in evaluated code)
--------------------------------------------------------------------------------
Notice [8]:
The error was reported on line 326 of /storage/mijndomein/users/032058/public/sites/www.c1000.aaclub.nl/forum/func/post.php
Code:
324 $joined = $this->mbdate(DATE_ONLY_LONG, $this->user['user_joined']);
325
326 $Poster_Info = eval($this->template('POST_POSTER_MEMBER'));
327 }
328
--------------------------------------------------------------------------------
Check status of problem (recommended)
View debug information (advanced)
|
|
| Posted Oct 5, 2006, 9:54 am |
|
|
|
Samson
Mercury Guru


Group: QSF Development Team
Posts: 553
Joined: Mar 19, 2005
|
Going to take a stab here since I can't locate a code bug that should be causing this.
Have you removed all of your member titles from the AdminCP?
|
|
|
|
vaiger
Newbie

Group: Members
Posts: 2
Joined: Oct 5, 2006
|
| Samson said: | Going to take a stab here since I can't locate a code bug that should be causing this.
Have you removed all of your member titles from the AdminCP? |
No i haven't remove the member titles but i have ad 2 new titles
|
|
| Posted Oct 15, 2006, 10:50 pm |
|
|
|
Samson
Mercury Guru


Group: QSF Development Team
Posts: 553
Joined: Mar 19, 2005
|
What version of Mercuryboard are you using? The 1.1.4 code I have here has the membertitle_icon field defined properly. Might be something that was missing in an older version.
|
|
|
|