Skip to content

FatalErrorException #52

@tomc3

Description

@tomc3

I'm getting strange issue.

If use this

    echo JitImage::take('user.jpg', 'images')->resize(100,100);
    echo JitImage::take('user.jpg', 'images')->resize(100,100);

I get error

FatalErrorException in ImageResolver.php line 0:
Method Thapp\JitImage\FilterExpression::__toString() must not throw an exception

How ever if I use sing instance echo JitImage::take('user.jpg', 'images')->resize(100,100); there is no issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions