Just after install, trying to upload and getting AJAX error with:

Fatal error: Call to undefined function drupal_move_uploaded_file().

Comments

n1rmus’s picture

I had same issue. In my include/file.inc was no function drupal_move_uploaded_file(). So I found it source on drupal.org and added it to include/file.inc. Now it's working.
Hope it will help somebody.
P.S. My version of Drupal is 7.7

czigor’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

This function is in file.inc.

Can you reproduce this on a clean drupal install?