Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HillbillyGeek opened this issue Nov 6, 2013 · 0 comments
Open

Comments

@HillbillyGeek
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant