Assembla home | Assembla project page
 

Ticket #37 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

unserialize() Spamming logs with errors

Reported by: aprice30 Assigned to:
Priority: high Milestone: Version 0.4
Component: General Code Version: 0.3.1
Severity: normal Keywords:
Cc:

Description

When ever a preference is accessed, the preference model on line 66 throws an error. It is suppressed but it spams the error logs.

Since complex preferences need to to be stored as arrays a way to detect the array has to be implemented instead of just trying to convert a string into an array.

RegEx may work.

Change History

11/04/08 20:52:16 changed by aprice30

  • priority changed from normal to high.

11/04/08 23:03:19 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [146]) Stoped the preference class spamming the log files when unserialze was called upon a normal string, Closes #37

11/08/08 11:16:29 changed by aprice30

(In [148]) Added extra section to upgrade details about how to update the preference table to work with the new way of storing serialized objections, See #37