You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to go to the login page, but after login, I got the following error message
SQLSTATE[42883]: Undefined function: 7 ERROR: function left(timestamp without time zone, integer) does not exist LINE 1: ...ct sum("hits") as aggregate from "visitors" where LEFT(creat... ^ HINT: No function matches the given name and argument types.
You might need to add explicit type casts. (SQL: select sum("hits") as aggregate from "visitors" where LEFT(created_at, 10) = LEFT(NOW(), 10)) (View: /Applications/MAMP/htdocs/ping-admin/vendor/pingpong/admin/src/views/index.blade.php)
Hi,
at first - thanks for this package!
I have the following environment setup
The installation of your package was successful.
I was able to go to the login page, but after login, I got the following error message
I have modify the
to the following
I can access the admin dashboard.
Do you have any idea, how we can fix this?
Thanks!
The text was updated successfully, but these errors were encountered: