Hey Leute,
ich bin noch nicht so der profi im php und my sql programieren
und bei der Freundesliste beiße ich mir gerade die Zähne aus
und zwar bekomme ich folgenden Fehler ob wohl ich die instalation ausgeführt habe:
MySQL Error:
1054 : Unknown column 'aktfid' in 'where clause'
in Query:
SELECT a.fid as aktfid, b.name, IF(c.uptime > '2008-10-22 16:50:28','online','offline') as status FROM `ic1_friends` a LEFT JOIN `ic1_user` b ON a.fid = b.id LEFT JOIN `ic1_online` c ON a.fid = c.uid AND c.sid = (SELECT sid FROM `ic1_online` WHERE uid = aktfid ORDER BY uptime DESC LIMIT 1) WHERE a.uid = 1 ORDER BY status DESC
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ freunde.php:38 -- db_query(...)
@ index.php:24 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/w0065662/New/include/includes/func/db/mysql.php on line 58
Das ihm hier ne Tabelle fehlt hab ich schon verstanden aber wo die se Tabelle sein soll oder ähnliches begreife ich nicht ^^