-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphp_error_log
87 lines (87 loc) · 8.51 KB
/
php_error_log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[07-Jun-2022 00:07:59 Europe/Berlin] PHP Warning: require_once(model/connection.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\api-restfull\routes\servicios\post.php on line 3
[07-Jun-2022 00:07:59 Europe/Berlin] PHP Fatal error: Uncaught Error: Failed opening required 'model/connection.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\api-restfull\routes\servicios\post.php:3
Stack trace:
#0 C:\xampp\htdocs\api-restfull\routes\routes.php(33): include()
#1 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#3 {main}
thrown in C:\xampp\htdocs\api-restfull\routes\servicios\post.php on line 3
[08-Jun-2022 03:21:53 Europe/Berlin] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in C:\xampp\htdocs\api-restfull\models\put.model.php:23
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\put.model.php(23): PDOStatement->execute()
#1 C:\xampp\htdocs\api-restfull\controllers\put.controller.php(8): PutModel::putData('courses', Array, '66', 'id_course')
#2 C:\xampp\htdocs\api-restfull\routes\servicios\put.php(32): PutController::putData('courses', Array, '66', 'id_course')
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(35): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\models\put.model.php on line 23
[08-Jun-2022 03:22:36 Europe/Berlin] PHP Warning: Undefined variable $json in C:\xampp\htdocs\api-restfull\routes\servicios\put.php on line 26
[08-Jun-2022 03:22:36 Europe/Berlin] PHP Warning: Undefined variable $json in C:\xampp\htdocs\api-restfull\routes\servicios\put.php on line 26
[08-Jun-2022 03:22:36 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\api-restfull\routes\servicios\put.php on line 26
[08-Jun-2022 03:22:36 Europe/Berlin] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in C:\xampp\htdocs\api-restfull\models\put.model.php:23
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\put.model.php(23): PDOStatement->execute()
#1 C:\xampp\htdocs\api-restfull\controllers\put.controller.php(8): PutModel::putData('courses', Array, '66', 'id_course')
#2 C:\xampp\htdocs\api-restfull\routes\servicios\put.php(32): PutController::putData('courses', Array, '66', 'id_course')
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(35): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\models\put.model.php on line 23
[15-Jun-2022 01:44:39 Europe/Berlin] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function Firebase\JWT\JWT::encode(), 2 passed in C:\xampp\htdocs\api-restfull\models\connection.php on line 79 and at least 3 expected in C:\xampp\htdocs\api-restfull\vendor\firebase\php-jwt\src\JWT.php:183
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\connection.php(79): Firebase\JWT\JWT::encode(Array, 'agrguaoheiagnou...')
#1 C:\xampp\htdocs\api-restfull\controllers\post.controller.php(41): Connection::jwt(25, 'massafacundo11@...')
#2 C:\xampp\htdocs\api-restfull\routes\servicios\post.php(35): PostController::postLogin('instructors', Array, 'instructor')
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(30): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\vendor\firebase\php-jwt\src\JWT.php on line 183
[15-Jun-2022 02:31:09 Europe/Berlin] PHP Warning: Undefined array key "password_instructor" in C:\xampp\htdocs\api-restfull\controllers\post.controller.php on line 67
[15-Jun-2022 02:32:19 Europe/Berlin] PHP Warning: Undefined array key "password_instructor" in C:\xampp\htdocs\api-restfull\controllers\post.controller.php on line 65
[15-Jun-2022 04:11:27 Europe/Berlin] PHP Warning: Undefined array key "password_instructor" in C:\xampp\htdocs\api-restfull\controllers\post.controller.php on line 67
[16-Jun-2022 00:27:51 Europe/Berlin] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title_course' in 'field list' in C:\xampp\htdocs\api-restfull\models\post.model.php:27
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\post.model.php(27): PDOStatement->execute()
#1 C:\xampp\htdocs\api-restfull\controllers\post.controller.php(13): PostModel::postData('instructors', Array)
#2 C:\xampp\htdocs\api-restfull\routes\servicios\post.php(46): PostController::postData('instructors', Array)
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(30): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\models\post.model.php on line 27
[16-Jun-2022 01:22:33 Europe/Berlin] PHP Warning: Undefined array key "token" in C:\xampp\htdocs\api-restfull\routes\servicios\post.php on line 39
[16-Jun-2022 01:37:44 Europe/Berlin] PHP Fatal error: Uncaught ArgumentCountError: print_r() expects at most 2 arguments, 9 given in C:\xampp\htdocs\api-restfull\models\connection.php:87
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\connection.php(87): print_r('instructors', 'token_exp_instr...', 'eyJ0eXAiOiJKV1Q...', 'token_instructo...', 'eyJ0eXAiOiJKV1Q...', NULL, NULL, NULL, NULL)
#1 C:\xampp\htdocs\api-restfull\routes\servicios\post.php(43): Connection::tokenValidate('eyJ0eXAiOiJKV1Q...', 'instructors', 'instructor')
#2 C:\xampp\htdocs\api-restfull\routes\routes.php(30): include('C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#5 {main}
thrown in C:\xampp\htdocs\api-restfull\models\connection.php on line 87
[16-Jun-2022 01:39:13 Europe/Berlin] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title_course' in 'field list' in C:\xampp\htdocs\api-restfull\models\post.model.php:27
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\post.model.php(27): PDOStatement->execute()
#1 C:\xampp\htdocs\api-restfull\controllers\post.controller.php(13): PostModel::postData('instructors', Array)
#2 C:\xampp\htdocs\api-restfull\routes\servicios\post.php(47): PostController::postData('instructors', Array)
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(30): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\models\post.model.php on line 27
[17-Jun-2022 02:06:18 Europe/Berlin] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title_course' in 'field list' in C:\xampp\htdocs\api-restfull\models\post.model.php:27
Stack trace:
#0 C:\xampp\htdocs\api-restfull\models\post.model.php(27): PDOStatement->execute()
#1 C:\xampp\htdocs\api-restfull\controllers\post.controller.php(13): PostModel::postData('instructors', Array)
#2 C:\xampp\htdocs\api-restfull\routes\servicios\post.php(47): PostController::postData('instructors', Array)
#3 C:\xampp\htdocs\api-restfull\routes\routes.php(30): include('C:\\xampp\\htdocs...')
#4 C:\xampp\htdocs\api-restfull\controllers\routes.controller.php(6): include('C:\\xampp\\htdocs...')
#5 C:\xampp\htdocs\api-restfull\index.php(12): RoutesController->index()
#6 {main}
thrown in C:\xampp\htdocs\api-restfull\models\post.model.php on line 27
[17-Jun-2022 03:05:45 Europe/Berlin] PHP Warning: Undefined array key "Autorization" in C:\xampp\htdocs\api-restfull\routes\routes.php on line 22
[17-Jun-2022 03:06:03 Europe/Berlin] PHP Warning: Undefined array key "Autorization" in C:\xampp\htdocs\api-restfull\routes\routes.php on line 22
[17-Jun-2022 03:06:09 Europe/Berlin] PHP Warning: Undefined array key "Autorization" in C:\xampp\htdocs\api-restfull\routes\routes.php on line 22