You are here

README.txt in Variable Check 7

Same filename and directory in other branches
  1. 6 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.


== INSTALLATION ==

Extract the module to sites/all/modules and enable it via the administrative
interface.


== USAGE ==

The module will display a status message in the Status Report, letting you
know which (if any) entries are causing a problem. You can also access it
directly at admin/reports/variablecheck

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.
  7. == INSTALLATION ==
  8. Extract the module to sites/all/modules and enable it via the administrative
  9. interface.
  10. == USAGE ==
  11. The module will display a status message in the Status Report, letting you
  12. know which (if any) entries are causing a problem. You can also access it
  13. directly at admin/reports/variablecheck