warning: Invalid argument supplied for foreach() in /var/www/html/modules/i18n/experimental/i18nsync.module on line 47.
actually this error appears in every content type editing.
the line 47 says:
foreach ($data['#options'] as $field => $name) {
This may help: http://drupal.org/node/166101
Worked for me with Drupal 5.7, and i18nsync.module 5-x-2-2
Deprecated - D5 is no longer supported.
Comments
Comment #1
hrpo commentedactually this error appears in every content type editing.
Comment #2
hrpo commentedthe line 47 says:
foreach ($data['#options'] as $field => $name) {
Comment #3
gmknowles commentedThis may help: http://drupal.org/node/166101
Worked for me with Drupal 5.7, and i18nsync.module 5-x-2-2
Comment #4
R.Hendel commentedDeprecated - D5 is no longer supported.