When I’m trying to insert image in FCKeditor there are broken image thumbnails in "BrowseServer" window. Pasting image works correct. I wonder why? Could somebody clear the topic?
Make sure that your images folder in the assets directory has the proper write permissions. If it doesn’t allow any user write permissions then the resource browser will be unable to create the thumbnails. By default, the resource browser creates a hidden thumbnail of an image with a ".thumb_" at the beginning of the filename. Without proper permissions, this file will not be created, thus you won’t see any thumbnails in the resource browser.
Hope this helps!
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Jeff, thank you for answer!
I’ve chmod /assets/images/ folder to 777, but image thumbnails still are not displaying in "BrowseServer" window.
Can I check permissions of thumbnails? Where can I find thumbnails on server? I think, may be /manager/media/browser/mcpuck/connectors/php/commands/Thumbnail.php can’t create files with 777 permissions on my server?
-
☆ A M B ☆
- 24,524 Posts
If your assets/images folder is 777, it can write to it. There are two other issues; one is disk space allocation, I have one client where their Resource Browser suddenly stopped working, because they hit their disk limit.
The other is path issues. I know from very painful experience that it is real easy to have the wrong path set in the System Settings! If you copy your site from one server to another, that is especially easy to overlook; you’ll have the old settings. I had my hosting provider change servers on me, and the new server had a different path! And I’ve overlooked the leading / in the full pathname ( /Library/WebServer/Documents/... ).
-
☆ A M B ☆
- 24,524 Posts
don’t mean to be offensive, just trying to check all the bases.
Anyway, the images never displayed. It just hung there. The folders showed, the image placeholders were there, but no images.
-
☆ A M B ☆
- 24,524 Posts
I presume that you have checked the assets/images folder with your ftp client? The thumbnails are all in the same folder with the imgage, but their names start with a . so you may have to check your ftp client’s configuration.
Do you use .gif images? some versions of php doe not support .gif handeling (making thumbs)
I have the same problem.
PNG and JPG are no problem.
what browser are you using? i used a ie kloon called AM browser (ie with tab’s), in AM it does not show the thubs at all.
greets Dimmy
I’ve found that the problem is in my server settings; the same MODx configuration works fine with different hosting.
So, now the question is what code lines in MODx php-files can influence on thumbnail creating process?
(thumbnails doesn’t appear in ’images’ folder at all)