![]() |
Error while uploading => "The temporary folder is missing." - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Error while uploading => "The temporary folder is missing." (/showthread.php?tid=36384) |
Error while uploading => "The temporary folder is missing." - El Forum - 11-30-2010 [eluser]Unknown[/eluser] Hi everyone i'm new here. I want to ask about "upload" i have this error when i was attempt to upload image Array ( [error] => The temporary folder is missing. ) the question is where to set the path of the temp folder and how to set it. I am using the mac os I am very grateful for your respond ![]() cheers Error while uploading => "The temporary folder is missing." - El Forum - 11-30-2010 [eluser]InsiteFX[/eluser] See Preferences InsiteFX Error while uploading => "The temporary folder is missing." - El Forum - 11-30-2010 [eluser]Unknown[/eluser] Thanks for your respond but it still don't solve the problem Error while uploading => "The temporary folder is missing." - El Forum - 11-30-2010 [eluser]InsiteFX[/eluser] Well show your code and maybe we can help you! InsiteFX Error while uploading => "The temporary folder is missing." - El Forum - 07-27-2012 [eluser]redcore[/eluser] I don't usually reply to old topics, but since this ranks high on Google, I'll answer it. "upload_tmp_dir" is not set in PHP on Mac OSX. Update this value in php.ini (terminal > "pico /private/etc/php.ini") by uncommenting it and then setting it to "/private/tmp" From there it should work ![]() |