Skip to content

Got the old 'Parameter 6 to GdReflectionLib...' error but fixed it. #105

@HillbillyGeek

Description

@HillbillyGeek

tried to remove the "&' from &$that
in thumb_plugins => gd_reflection.inc.php (line 46)
as was suggested on the closed thread (PHP Version 5.3.0 Issues)

My error was:
Warning: Parameter 6 to GdReflectionLib::createReflection() expected to be a reference, value given in /..pathTo.../ThumbBase.inc.php on line 212

I went there to line 211 and added '&' to $this
thusly: $args[] = &$this;

And the reflections began working.

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