> One thing I've always wondered... Why do missing strings cause huge, > backtraced errors to be logged? Often filling the server.log.
I guess it was to help figuring out where it's called. The simple error would not show where the call was done, but only where it failed (in sub string()). If you see many of them, then it might be worth a report, so we can fix this issue. -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
