You are here

README.txt in Variable Check 6

Same filename and directory in other branches
  1. 7 README.txt
This module can list all entries in the {variable} table that cause
unwanted PHP NOTICES such as:

  Notice: unserialize() [function.unserialize]: Error at offset 74 of 75 bytes in
  variable_initialize() (line 749 of /srv/www/<sitename>/includes/bootstrap.inc).

By knowing the offending variable name, the user can remove it from the
database, making the notice go away.

File

README.txt
View source
  1. This module can list all entries in the {variable} table that cause
  2. unwanted PHP NOTICES such as:
  3. Notice: unserialize() [function.unserialize]: Error at offset 74 of 75 bytes in
  4. variable_initialize() (line 749 of /srv/www//includes/bootstrap.inc).
  5. By knowing the offending variable name, the user can remove it from the
  6. database, making the notice go away.