|
|
#1 |
|
Member
Join Date: Nov 2008
Posts: 64
Rep Power: 3 ![]() |
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. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Mar 2006
Posts: 4,106
Rep Power: 100 ![]() ![]() |
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 |
|
|
|
|
|
#3 |
|
Moderator
|
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:
PHP Code:
Last edited by juven14; 01-20-2009 at 10:24 PM. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |