fcscott
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media uploads showing in library but files not being written to diskThanks; it’s definitely not an issue of /tmp being full (if it were, a lot more things on my box would be failing), and having checked
php.inithere isn’t any custom setting forupload_tmp_dir.However – uploads are definitely getting through into somewhere. Although the image appears broken in Media Library and Attachment Details, if I click the Edit Image button the image appears. It’s loaded from a URL of
/<my admin directory>/admin-ajax.php?action=imgedit-preview&_ajax_nonce=10aad5441c&postid=391&rand=35536Some searching lead to this thread, which suggests that the problem may be a PHP error in our theme interfering with the WordPress hook
image_save_pre. I’ll try exploring that route.Forum: Fixing WordPress
In reply to: Media uploads showing in library but files not being written to diskNo, I’ll do that. Could you link to the threads in question? It’ll be faster for me to read what people have been saying before I start. Thank you.
Forum: Fixing WordPress
In reply to: Media uploads showing in library but files not being written to diskThank you, but I was familiar with all of that, as my original post should have suggested.
Forum: Fixing WordPress
In reply to: Media uploads showing in library but files not being written to diskI am my hosting company.
Forum: Fixing WordPress
In reply to: Media uploads showing in library but files not being written to diskComing back to this issue after a break I’m still completely unable to proceed. I just tried settting Apache’s LogLevel to debug, but even at that low level nothing is being recorded. The failure is completely silent.
If anyone has any ideas how I could take this further they would be greatly appreciated.