Ik wil graag een Add on van het fotoalbum op de portal zetten.
ik krijg alleen deze fout:
en krijg alleen deze fout als ik deze code neer zet in de portal.php:Could not query album information
DEBUG MODE
SQL Error : 1054 Unknown column 'id' in 'field list'
SELECT id, title, username, timestamp FROM phpbb_album ORDER BY timestamp DESC LIMIT 0,1
Line : 115
File : /home/marian/public_html/opel/portal.php
Code: Selecteer alles
#-----[ VIND ]----------------------------------------
#
else
{
$l_total_user_s = $lang['Registered_users_total'];
}
#
#-----[ VOEG DAARNA TOE ]-----------------------------------
#
//
// Haal nieuwste plaatje
//
$sql = "SELECT id, title, username, timestamp FROM phpbb_album ORDER BY timestamp DESC LIMIT 0,1";
if (!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, 'Could not query album information', '', __LINE__, __FILE__, $sql);
}
$picrow = $db->sql_fetchrow($result);
//
// BEEINDIG - Haal nieuwste plaatje
//
deze mod zit standaard bij ezboard portal.
P.s. nu haal ik alleen de code ff weg zodat iedereen toch op de portal kan komen en dan ziet het er zo uit:
http://www.opelpower.xplosiv-hosting.co ... portal.php