Kryptonit3-zz/Counter

Table 'Users' already exists.

Closed this issue · 1 comments

I followed the installation instructions in the readme file when running "php artisan migrate", an error occurs telling me that table users already exists, This prevents me from running the migrate which means that the database is not updated with the tables of the Counter package. How can I fix this?

Now homepage contains this error: "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sdb.kryptonit3_counter_page' doesn't exist (SQL: select * from kryptonit3_counter_page where (page = 83d2bf80-e87f-5262-a71e-7bdb31a971bb) limit 1)"

I am trying to add this package to an already implemented website, so table users is already implemented.

Turned out to be an laravel 5.4 error due to adding emoji support, fixed it using https://laravel-news.com/laravel-5-4-key-too-long-error