Parameter 1 to theme_imagefield_widget() expected to be a reference, value given in your URL\includes\theme.inc on line 617.Fix:
search for 'imagefield_widget.inc' in your modules directory:
now within this file search for
'function theme_imagefield_widget(&$element)'
update it with:
'function theme_imagefield_widget($element)'Reason:
compatibility problem with PHP 5.3
Thank You!
ReplyDeleteI searched for the redundant & in the said file, but nothing can be found. I still encounter the same error. Any tips?
ReplyDeleteThanks, this worked :)
ReplyDeleteThank You. SAVED M TIME... :)
ReplyDeleteThank you so much man! Saved my life!
ReplyDeletethx lot.
ReplyDelete