jwynacht
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageJust upgraded to Ella and nothing changed…same issue with thumbnails 🙁
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageSo I’ve been doing some investigating and I put this bit of code:
$File = “testfile.txt”;
$Handle = fopen($File, ‘w’);
fwrite($Handle, “STAT: ” . $stat . “\n”);
fwrite($Handle, “PERMS: ” . $perms . “\n”);
fclose($Handle);after the permissions get set for the uploaded image and the thumbnail version.
This is the output for the uploaded image:
STAT: Array
PERMS: 438This is the output for the thumbnail image:
STAT:
PERMS: 0Any ideas as to the discrepency?
Thanks,
Jon
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageI’ve searched high and low and can’t find anything, either in this support forum or general Google search. No error messages in the log file either. I see the section of code which changes the permissions for the uploaded file but nothing for the generated thumbnail.
Any pointers as to how I can try to debug this?
Thanks…
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageNo word from anybody here ;-(
Perhaps it’s a bug?