Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4 Questions & Support

 
LinkBack Thread Tools Display Modes
Old 01-20-2009, 07:46 PM   #1
Member
 
Join Date: Nov 2008
Posts: 64
Rep Power: 3
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   Reply With Quote
Old 01-20-2009, 08:29 PM   #2
Moderator
 
 
Join Date: Mar 2006
Posts: 4,106
Rep Power: 100
Lhotch is just really niceLhotch is just really nice
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.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 01-20-2009, 10:19 PM   #3
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,182
Rep Power: 59
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.
__________________
TemplateCodes.com

Last edited by juven14; 01-20-2009 at 10:24 PM.
juven14 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I Deleted Admin Account by mistake !!! Fatih67 v4 Questions & Support 5 08-20-2008 09:17 AM
Admin Area not working. GianniC v3.1 Questions & Support 12 01-09-2008 07:48 PM
Admin Area Jessej v4 Questions & Support 1 09-21-2007 11:41 AM
Whoops... Deleted Admin Account SteveM v3.1 Modules & Modifications 6 09-14-2007 06:04 PM
Error trying to get to Admin area???? dawyatt v3.1 Modules & Modifications 27 05-15-2006 03:15 PM


All times are GMT -4. The time now is 02:34 PM.


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