MyBB Community Forums

Full Version: Help - profile edit screen broke
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I had a victim of the ongoing user login bug I've detailed in the login/logout thread today.

When I went to into edit his profile and merge him into a new user I found that I can't edit his profile within the Admin CP.

I've attached a screenshot of what I'm seeing. The overview and profile tabs work but the rest don't. There's also the absence of a submit button.

[Image: attachment.php?aid=15870]

I flapped and thought I got hacked so I just went through the upgrade process of 1.4.8 -> 1.4.9 but copying over all the new files have not fixed it.

This may be unrelated but the Mod CP link is also broken on my theme but I swear it was fine before.

I've tried this in 2 different browsers and it's the same in both.

Can you help please as I think I'm in trouble!

Best,

Greg
What plugins do you have installed?
Hi Polarbear,

Thanks for your response.

I haven't installed any new plugins for many months.

Currently active:

Flash BBCode (1.2)
Lets you use Flash Tags. [flash x:y][/flash]
Created by Rogem

Login Password Conversion (1.0)
Converts passwords to the correct type when logging in. To be used in conjunction with the MyBB Merge System.
Created by MyBB Group

Show the users that has been online today (2.0)
Shows the users that has been online within 24 hours.
Created by CraKteR

Private Messages Admin (2.4.1)
Gives admins the ability to look through their forums private messages.
Created by Tikitiki

Prefix-Plugin (1.0)
adds a prefix before the thread-subject
Created by XxAnimusxX

Resend Activation Code (2.0)
Allows the administrators/super moderators to send the activation code mail from User CP.
Created by Albin Joseph

SEO Links! (1.1 Beta 1)
A plugin that does the SEO for links.
Created by Asad Khan

videolink (0.1)
Add the posibility to embed videos from 130+ sites
Created by thor2705
As a little further FYI, I just looked at the rendered page's source code. Looks like it gives up rendering at one point.

Here's the bottom of the document so you can see where it gives up

			<td class="first" id="profile_field_fid3"><label>Sex</label>
<div class="description">Please select your sex from the list below.</div>
<div class="form_row"><select name="profile_fields[fid3]" id="profile_field_fid3" size="1">
<option value="Undisclosed">Undisclosed</option>
<option value="Male">Male</option>

<option value="Female">Female</option>
<option value="Other">Other</option>
</select>
</div>
</td>
		</tr>
		<tr class="alt_row">
			<td class="first" id="profile_field_fid1"><label>Location</label>
<div class="description">Where in the world do you live?</div>
<div class="form_row"><input type="text" name="profile_fields[fid1]" value="" class="text_input" id="profile_field_fid1" /></div>

</td>
		</tr>
		<tr class="last">
			<td class="first" id="profile_field_fid2"><label>Bio</label>
<div class="description">Enter a few short details about yourself, your life story etc.</div>
<div class="form_row"><textarea name="profile_fields[fid2]" id="profile_field_fid2" rows="6" cols="50"></textarea></div>
</td>
		</tr>
	</tbody>

</table>
</div></div>
<div id="tab_settings">
Is it only that user that breaks the page??
Nope it's all users.
Tried reuploading the ./admin/modules/user/ folder and contents??
(2009-11-05, 10:14 PM)MattRogowski Wrote: [ -> ]Tried reuploading the ./admin/modules/user/ folder and contents??

I did an upgrade, so I've reuploaded everything....

This is still a problem. What do I do?
Hello?! Please help.

I've got another user than I need to edit another user and I still can't get it!

I've posted a screen capture of the problem here:

http://screenr.com/arB
So you mean you uploaded the whole ./admin/ folder again?? Are you sure they overwrote properly?? I have no idea why it still wouldn't be working with all fresh files.
I overwrote everything that comes with a fresh install.

What else could there be to upload?
Then I have no idea, tried any other browsers?? ACP plugins??
Pages: 1 2