HI zusammen
Wir haben für unsere Seite die Mitgliederkarte eingebaut und bekommen folgenen Fehler auf der Seite angezeigt:
Sorry die erste meldung ist vom Forum,
Wahrscheinlich sehr lange inaktiv MySQL Error:
1054 : Unknown column 'cpoints' in 'field list'
in Query:
SELECT geschlecht, ic1_posts.id,txt,time,erstid,erst,sig,avatar,posts,cpoints,fwarn,geschlecht,recht,status,regist FROM `ic1_posts` LEFT JOIN ic1_user ON ic1_posts.erstid = ic1_user.id WHERE tid = 23 ORDER BY time LIMIT 0,20
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ show_posts.php:47 -- db_query(...)
@ forum.php:129 -- require_once(...)
@ index.php:24 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/1/000/027/850/75285/htdocs/ig/include/includes/func/db/mysql.php on line 58
Und diesen auch:
MySQL Error:
1146 : Table '27850m16839_3.ic1_map' doesn't exist
in Query:
SELECT a.uid, a.longitude, a.latitude, a.cname, b.name FROM ic1_map a LEFT JOIN ic1_user b ON a.uid = b.id WHERE b.recht = -9 OR b.recht = -8 OR b.recht = -7 OR b.recht = -6 OR b.recht = -5 OR b.recht = -4 OR b.recht = -3 OR b.recht = -2 OR b.recht = -1 OR 0
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ map.php:79 -- db_query(...)
@ index.php:24 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/1/000/027/850/75285/htdocs/ig/inclue/includes/func/db/mysql.php on line 58
MySQL Error:
1146 : Table '27850m16839_3.ic1_mapdeny' doesn't exist
in Query:
SELECT COUNT(uid) FROM ic1_mapdeny WHERE uid=2
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ mysql.php:79 -- db_query(...)
@ map.php:149 -- db_count_query(...)
@ index.php:24 -- require_once(...)
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /web/1/000/027/850/75285/htdocs/ig/include/includes/func/db/mysql.php on line 54
[ by jihi ]
Dann haben wir das punktesystem eigebunden und haben volgende Fehler:
Bonus, Verwarnen:
MySQL Error:
1054 : Unknown column 'cpoints' in 'field list'
in Query:
SELECT id, name, cpoints FROM ic1_user WHERE cpoints<=-40 AND cpoints>=-51
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ bonus.php:40 -- db_query(...)
@ admin.php:23 -- require_once(...)
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /web/1/000/027/850/75285/htdocs/ig/include/includes/func/db/mysql.php on line 67
Medalien verleien:
MySQL Error:
1054 : Unknown column 'medal' in 'field list'
in Query:
SELECT id,name, medal FROM ic1_user
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ medal.php:22 -- db_query(...)
@ admin.php:23 -- require_once(...)
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /web/1/000/027/850/75285/htdocs/ig/include/includes/func/db/mysql.php on line 67
Ich hoffe mir kann jemand HELFEN, ich weis nicht mehr weiter!!!!:'(:'(
verwendete ilchClan Version: 1.1
betroffene Homepage: externer Link
Zuletzt modifiziert von I.G.Barney am 02.07.2008 - 15:52:56