Version: 4.3.5 Reporter: anthony.pinskey —
After discussing with Kevin Cupp on the EE Slack, it was determined that the logic likely bails out of saving/syncing the files if the thumbnail can’t be created. It is probably getting confused because the mime type for a PSD starts with image/.
You can reproduce this bug with the following steps: 1. Create a directory called PSD Files 2. Set the directory to allow for All file types within the Allowed file types section 3. Add a PSD file into the directory and attempt to sync. You will get the following error: Thumbnail could not be created for the image. Please make sure the thumbnail directory is writable.
You must be signed in to comment on a bug report.
ExpressionEngine implements Markdown Extra and BBCode. Please see the Markdown Extra docs and the BBCode Wikipedia article for a full reference.
**bold**
, __bold__
, *italics*
, _italics_
, ~strike/del~
, `code()`
bold, italics, strike/del, code()
Link: [link title](https://example.com)
Image: 
[blockquote]...[/blockquote]
, [quote]...[/quote]
, and Markdown style:
> Some quoted text. > > This is all one quote.
[code]...[/code]
, and you can also specify the language for syntax highlighting, [code=php]...[/code]
GitHub flavored Markdown code fences are also supported:
``` public function decoderRing($str) { return str_rot13($str); } ```