After enabling the module, this warning is displayed on every page:
Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1128 of .../includes/bootstrap.inc).
This is about some use of "&$". See #1166504: call-time pass-by-reference has been deprecated in drupal_load() for example.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | pdf_to_image-remove_ref-1478236-3.patch | 938 bytes | micnap |
Comments
Comment #1
mjkillough commentedChanging:
to
Has removed this error for me. Seems to be the proper fix, according to StackOverflow: (I'm no PHP coder though)
http://stackoverflow.com/questions/4665782/call-time-pass-by-reference-h...
Comment #2
dale386 commentedFixed the problem for me. Thanks!
Comment #3
micnap commentedDitto. Here's a patch.
Comment #4
dman commentedPatch did not apply (was built from Drupal root, not module root)
Problem seems fixed in the 7.x-3.x branch, 2.x is deprecated, so closing this as old