2013-11-27 87 views
0

我得到這個錯誤日誌中的圖像: move_uploaded_file() enter code here [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phpGmUpFW' to 'images/[email protected]' in enter code here [..] send.php on line 32嘗試上傳使用PHP

還錯誤日誌

`include(user_agent.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/[irelevent]/Craciun2013/index.php on line 63` 

line32狀態: if (move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $file)) {

請幫助。

+0

是否存在'。/ images /'文件夾並且有權寫入? – Havenard

+0

是的,我確實有圖像,但我設置要發送的文件「imagini」 - 與圖像不同的文件 –

+0

嘗試使用其他文件管理功能在文件夾中創建文件,只是爲了知道這是否是問題所在。這可能是因爲你沒有權限從'/ tmp'文件夾中移動文件。 – Havenard

回答

0

它似乎PHP(無論是www數據,Apache或任何用戶運行它)沒有您當前路徑的權限。您是否檢查過文件夾所有者以及它擁有什麼權限?

+0

755;所有者930 924 –

+0

9從哪裏來的權限? – Adsy2010

+0

777 - 現在允許; 930 924所有人 –