Support Forums

Can not see user account information from admin area

This is a discussion on Can not see user account information from admin area within the Technical Support forums, part of the Technical Support Forums category; Hey, From the admin area, if I go to Users>Manage Users, I would be able to see usename, name and ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 01-20-2009, 07:46 PM   #1
Graphic / Web Desginer
 
Join Date: Nov 2008
Location: London, England
Posts: 77
Rep Power: 8
DGiscombe is on a distinguished road
Exclamation Can not see user account information from admin area

Hey,

From the admin area, if I go to Users>Manage Users, I would be able to see usename, name and email. But if I click on any of the users, the account information page does not show any info on the user.

I checked the table in my database under users, and the information such as firstname, city etc is definitely stored there.

I then tried to click on the export info to excel button to see if this page was pulling the info from the database correctly, and this error popped up:

Notice: Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-15, 15' at line 5 SQL: SELECT id, firstname, lastname, address, city, state, zip, country, email, phone, username, joindate, custip, level FROM mvox_users WHERE 1=1 AND level=2 ORDER BY id desc LIMIT -15, 15 in ~/includes/classes/database/mysql.php on line 143

I hope this is something simple that can be fixed, let me know if you need any more info.
DGiscombe is offline  
Old 01-20-2009, 08:29 PM   #2
curmudgeon
 
Join Date: Mar 2006
Posts: 5,244
Rep Power: 128
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

This issue has already been reported in the issue tracker. However, it may help the dev team if you could post in the issue tracker as well and ideally rename the siteinfo.txt file to siteinfo.php that is located in the /administration folder and post a link to it so they can get some more info regarding your server config.

Also, can you exactly state which beta release you are using?
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline  
Old 01-20-2009, 10:19 PM   #3
Moderator
 
juven14's Avatar
 
Join Date: Mar 2006
Location: Texas
Posts: 1,998
Rep Power: 60
juven14 is a jewel in the rough
Default

Looks like it is possible to get 0 for the page number in the latest code. Probably best fixed in includes/classes/kernel/Users.php

Just below :
PHP Code:
function getAllUsers ($options$page$csv false)

Add this:
PHP Code:
$page = (int)$page;
if (
$page == 0) {
    
$page 1;

I added it to the bug tracker.
__________________
John Snyder
PHP Developer

Last edited by juven14; 01-20-2009 at 10:24 PM.
juven14 is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I Deleted Admin Account by mistake !!! Fatih67 Technical Support 5 08-20-2008 09:17 AM
Admin Area Jessej Technical Support 1 09-21-2007 11:41 AM


All times are GMT -4. The time now is 05:00 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0