Well I have given Netdoc a fair workout, and so far everything seems great except one little thing. I can't seem to updload images via the FCKeditor. I click browse, I choose a file and it's named in the dialog box, but when I click 'OK' it pops up saying
"Upload in progress... (press OK when this is ready)"
I can upload files to the 'pics' directory from the Project/Files/Disk menu, and once uploaded I can easily refer to them from the FCKeditor and include in web content.
I checked, and all files under netdoc/groups are owned by the pache process (www-data). I also tried changing the project properties - all to disk, files to db & pics to disk, all to db ... none of these changed the upload issue.
I also tried 'chmod -R 777 /var/www/netdoc' to see if it was a permissions thing. No luck. (Don't worry - this is a test install, when I get it right and install the final one I won't so naive about security!)
I found the reason to this problem also - It seems that the GD lib is really required right now. So installing php4-gd2 should bring some instant remedy.
FCKeditor image uploads not working
Well I have given Netdoc a fair workout, and so far everything seems great except one little thing. I can't seem to updload images via the FCKeditor. I click browse, I choose a file and it's named in the dialog box, but when I click 'OK' it pops up saying
"Upload in progress... (press OK when this is ready)"
I can upload files to the 'pics' directory from the Project/Files/Disk menu, and once uploaded I can easily refer to them from the FCKeditor and include in web content.
I checked, and all files under netdoc/groups are owned by the pache process (www-data). I also tried changing the project properties - all to disk, files to db & pics to disk, all to db ... none of these changed the upload issue.
I also tried 'chmod -R 777 /var/www/netdoc' to see if it was a permissions thing. No luck. (Don't worry - this is a test install, when I get it right and install the final one I won't so naive about security!)
Nothing interesting in the apache logfiles ...
27 posts 3 years ago
I found the reason to this problem also - It seems that the GD lib is really required right now. So installing php4-gd2 should bring some instant remedy.
I will make this work more sensibly :-)
Thanks for this too!