質問編集履歴

2

追記

2016/06/20 02:11

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -163,3 +163,15 @@
163
163
  ?>
164
164
 
165
165
  ```
166
+
167
+
168
+
169
+ 48行目は
170
+
171
+
172
+
173
+ $stmt->execute($arrParam);
174
+
175
+
176
+
177
+ です。

1

追記

2016/06/20 02:11

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- **Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.userdata' doesn't exist' in C:\xampp\htdocs\xxx\lib\class\check\Validate.php:48 Stack trace: #0 C:\xampp\htdocs\xxx\lib\class\check\Validate.php(48): PDOStatement->execute(Array) #1 C:\xampp\htdocs\xxx\register_human_en.php(6): Validate->isRegisterd() #2 {main} thrown in C:\xampp\htdocs\xxx\lib\class\check\Validate.php on line 48**
5
+ **Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.userdata' doesn't exist' in C:\xampp\htdocs\xxx\lib\class\check\Validate.php:48 Stack trace: #0**
6
+
7
+
8
+
9
+ **C:\xampp\htdocs\xxx\lib\class\check\Validate.php(48): PDOStatement->execute(Array) #1 C:\xampp\htdocs\xxx\register_human_en.php(6): Validate->isRegisterd() #2 {main} thrown in C:\xampp\htdocs\xxx\lib\class\check\Validate.php on line 48**
6
10
 
7
11
 
8
12