Hello,
I have been stuck on this for a while and have tried to find help on line but to no avail. I have installed the Trial version of PHPDocX and run check.php, and get all green (with yellow on Tidy support) but get the red fail on "The library can't write to temp folder. You can set a custom tmp path in config/phpdocx_config.ini file".
I have set all the permissions to 777 and even talked with the host (GoDaddy) to confirm this. Check.php is running in a subdirectory /PHPDocX and I have a folder off of that (/tmp) that I want as the temp folder. I have edited the phpdocxconfig.ini file as directed and set the temp path to "tmp/" and the check.php fails. I also tried an absolute server path and it failed. I know that I can write to the folder - I made a test.txt file and wrote a script to write to the file and it works.
Does anyone have any ideas how I can set this to write to the temp file? Safe mode is set "off" in phpinfo.php as well. Thanks.