HI
Sorry, I should of expanded.
As we are running on server running virtual sites on a dedicated blueonyx server, it appeared it was using the tmp directory
in the virtual site root rather than in the root folder for EPESI, this was causing a problem, plus reset data directory security in folders with in it
1. With php Register Globals: set to off, the basedir was not allowing access to the tmp folder outside of the allowed paths
2. Changed it so tmp was going to a tmp folder with in the web/espsei directory, thus meeting security requirements of basedir settings
3. when setting I used the full unix path /home/.sites/xxxx/xxx/ to match the epesi Local Dir: path settings as in the EPESI config.php
4. set the permissions on the tmp folder to allow write / read and reset the folder security in data folder on the attachment / upload directories for read /write
thanks and regards
Richard