Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorrhulshof
    • CommentTimeMar 10th 2010
     
    Hi! In strict mode, mPDF is giving lots of notices. I have loosened error handling in the parts where mPDF is active, but that means I won't be notified if anything goes wrong within that part of my code.Is there a change mPDF will be more "strict compatible" in future releases?
    • CommentAuthorIanBack
    • CommentTimeMar 10th 2010
     
    Most of the notices are warnings that an index has not been specified, because the code does something like:
    if ($array['index']) { ...

    I have tried to work my way through a lot of them, but there are a lot more changes necessary to make it completely "strict-proof". I think it's likely that it will be a long time before you can turn strict warnings on.