Closed SFPink closed 7 years ago
In witch step does it give you the error?
Sorry I forgot that bit.
When I run the import: php artisan tntsearch:import "App\MyModel"
Additional Info:
Running Laravel: 5.4 PHP: 5.6.4 Scout: 3 Scount-tntsearch-driver: 3
Are you using SQLlite database?
No, I'm using Postgres. Is this not supported?
Check if the file defined in your
'tntsearch' => [ 'storage' => storage_path(), ],
is readable/writable...
Oh.. It was actually a pretty stupid mistake I had this in my config:
'tntsearch' => [ 'storage' => storage_path('/index'), ],
Index doesn't exist, It works now thanks.
I had same problem in Windows 10, but this way was worked for me: Create search
directory in storage
path
Hello,
Trying to test this plugin out on my project but I am getting this error:
SQLSTATE[HY000] [14] unable to open database file
I was following this tutorial https://laravel-news.com/tntsearch-with-laravel-scout to give you an idea of what I've done so far. Have I missed something?
Regards