-
Notifications
You must be signed in to change notification settings - Fork 595
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
Database Migrate not working with Laravel 5.6 #379
Comments
Try migrating Trackers logging tables again..I would suggest to keep tracker tables in different database. I've tested it with Laravel 5.4 & 5.5 , But every time I try to install the plugin I come across some errors. |
Should be fixed on PHP 5.6 now. |
Sir same error still prevails now, I am Also facing same error if you could do something |
@VardanBhanot Please show your composer.json and check php version php -v. |
@Nowi5 My PHP version is 7.1.9
|
I got this error i follow all step, digging issue to solve the problem until i stuck with this :
Illuminate\Database\QueryException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'myapp.tracker_query_arguments' doesn't exist (SQL: alter table
tracker_query_arguments
add constrainttracker_query_arguments_query_id_foreign
foreign key (query_id
) referencestracker_queries
(id
) on delete cascade on update cascade)")D:\Workspace\My App\lanscareshop\vendor\laravel\framework\src\Illuminate\Database\Connection.php : 664
Please help,
First time using Laravel with version 5.6, which version of laravel completely stable for using this repository ?
The text was updated successfully, but these errors were encountered: