On 8/16/09 3:45 PM, Rob Isakson wrote: > Internal Error > Could not rename file "C:\wamp\tmp\php16F.tmp" to "public/c/c7/test.png" [snip] > This is a wamp virtual host, the sites are located on the D: and wamp is > installed (obviously) to the C:.
I don't think PHP likes renaming files across volumes on Windows, so it's unable to move the file from the temp dir on C: to the permanent dir on D:. Try editing your php.ini and changing the upload_tmp_dir setting to something on your D: drive; that should clear it up. (Make sure file permissions on that dir are set appropriately of course!) -- brion _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
