27.06.2018, 12:22
Quote:
check database column if it INT(something) you need use in pawno cache_get_field_content_int();
if its VARCHAR(somethin) or TEXT or DATE or TIMESTAMP you need use in pawno cache_get_field_content(...); if its FLOAT you need use in pawno cache_get_field_content_float(...); |
when i start my Server i get this Errors from mysql_log 17 times at the same second…
only at starting the Server from host...
i checked all database column and maked the same as pawno the _int(..)