Last week I updated Wordpress to version 2.5.1 and I experienced the, now quite famous, upload problem. When I tried to upload a file through the wp-admin all I got was ”crunching” and then it stopped. I even tried to turn off the new flash-upload tool by using the no-flash-upload plugin but it still didn’t work.
I was about to downgrade because NONE of the proposed solutions on the net, see below, worked.
- http://onecoolsite.wordpress.com/2008/04/08/wordpress-25-image-upload-problems/
- http://wordpress.org/support/topic/164571
Until finally I made a clean installation and started to compare database-entries one-by-one. Then I figured it out – and hence this post – in the wp-options table under the option_name ”upload_path” i had a value that was ”/wp-content/uploads” instead of ”wp-content/uploads”.
This minor change, by removing the initial / – made it work. The interesting thing was that the errounous path worked in all versions prior to version 2.5.