I am having a strange issue uploading images to the File Manager and entries. Every time I try to upload an image to my images folder, it gives me the “Thumbnail could not be created for the image. Please make sure the thumbnail directory is writable.” error. This happens no matter which member account login, browser, or computer I use. The weird part is that another member on a different IP is able to upload images to that folder through the File Manager without any trouble using his or my login.
We can’t see an error message of relevance in the logs, except for one instance of having two //‘s in a call to the cp_theme/default folder.
It might be relevant that this started after we transfered from our development server to our “live” server. I could upload images on the development server, but not the live server. The new server is also saying that some of my template and image files do not exist (ones that were there pre-move). However, the actual files are there but not the thumbnails. I am able to create template files on the new live server.
EE v2.2.2 with GD2
Thoughts?
—————
Not sure if this output from the debugger would be helpful:
0.0008 SELECT *
FROM (`exp_upload_prefs`)
WHERE `site_id` = ‘1’
ORDER BY `name`
0.0007 SELECT `exp_categories`.`group_id`, `exp_categories`.`parent_id`, `exp_categories`.`cat_id`, `exp_categories`.`cat_name`
FROM (`exp_categories`)
WHERE `site_id` = ‘1’
ORDER BY `group_id`, `parent_id`, `cat_name`
0.0008 SELECT COUNT(*) AS `numrows`
FROM (`exp_files`)
WHERE `upload_location_id` IN (3, 5, 6, 1, 2, 4)
AND `exp_files`.`site_id` = ‘1’
0.0005 SELECT *
FROM (`exp_files`)
WHERE `upload_location_id` IN (3, 5, 6, 1, 2, 4)
AND `exp_files`.`site_id` = ‘1’
ORDER BY `upload_date` DESC, `file_id` DESC
LIMIT 100
0.0006 SELECT COUNT(*) AS `numrows`
FROM (`exp_files`)
WHERE `upload_location_id` IN (3, 5, 6, 1, 2, 4, 3, 5, 6, 1, 2, 4)