php - Unexpectedly truncated mediumtext field in MariaDB -


  • system: gnu/linux lmde 2, linux 3.16
  • db: mariadb 10.0.30-mariadb-0+deb8u1
  • server: apache/2.4.10
  • db interface module: libmysql - 5.5.55
  • php: php 5.6.30-0+deb8u1 mysqli + mbstring module
  • wcms: contao 3.0.5
  • browser: opera 12

at reworking 1 of websites wcms contao, strange behaviour longer texts in »text« , »accordion« elements. after 4448 chars or 4598 bytes, text truncated. db field »text« in table »tl_content« has size »mediumtext«, 16mb in size. repeated correcting article in contao doesn’t help.

then tried same correcting directly phpmyadmin in versions 4.8.0-dev, 4.7.0, 4.4.2 , 4.1.1, there’s still no changing of truncated text. in phpmyadmin 4.4.2 there additional message »oops, went wrong!!«. no error no., no explanation, meaningless message!

does know, what’s going wrong when longer texts truncated, , what’s solution solving this? lot!

addendum 2017-08-22 16:00 gmt

  • mariadb updated 10.0.32-mariadb-0+deb8u1
  • db interface module updated 5.5.57
  • another browser (firefox 50.1.0) has same problems
  • textfield updating not browser+phpmyadmin bash job perfectly!

therefore conclusion: seems disfunctional part can 1 or more of followings:

  • browsers transmit per phpmyadmin not enough data (unlikely)
  • javascript interferes (unlikely)
  • php interferes (unlikely)
  • db interface module can’t stand mariadb

addendum 2017-08-22 18:30 gmt

  • db interface module libmariadb installed

now i’m looking nessesary updates in /etc/php5/apache2/php.ini and/or other files. suggestions right places edit redirect php mysql functions libmariadb?

bert


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -