Topic: install.php bugg
du glömde lägga in "subscribed" tabellen
You are not logged in. Please login or register.
PunBB Forums → Archive → install.php bugg
du glömde lägga in "subscribed" tabellen
oj, så var det inte alls...
kolla din kod på
$result = mysql_query( 'SELECT '.$dbprefix."subscribed FROM posts WHERE id=$edsubscr" ) or error( mysql_errno(), __FILE__, __LINE__, mysql_error() );
EDIT: Line 227 - MySQL error 1146: Table 'pun.posts' doesn't exist
EDIT2: der är i moderate.php
SQL-satsen där ska vara:
'SELECT subscribed FROM '.$dbprefix."posts WHERE id=$edsubscr"
*slå sig i huvudet*
jo, jag fattade det
men jag ville bara påvisa felet, hehe
:-)
PunBB Forums → Archive → install.php bugg
Powered by PunBB, supported by Informer Technologies, Inc.