-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not run php artisan shaark:install on fresh git clone #68
Comments
Attempting any one of these fixes gets me further but i new get a sql statement error
mysql Ver 15.1 Distrib 10.1.44-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 |
Hi, thank you for your feedback. It's a well-know error. You should update to MySQL 5.7 or Maria 10.2. It seems you're using Maria 10.1. You can try SQLite too, but it's not fully supported yet. In your |
Fix for SQLite released in 1.2.40 if you want to give a try. |
hi there. Would like to try out Shaark but the installation fails
Steps taken:
git clone https://github.com/MarceauKa/shaark
cd shaark/
export APP_ENV=local
composer install
cp .env.example .env
vim .env
php artisan key:generate
php artisan storage:link
php artisan shaark:install
error:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table
users
add uniqueusers_email_unique
(email
))The text was updated successfully, but these errors were encountered: