Page 2 of 2

Re: SQL ERROR

Posted: 5. January 2009 19:05
by Scary
Ice wrote:Seems the error is caused by a missing id.

Open /portal/includes/functions.php
Find

Code: Select all

		if( $config['allow_attachments'] )
Replace with

Code: Select all

		if( $config['allow_attachments'] && $row['post_id'] )
thank you very much!
You are de best :D :D :mrgreen:

Re: SQL ERROR

Posted: 5. January 2009 19:12
by Ice
No problem, now to work out why there is no ID... :/