acatterson Reply #1, 11 months, 1 week ago
I have a strange issue with the FCKeditor when trying to add a link to a document within the assets/files directory (or subdirectories to assets/files).
If I create a folder and upload a file from within MODX (File Manager), it is visible. I then see it in the FCKeditor when trying to add a link to the document.
If I ftp up a new folder/file, it is not visible when I try to add a link to it (from Tiny/FCKeditor). I've tried changing the folder/file permissions to 777 but still can't see anything.
All folders/files from original site ftp upload are visible within FCKeditor, which seems strange to me.
Error logs are empty (no php errors). Apache logs don't show anything unusual.
Site is hosted at GoDaddy (at client's request).
Linux/PHP5/MySQL 5.0.77
Any debugging thoughts greatly appreciated.
If I create a folder and upload a file from within MODX (File Manager), it is visible. I then see it in the FCKeditor when trying to add a link to the document.
If I ftp up a new folder/file, it is not visible when I try to add a link to it (from Tiny/FCKeditor). I've tried changing the folder/file permissions to 777 but still can't see anything.
All folders/files from original site ftp upload are visible within FCKeditor, which seems strange to me.
Error logs are empty (no php errors). Apache logs don't show anything unusual.
Site is hosted at GoDaddy (at client's request).
Linux/PHP5/MySQL 5.0.77
Any debugging thoughts greatly appreciated.

One of the uploaded folders had an & in the folder name. Linux didn't like it. FCKeditor hurled. I looked at the response XML in Firebug and saw the error. We had the website on Windows/XAMPP in development. Darn ... I should've caught this :-) When I renamed the folder, all became well again.