Log in

View Full Version : Move Items from Database into File System error


mannaraja
10-16-2008, 06:30 AM
i having doing.Move Items from Database into File System but following error are occur wt can i do?


We attempted to write a test file to ./attachment, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.

Dismounted
10-16-2008, 08:40 AM
Do as the error message says...Verify that the web server has write/delete permissions for this path (i.e. CHMOD 777). Also, try using an absolute path (e.g. /home/someone/attachment).