Hello, I've got some warnings after running update.php, no big deal, all seems to work great.
warning: Invalid argument supplied for foreach() in /home/pariscin/www/sites/all/modules/rotor/rotor.install on line 172.
warning: reset() [function.reset]: Passed variable is not an array or object in /home/pariscin/www/sites/all/modules/rotor/rotor.install on line 180.
Is it normal?
Thanks :)
Comments
Comment #1
junro commentedps: I really have to install Upload element module? Why the beta1 version needs it?
Comment #2
mrfelton commentedThe beta1 uses upload_element to provide for much better image upload handling. I wanted to provide AHAH file uploads for the rotor item image handling, but did not want to reinvent the wheel. upload_element is a lightweight module that provides a very functional api for handling AHAH file uploads. There really is not a huge amount of unneeded overhead here as I would have to implement 95% of this module myself in order to get the functionality I wanted. Outsourcing this to an existing module seemed to make a great deal of sense.
Comment #3
mrfelton commentedissue should be fixed in cvs