Advertisement
Guest User

Untitled

a guest
Jul 10th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <br />
  2. <b>Fatal error</b>: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION
  3. api_test_db.VERSIONs does not exist in C:\xampp\htdocs\my-api\app\services\v1\test\test_1_route.service.php:31
  4. Stack trace:
  5. #0 [internal function]: PDOStatement-&gt;execute()
  6. #1 [internal function]: Phalcon\Db\Adapter\Pdo-&gt;executePrepared(Object(PDOStatement), Array, Array)
  7. #2 [internal function]: Phalcon\Db\Adapter\Pdo-&gt;query('SELECT VERSIONs...', NULL, NULL)
  8. #3 [internal function]: Phalcon\Db\Adapter-&gt;fetchOne('SELECT VERSIONs...', 4, NULL)
  9. #4 C:\xampp\htdocs\my-api\app\services\v1\test\test_1_route.service.php(31):
  10. Phalcon\Db\Adapter-&gt;fetchColumn('SELECT VERSIONs...')
  11. #5 C:\xampp\htdocs\my-api\app\routes\v1\test\test_1_route.php(57):
  12. myAPI\App\Services\v1\Test\Test1RouteService-&gt;GetDbVersion()
  13. #6 [internal function]: Closure-&gt;myAPI\App\Routes\v1\Test\{closure}()
  14. #7 C:\xampp\htdocs\my-api\index.php(46): Phalcon\Mvc\Micro-&gt;handle()
  15. #8 {main}
  16. thrown in <b>C:\xampp\htdocs\my-api\app\services\v1\test\test_1_route.service.php</b> on line <b>31</b><br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement