← Back to Content Plus Support
Bykov Denis
Hi October installed in SQLLite I installed a plug-in. I tried to add new category and a new post. I received an error (field NOT NULL stat_date) After that we are openning this plug-in and recieve error
SQLSTATE[HY000]: General error: 1 no such table: indikator_content_blog (SQL: select count(*) as aggregate from "indikator_content_blog" where "status" = 1) /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 662
}
// If an exception occurs when attempting to run a query, we'll format the error
// message to include the bindings with SQL, which will make this exception a
// lot more helpful to the developer instead of just the database's errors.
catch (Exception $e) {
throw new QueryException(
$query, $this->prepareBindings($bindings), $e
);
}
return $result;
}
Last updated
gergo85
Hi, I am searching the solution. The "NOT NULL" problem is solved in version 1.0.8. Do you use the lates (1.1.2) version of plugin?
1-2 of 2