[SM-USERS] Bugfix for File Manager Plugin plus Suggestion

2005-12-20 Thread David E. Meier
Hi, I had the problem where a user sent me a file called "somewhat-with-two-dots..doc". Using the "save locally" link saved the file to disk with the same name resulting it inaccessable in the file manager due to the restrictions in the sanitizeFileName() function. Fix: Call the sanitizeFileName(

[SM-USERS] HTML Signatures

2007-02-13 Thread David E. Meier
Hello Folks! I have a client that wants to send his signature in HTML format (including an inline image). Has anyone already done anything like that before? Would others be interested in this, too? Dave - Using Tomcat but

[SM-USERS] File Manager Plugin

2005-01-18 Thread David E. Meier
I have the File Manager Plugin v2.0 installed on my server (SM 1.4.3a, PHP4.3.4, Apache 2.48, RedHat 9). Uploading files to the base directory works. Creating directories does work as well, however, they are not displayed. The directory tree for the user base directory (/www/domain.com/data/user)

Re: [SM-USERS] File Manager Plugin

2005-01-19 Thread David E. Meier
>> I have the File Manager Plugin v2.0 installed on my server (SM 1.4.3a, >> PHP4.3.4, Apache 2.48, RedHat 9). > > First, try the attached version, as it has a lot of changes. I upgraded to the version you attached with the same result. But this version has a much better look and feel. Congrats.

Re: [SM-USERS] File Manager Plugin

2005-01-19 Thread David E. Meier
> actually, given your clarification above, i would have guessed that the > problem is that wwwrun needs +rw access to the base dir and everything > inside of it. that is, your base dir might need to be owned by > webuser:wwwclient, but for file manager to work right, Apache needs write > access t

Re: [SM-USERS] File Manager Plugin

2005-01-19 Thread David E. Meier
>>>i would also think safe_mode_include_dir might work; keep looking. might >>>be related to ownership/permissions of the included dirs, who knows >> >> >> After reading a "bug-report" ( ) >> concerning the same matter I found out that the safe_mode_include_dir >> variable only lets you r

Re: [SM-USERS] File Manager Plugin [SOLVED]

2005-01-19 Thread David E. Meier
>>>but isn't your problem that you can write (create) but not read? >> >> >> I can upload files to the base directory and create folders in it. But >> those folders are not displayed in the listing. All uploaded files and >> created folders are owned by apache (wwwrun:wwwrun). The base dir is >> ow