warning: Invalid argument supplied for foreach() in /home/lsnet/public_html/drupal.ls.net/includes/form.inc on line 758.

Command:

drush pm update

Comments

jon pugh’s picture

Yeah, the first iteration of this was supposed to use javascript to submit the command and insert what returns into the text field... drush's functions use "print" instead of "return" so thats why I did it...

I'll look into why its not working

elally’s picture

Any updates on resolving this issue?

Antinoo’s picture

Subscribing. I get that error any command I submit.

jon pugh’s picture

Status: Active » Reviewed & tested by the community

The code has been updated significantly since these issues... Everything should be resolved.

However, commands like "drush pm update" write to the filesystem, which is not allowed through the web ui, because it would be a major security problem.

jon pugh’s picture

Status: Reviewed & tested by the community » Closed (fixed)