Hi Guys,
Does services module respond to XML requests correctly?
I am facing some issues in this aspect.
Smashing Pumpkins - Tonight, Tonight
5 days ago
Drupal tips, tricks, troubleshooting
Parameter 1 to theme_imagefield_widget() expected to be a reference, value given in your URL\includes\theme.inc on line 617.Fix:
'function theme_imagefield_widget(&$element)'
'function theme_imagefield_widget($element)'Reason:
elseif ($depth >= $min_depth && ereg($mask, $file)) {
elseif ($depth >= $min_depth && mb_ereg($mask, $file)) {