Risultati da 1 a 3 di 3
-
13-08-2007, 18:22 #1
- Data Registrazione
- Dec 2005
- Località
- Rome, Italy, Italy
- Messaggi
- 945
table
non riesco a capire in quale table e' questo errore
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT username, usergroupid, cb.userid AS uid, COUNT( cb.id ) AS nb_chats
FROM mgc_chatbox AS cb
LEFT JOIN user AS us ON us.userid = cb.userid
GROUP BY cb.userid
ORDER BY nb_chats DESC
LIMIT 0 ,;
MySQL Error : 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 '' at line 7
Error Number : 1064
Date : Monday, August 13th 2007 @ 06:23:03 PM
-
13-08-2007, 18:37 #2
nb_chats ? ..... Installato bene ? Forse hai fatto l'upgrade al 3.6.8 ed ha sistemato il db cancellando o modificando qualche table.
Prova a guardare se la tabella esiste con phpMyadmin o altri programmi del genere.
-
13-08-2007, 19:15 #3
- Data Registrazione
- Dec 2005
- Località
- Rome, Italy, Italy
- Messaggi
- 945
grazie sergio ho risolto era proprio cosi'
Segnalibri