![]() |
Severity: Warning - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Severity: Warning (/showthread.php?tid=48868) |
Severity: Warning - El Forum - 01-31-2012 [eluser]Unknown[/eluser] A PHP Error was encountered Severity: Warning Message: move_uploaded_file(http://192.168.1.2/projects/desiloby/images/Koala1328023738.jpg) [function.move-uploaded-file]: failed to open stream: HTTP wrapper does not support writeable connections plz give amswer Severity: Warning - El Forum - 01-31-2012 [eluser]danmontgomery[/eluser] You're trying to write to a file over http, you need to be using a local, system path Severity: Warning - El Forum - 01-31-2012 [eluser]Unknown[/eluser] Thanks |