Cytat
string(93) "INSERT INTO tur_comments (nid,text,author,authorPage) VALUES (:nid,:text,:author,:authorPage)"
Fatal error: Call to a member function bindValue() on a non-object in /var/www/Tur/core/appModel.php on line 120
Fatal error: Call to a member function bindValue() on a non-object in /var/www/Tur/core/appModel.php on line 120
PHP:
<?php $stmt->bindValue($this->fieldsReplace[$i],$data[$i]); } $stmt->execute(); $stmt->closeCursor(); ?>
Problem leżał w tym, że zamiast Page (tak było w modelu) w bazie miałem Link i cały skrypt wyłożył się przez głupotę
