MattWiseParking

Results 12 comments of MattWiseParking

My Default connection is mysql. I have 3 connections setup: see my config/database.php file below: ``` 'mysql' => [ 'driver' => 'mysql', 'url' => env('DATABASE_URL'), 'host' => env('DB_HOST', '127.0.0.1'), 'port'...

dump of the error below: ``` Connection Name: Exception: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db_lgnhs.tenants' doesn't exist in /var/app/current/vendor/laravel/framework/src/Illuminate/Database/Connection.php:416 Stack trace: #0 /var/app/current/vendor/laravel/framework/src/Illuminate/Database/Connection.php(416): PDO->prepare('select *...

@masterix21 i have added the above log for the issue i am currently receiving. I did make some changes, see below my config/multitenancy.php file ```php

@masterix21 table tenants should only be in the landlord connection database which is set in the .env file initially. If I make the landlord connection default I receive an error:...

@anotherZero same here, it happens once a day after nothing sent to the queue for approx 8 hours.

@masterix21 do you have an update regarding this issue?

thats what the docs says. if you do not supply a --tenant= switch then the command will run on all tenants.

> I'm having almost the same problem. This how i solver the issue of the mailAttachment() > >

use wayback machine and you can view the documentation online in history: https://web.archive.org/web/20230306161804/http://www.simplesoftware.io/#/docs/simple-qrcode

I think the only way is to overwrite the /sls controller/method, then append the `request()-> getClientIp()` to the session, that way the session key should be set in the event...