sf
The following error appears when browsing a dictionary and when… ← ProblemsSupportA free dictionary/glossary PHP-script Guest  •  Sign In  •  Register a new account

Problem: #kb-f The following error appears when browsing a dictionary and when… (1)

  • Status: Solved
  • Topic: Front-End (User interface)
  • Applies to: Glossword 1.9.3
  • The following error appears when browsing a dictionary and when option "Display full text of definitions" is enabled:

    Notice: unserialize() [function.unserialize]: Error at offset 64838 of 65535 bytes in […]/class.cached_units.php on line 153

  • Created: , DmitrySh
  • Modified:

Comments (1)

    • DmitrySh

    Can be fixed using SQL-commands:

    sql
    1. TRUNCATE TABLE `jos_gw_cached_units`;
    2. ALTER TABLE `jos_gw_cached_units` CHANGE `unit_value` `unit_value` MEDIUMBLOB NOT NULL;

    The structure of database table jos_gw_cached_units has been changed in Glossword 1.9.4.

New comment

Discussion closed.