How to change tmp directory?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
RomikTronik
Posts: 1
Joined: 2011-01-18T01:27:43-07:00
Authentication code: 8675308

How to change tmp directory?

Post by RomikTronik »

I use TCPDF Library, which uses Imagick.

After I uploaded my app on hosting, i get this error:

Code: Select all

ImagickException #1 open_basedir restriction in effect. File(/tmp/mska_b9HO8U) is not within the allowed path(s) 
tcpdf.php Line: 7705 $img->writeImage($tempfile_alpha);

i dont have access to /tmp/ directory. Can you please help me how to set other tmp directory to which I have access?
Post Reply