Any ideas? I did a fresh install of 6.20 - is this the wrong version?
Warning: Call-time pass-by-reference has been deprecated in /home/content/78/7602578/html/sites/all/modules/internet_archive/internet_archive.module on line 185
Warning: Call-time pass-by-reference has been deprecated in /home/content/78/7602578/html/sites/all/modules/internet_archive/internet_archive.module on line 642
Warning: Call-time pass-by-reference has been deprecated in /home/content/78/7602578/html/sites/all/modules/internet_archive/internet_archive.module on line 651
Warning: Call-time pass-by-reference has been deprecated in /home/content/78/7602578/html/sites/all/modules/internet_archive/internet_archive.module on line 1415
Comments
Comment #1
civicpixel commentedThanks for the report -- that's an issue with newer versions of PHP (5.3+) and how I'm passing variables in some of the functions. I'll try to get them changed around today to get rid of those warnings.
Comment #2
civicpixel commentedComment #3
civicpixel commentedThis should be resolved now, I removed any call time pass-by-reference instances in both internet_archive.module and internet_archive_download.module. Should be PHP5 ready now. Thanks for the bug issue report jpiazzo!
Comment #4
jpiazzo commentedThank you for your hard work