質問編集履歴

3

エラー追加

2021/07/18 02:42

投稿

sheep100
sheep100

スコア13

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,16 @@
9
9
  パーミッションを777に変更
10
10
 
11
11
 
12
+
13
+ ```
14
+
15
+ エラー
16
+
17
+ [18-Jul-2021 11:36:15 Asia/Tokyo] PHP Warning: move_uploaded_file(./upload/column_42cf7bd17a2ea9cb4754c46e7b60f4dd.jpg): failed to open stream: No such file or directory in /パス/index.php on line 95
18
+
19
+ [18-Jul-2021 11:36:15 Asia/Tokyo] PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpvbHySw' to './upload/column_42cf7bd17a2ea9cb4754c46e7b60f4dd.jpg' in /パス/index.php on line 95
20
+
21
+ ```
12
22
 
13
23
  ```
14
24
 

2

タイトル変更

2021/07/18 02:42

投稿

sheep100
sheep100

スコア13

test CHANGED
@@ -1 +1 @@
1
- WordPress 入力された画像保存につ
1
+ move_uploaded_fileのエラーで困ってます
test CHANGED
File without changes

1

誤字

2021/07/18 02:12

投稿

sheep100
sheep100

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  Wordpressで自作テーマを作成しています
2
2
 
3
- テーマ内で画像を入力し、PHPで受け取り、index.php同じ階層にあるuploadディレクトリに保存したいのですが、move_uploaded_file(): Unable to moveのエラーが出て保存できません。
3
+ テーマ内で画像を入力し、PHPで受け取り、index.php同じ階層にあるuploadディレクトリに保存したいのですが、move_uploaded_file(): Unable to moveのエラーが出て保存できません。
4
4
 
5
5
 
6
6