質問編集履歴

1

具体的なエラーを追加

2023/02/21 23:36

投稿

arichanstudy
arichanstudy

スコア8

test CHANGED
File without changes
test CHANGED
@@ -11,7 +11,10 @@
11
11
 
12
12
  画面上に何も表示されなくなってしまった。
13
13
  エラーメッセージ
14
+ Warning: Undefined variable $stmt in C:\xampp\htdocs\todoapp\list.php on line 83
15
+
16
+ Fatal error: Uncaught Error: Call to a member function fetch() on null in C:\xampp\htdocs\todoapp\list.php:83 Stack trace: #0 {main} thrown in C:\xampp\htdocs\todoapp\list.php on line 83
14
- vscode画面にもエラー表示されていせん
17
+ 助言からexitしないようにしたところ、エラー表示されるようになりした
15
18
 
16
19
  ### 該当のソースコード
17
20