PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error' in /var/www/lib/vendor/ptejada/uflex/src/DB_Table.php:199\nStack trace:\n#0 /var/www/lib/vendor/ptejada/uflex/src/DB_Table.php(199): PDOStatement->fetchAll()\n#1 /var/www/lib/vendor/ptejada/uflex/src/User.php(295): ptejada\\uFlex\\DB_Table->runQuery('UPDATE _table_ ...', Array)\n#2 /var/www/lib/vendor/ptejada/uflex/src/User.php(211): ptejada\\uFlex\\User->logLogin()\n#3 /var/www/lib/vendor/ptejada/uflex/src/User.php(279): ptejada\\uFlex\\User->login()\n#4 /var/www/includes/user_manage.php(9): ptejada\\uFlex\\User->start()\n#5 /var/www/html/admin.php(3): require_once('/var/www/includ...')\n#6 {main}\n thrown in /var/www/lib/vendor/ptejada/uflex/src/DB_Table.php on line 199...$rows = ($rows > 0) ? $rows : count($stmt->fetchAll());Array
(
[errors] => Array
(
[User::login] => Array
(
)
)
[reports] => Array
(
[User::_main] => Array
(
[0] => >> New _main request
[1] => Session is been started...
)
[User::login] => Array
(
[0] => >> New login request
[1] => Attempting Login with cookies
[2] => Querying Database to authenticate user
[3] => SQL Statement: SELECT * FROM Users WHERE ID=:ID LIMIT 1
[4] => SQL Data Sent: [2]
[5] => SQL Statement: UPDATE Users SET LastLogin=:stamp WHERE ID=:id
[6] => SQL Data Sent: [1438166818, 2]
)
)
[form] => Array
(
[User::login] => Array
(
)
)
)This is so wierd, can you provide a stack trace of caught PDO exception?
--
Project's home page http://ptejada.com/projects/uFlex/
---
You received this message because you are subscribed to the Google Groups "uFlex" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uflex+un...@googlegroups.com.
To post to this group, send email to uf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/uflex/d8413b33-5e87-4a21-9666-b72e9dabcac1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sincerely,
Pablo Tejada
From Mobile