volgens de install moet ik dit invoegen:
Code: Selecteer alles
//
// Haal nieuwste plaatje
//
$sql = "SELECT id, title, username, timestamp FROM [b]phpbb_album[/b] 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
//
Code: Selecteer alles
Could not query album information
DEBUG MODE
SQL Error : 1054 Unknown column 'id' in 'field list'
SELECT id, title, username, timestamp FROM nintendo4u_album ORDER BY timestamp DESC LIMIT 0,1
Line : 111
File : /home/hiddehit/public_html/nintendo4u/portal.php
mijn site: http://www.nintendo4u.nl.tt