Advertisement
irshalfir

Order Arrived Error

Nov 18th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.29 KB | None | 0 0
  1. {
  2.     "title": "CodeIgniter\\Exceptions\\PageNotFoundException",
  3.     "type": "CodeIgniter\\Exceptions\\PageNotFoundException",
  4.     "code": 404,
  5.     "message": "Controller method is not found: orderArrived",
  6.     "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/Exceptions/PageNotFoundException.php",
  7.     "line": 14,
  8.     "trace": [
  9.         {
  10.             "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  11.             "line": 985,
  12.             "function": "forPageNotFound",
  13.             "class": "CodeIgniter\\Exceptions\\PageNotFoundException",
  14.             "type": "::",
  15.             "args": [
  16.                 "Controller method is not found: orderArrived"
  17.             ]
  18.         },
  19.         {
  20.             "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  21.             "line": 328,
  22.             "function": "display404errors",
  23.             "class": "CodeIgniter\\CodeIgniter",
  24.             "type": "->",
  25.             "args": [
  26.                 {}
  27.             ]
  28.         },
  29.         {
  30.             "file": "/var/www/html/opoapi/public/index.php",
  31.             "line": 52,
  32.             "function": "run",
  33.             "class": "CodeIgniter\\CodeIgniter",
  34.             "type": "->",
  35.             "args": []
  36.         }
  37.     ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement