arrizalamin / october-portfolio

October CMS plugin to show off your past projects.
https://octobercms.com/plugin/arrizalamin-portfolio
14 stars 14 forks source link

Cannot install on a fresh october installation with SQLite #37

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

Just installed october CMS and chose SQLite as database system.

When I try to install Portfolio module in that install of october, I get the following error in a popup :

Update failed

"SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with default value NULL (SQL: alter > table "arrizalamin_portfolio_items" add column "slug" varchar not null)" on line 662 of /vendor/laravel/framework/src/Illuminate/Database/Connection.php

Tried to install it in a MySQL install of october CMS, no problems at all, so it seems to be related with SQLite.

Alex

vojtasvoboda commented 7 years ago

Fixed by #40

jlannoy commented 7 years ago

Hi. I've the same problem, right now... Does it still have to be released or ... ? Thanks, Jonathan