When I install this module into Drupal 7.9, I get the following error message:
Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1105 of /var/www/vhosts/mainstreetnw.com/gallery/includes/bootstrap.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | richform-php53.patch | 5.89 KB | kardave |
Comments
Comment #1
tabvn commentedI got same error, still finding solution, :(
Comment #2
allio_froggio commentedIs there any update on this issue? I just installed the module today and am still getting the same error. I'd love to get this working!
Comment #3
kardave commentedI removed all the & signs from function calls to be php 5.3 compatible. Now I don't have the errors under php 5.3.
Please review.
Comment #4
pp commentedkardave, thanks for your work, and sorry for late answer.
Try 7.x-1.1 version.