Back to ProBlog Support

joelesvensson
joelesvensson

When installing I got this error. I'm using sqlite in a test environment.

SQLSTATE[HY000]: General error: 1 near "title": syntax error (SQL: ALTER TABLE radiantweb_blog_posts ADD FULLTEXT search(title, content))" on line 624 of october/vendor/laravel/framework/src/Illuminate/Database/Connection.php

joelesvensson
joelesvensson

Also, when retrying I get this error as the database now is stuck in limbo

"SQLSTATE[HY000]: General error: 1 table "radiantweb_blog_posts" already exists (SQL: create table "radiantweb_blog_posts" ("id" integer not null primary key autoincrement, "user_id" integer not null, "categories_id" integer null, "title" varchar null, "slug" varchar null, "parent" varchar null, "excerpt" text null, "content" text null, "published_at" datetime null, "published" tinyint not null default '0', "meta_title" text null, "meta_description" text null, "meta_keywords" text null, "created_at" datetime not null, "updated_at" datetime not null))" on line 624 of october/vendor/laravel/framework/src/Illuminate/Database/Connection.php Try again

joelesvensson
joelesvensson

It's not really that big of a deal. But it sqlite support may be useful in the future

1-3 of 3