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

junro’s picture

ps: I really have to install Upload element module? Why the beta1 version needs it?

mrfelton’s picture

The 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.

mrfelton’s picture

Status: Active » Fixed

issue should be fixed in cvs

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.