Topic: install.php bugg

du glömde lägga in "subscribed" tabellen

Jasså?

2 (edited by thrawn 2002-07-04 15:48)

Re: install.php bugg

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

Jasså?

Re: install.php bugg

SQL-satsen där ska vara:

'SELECT subscribed FROM '.$dbprefix."posts WHERE id=$edsubscr"

*slå sig i huvudet*

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: install.php bugg

jo, jag fattade det tongue

men jag ville bara påvisa felet, hehe

Jasså?

Re: install.php bugg

:-)

"Programming is like sex: one mistake and you have to support it for the rest of your life."