Üdv!
Lenne egy problémám. Nagyobb html forrásszövegek bevitele esetén, mentéskor (full html) ezt a hibaüzenetet kapom:
Additional uncaught exception thrown while handling exception.
Original
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT nid, cid, last_comment_timestamp, last_comment_name, last_comment_uid, comment_count FROM {node_comment_statistics} WHERE nid IN (:comments_enabled_0); Array ( [:comments_enabled_0] => 4 ) in comment_node_load() (line 1262 of C:\wamp\www\standard\modules\comment\comment.module).
Additional
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => hu [:source] => The website encountered an unexpected error. Please try again later. [:context] => ) in locale() (line 659 of C:\wamp\www\standard\modules\locale\locale.module).
Uncaught exception thrown in session handler.
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 204 of C:\wamp\www\standard\includes\session.inc).
-----
Namármost, először arra gyanakodtam, esetleg a '
vagy a >
nem tetszik neki, de nem, kipróbáltam.
Aztán ugyanaz a szöveg, 3 részre bontva, felmegy.
De nem hiszem azt sem, hogy a mérettel lenne gond; sima text minden gond nélkül felmegy akár 2 mega is. HTML forrás felvitele esetén pedig elhasal már 500K méretnél is.
Ja igen, Drupal 7, localhost, wamp.
Kérem, akinek van ötlete, ossza meg velem. Köszönöm előre is.