The upload/insert button doesn't upload. It allows me to go through the whole process by uploading the file and inserting it into the post, but it never appears in the post.
There's no noticable errors and no js errors.
Anyone have any ideas why?
Any help is appreciated!
Jason
wp-config.phpand add at the begining (right after<?php) following codeini_set('display_errors', 1); error_reporting(E_ALL). After that show us the error. Do not forget to delete these lines after debug. – Maxim Orlovsky Jun 20 '12 at 13:08wp-uploadfolder (try 777) and all subfolders inside. But I'm guessing now. We need to see an error to post answer. – Maxim Orlovsky Jun 20 '12 at 13:12wp-contentoruploadsdirectory... right? ;) – its_me Jun 20 '12 at 13:19wp-content/uploads– Maxim Orlovsky Jun 20 '12 at 13:22