Ошибки в MySQL_log
#1

PHP код:
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '1'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '2'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '3'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '5'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '6'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '7'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '9'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '8'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '11'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '10'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '12'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '13'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '15'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '16'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '17'' at line 1
[12:00:00] [ERRORCMySQLQuery::Execute[()] - (error #1064) 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 'WHERE fID = '18'' at line 1
[13:05:46] [ERRORcache_get_row_int invalid data type
[13:05:46] [ERRORcache_get_row_int invalid data type 
PHP код:
public LoadFraction()
{
    new 
time GetTickCount();
    new 
rf;
    
cache_get_data(rf);
    new 
idx;
    for(
idx 1idx <= ridx++)
    {
        
Fraction[idx][fID] = cache_get_row_int(idx-1,0DATABASE);
        
Fraction[idx][fSkin][0] = cache_get_row_int(idx-11DATABASE);
        
Fraction[idx][fSkin][1] = cache_get_row_int(idx-12DATABASE);
        
Fraction[idx][fSkin][2] = cache_get_row_int(idx-13DATABASE);
        
Fraction[idx][fSkin][3] = cache_get_row_int(idx-14DATABASE);
        
Fraction[idx][fSkin][4] = cache_get_row_int(idx-15DATABASE);
        
Fraction[idx][fSkin][5] = cache_get_row_int(idx-16DATABASE);
        
Fraction[idx][fSkin][6] = cache_get_row_int(idx-17DATABASE);
        
Fraction[idx][fSkin][7] = cache_get_row_int(idx-18DATABASE);
        
Fraction[idx][fSkin][8] = cache_get_row_int(idx-19DATABASE);
        
Fraction[idx][fBank][0] = cache_get_row_int(idx-110DATABASE);
        
Fraction[idx][fSkinKolvo] = cache_get_row_int(idx-111DATABASE);
        
Fraction[idx][fMesto][0] = cache_get_row_float(idx-112DATABASE);
        
Fraction[idx][fMesto][1] = cache_get_row_float(idx-113DATABASE);
        
Fraction[idx][fMesto][2] = cache_get_row_float(idx-114DATABASE);
        
Fraction[idx][fRankMax] = cache_get_row_int(idx-115DATABASE);
        
Fraction[idx][fPay][0] = cache_get_row_int(idx-116DATABASE);
        
Fraction[idx][fPay][1] = cache_get_row_int(idx-117DATABASE);
        
Fraction[idx][fBank][1] = cache_get_row_int(idx-118DATABASE);
        
Fraction[idx][fBank][2] = cache_get_row_int(idx-119DATABASE);
        
TOTALFRAC++;
    }
    
printf("[Загружено фракций]: <%i>. Потрачено: <%i мс>",TOTALFRAC,GetTickCount()-time);
    return 
true;

Вроде всё ровно и нормально, но вылетают ошибки
Reply


Messages In This Thread
Ошибки в MySQL_log - by SanDev - 04.03.2015, 06:38
Re: Ошибки в MySQL_log - by eakwarp - 04.03.2015, 07:41
Re: Ошибки в MySQL_log - by SanDev - 04.03.2015, 16:08
Re: Ошибки в MySQL_log - by eakwarp - 04.03.2015, 16:43
Re: Ошибки в MySQL_log - by SanDev - 04.03.2015, 16:46
Re: Ошибки в MySQL_log - by eakwarp - 04.03.2015, 17:05
Re: Ошибки в MySQL_log - by SanDev - 04.03.2015, 17:13
Re: Ошибки в MySQL_log - by eakwarp - 04.03.2015, 17:27

Forum Jump:


Users browsing this thread: 2 Guest(s)