@ Jared: Leave 'Safe mode ON' in vB and then change this line in palmlib.php:
Code:
$tempfile = tempnam("palm", "palm");
into this:
Code:
$tempfile = tempnam("images/tmp", "palm");
By hardcoding the path the hack should work. It's working at our board and we're also running vB in safe mode.
Remember: the
tmp directory should be world-writable, e.g. chmod to 777!!!
Good luck,
- djr