warning: Invalid argument supplied for foreach() in /home/lsnet/public_html/drupal.ls.net/includes/form.inc on line 758.
Command:
drush pm update
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
Comment #1
jon pughYeah, 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
Comment #2
elally commentedAny updates on resolving this issue?
Comment #3
Antinoo commentedSubscribing. I get that error any command I submit.
Comment #4
jon pughThe 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.
Comment #5
jon pugh