Everything appears to be working but when I upload files they are not on the server (verifying with FTP).
The dialog reports "File uploaded with no errors"
I have tested using connectors/uploadtest.html and connectors/test.html as well as with the editor object/file browser.
PHP 5.2.6
safe_mode = off
Server API = CGI
I have set the UserFilesPath, created all the folders and set permissions on the complete tree to 0777 to no avail.
When I use the file browser it displays the correct folders and content (both test.html and using the editor object).
When I use uploadtest.html it does not appear to respect the defined UserFilesPath. If I manually set the Current Folder then it shows the correct uploaded file URL but the file is not there (confirm with FTP and test.html).
Any idea how to debug whether it is a server configuration error or something else?
The dialog reports "File uploaded with no errors"
I have tested using connectors/uploadtest.html and connectors/test.html as well as with the editor object/file browser.
PHP 5.2.6
safe_mode = off
Server API = CGI
I have set the UserFilesPath, created all the folders and set permissions on the complete tree to 0777 to no avail.
When I use the file browser it displays the correct folders and content (both test.html and using the editor object).
When I use uploadtest.html it does not appear to respect the defined UserFilesPath. If I manually set the Current Folder then it shows the correct uploaded file URL but the file is not there (confirm with FTP and test.html).
Any idea how to debug whether it is a server configuration error or something else?