Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP-Fehler bekomme ich einfach nicht los
#1
Catchable fatal error: Object of class stdClass could not be converted to string in ...\klassen\message.class.php on line 56

Dieser Fehler kommt immer bei meinem Nachrichtensystem, ich bringe ihn einfach nicht weg.

Zeile 56:

PHP Code:
$sql "INSERT INTO messages (from_user_id, to_user_id, from_user, to_user, betreff, nachricht, read, date) VALUES ('$this->from_user_id', '$this->to_user_id', '$this->from_user', '$this->to_user', '$this->betreff', '$this->nachricht', '0', '$this->time')"

Was ist falsch?

Grüße
knollenmax
Reply


Messages In This Thread
PHP-Fehler bekomme ich einfach nicht los - by knollenmax - 31.07.2010, 09:34



Users browsing this thread: 1 Guest(s)