PDA

View Full Version : Database Error! :(


ZiRu$
08-19-2002, 09:13 PM
Whenever anyone goes to change an avatar they get this message
---------------------------------------
There seems to have been a slight problem with the Blazing Mic database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.
---------------------------------------

THATS IT! can someone help?

ZiRu$
08-20-2002, 01:12 PM
Ok...i think i found the problem but dont know how to fix it...

my "Change Avatar" is linked to "memer.php" and not "member.php?s=&action=editavatar" any help now?

NTLDR
08-20-2002, 05:23 PM
Originally posted by ZiRu$
Ok...i think i found the problem but dont know how to fix it...

my "Change Avatar" is linked to "memer.php" and not "member.php?s=&action=editavatar" any help now?

Which link? The button in the UserCP?

ZiRu$
08-20-2002, 07:27 PM
Originally posted by NTLDR
Which link? The button in the UserCP?

in the welcome panel

member.php?s=&action=editavatar <<<<That Works

when you click CHANGE AVATAR in the edit OPTIONS is just goes to member.php

NTLDR
08-20-2002, 08:06 PM
Its the modifyoptions template and you need this code for the change avatar <tr>:

<tr>
<td bgcolor="{ secondaltcolor}"><normalfont><b>Avatar</b></normalfont><br>
<smallfont><a href="misc.php?s=$session[sessionhash]&action=showavatars" target="_blank">More info...</a></smallfont></td>
<td bgcolor="{ secondaltcolor}"><normalfont><img src="$bbuserinfo[avatarurl]" border="0" alt="Your current avatar" align="middle"> <input type="image" src="{ imagesfolder}/clear.gif" alt="" border=""><input type="submit" class="bginput" name="modifyavatar" value="Change Avatar"></normalfont></td>
</tr>

Don't forget to remove the spaces after {

ZiRu$
08-21-2002, 12:24 PM
ok thanks man.....that didn't fix the BUTTON but i just re-wrote the code as a link....works nice

THANK YOU