By theycallmepj on
People see this error when they are on the page to create a new account.
warning: __clone method called on non-object in /homepages/39/d181174323/htdocs/tcmpj/includes/common.inc on line 1375.
They seem to create the account fine, I don't think anything fails.....this is just the error they see.
Any ideas? Thanks
Comments
Any Ideas?
I haven't found a way to fix this yet
Might be Gallery2 module
We are also seeing the same error when users register. Sorting through the logs it appears that it started right after upgrading to the latest Gallery2 module two days ago. I just now turned off Gallery2 and the problem goes away...
Submitted as bug to Gallery module: user/register page error
Try this fix
The following seems to have fixed it for me. You'll need to clear your website's cache if it is enabled to see the results.
At line 69 in gallery.module:
change
to:
Patch Available
A patch has been posted to the issue page: user/register page error