![]() |
An admin just checked. They're showing up there.
EDIT: Here's a screenshot he provided. http://i101.photobucket.com/albums/m...a/Changes2.png |
Hmm... Can you check the userchangelog database table and see if the fieldname column is anything other than "username" (all lowercase) for the entries that are missing?
Fillip |
Quote:
|
Via phpMyAdmin is the best bet, though it can be done via the AdminCP if the user has Execute SQL permissions from config.php :)
Fillip |
Quote:
What would the execution be? |
If you're using a table prefix, you need to add it in front of the table name:
Code:
select fieldname from userchangelog where userid = x Fillip |
Quote:
Admin CP -> Maintenance -> Execute SQL Query In the Manual Query box, enter that code and replace the X with the user's ID -- for example, mine is 18. |
That's correct :)
Ideally it should return "username" in all lowercase over and over again for all the entries. Fillip |
Quote:
If not, though, what should be done? |
If not then
Code:
update userchangelog set fieldname = 'username' where fieldname = 'x' Fillip |
All times are GMT. The time now is 08:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|