-
if i set BROADCAST_DRIVER to pusher and QUEUE_DRIVER to redis. I got a lot off errors about pusher messages.
And I got all event to horizon, and some of them stuck in jobs
![image](https://user-imag…
-
After creating the first task, the dashboard stopped working with the error:
> SQLSTATE[42000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Operand data type nvarchar is invalid for avg o…
-
Hello,
I've got problem with **/totem/tasks/1** view.
![Zrzut ekranu 2019-07-18 o 12 02 10](https://user-images.githubusercontent.com/6458084/61448924-21bea500-a954-11e9-9416-87fa0e64e198.png)
…
-
The following error is thrown on the `/totem/tasks` page if any tasks exist in the database.
```SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'tasks' (SQL: select `tasks`.*, (se…
-
composer gives me this error when trying to require the package:
![image](https://user-images.githubusercontent.com/3076578/56042277-fa47b300-5d3a-11e9-8aaf-b0807c9f2a40.png)
-
TL;DR - The Solution:
In the src/Providers/TotemServiceProvider.php class, this code:
`$this->mergeConfigFrom(
__DIR__.'/../../config/totem.php',
'totem'
);`
needs to pre…
-
According to the config and the code I can't seem to find a way to disable the Log::info calls being made, which is quickly filling up the laravel-logs which is undesirable for big projects. This is j…
-
https://github.com/codestudiohq/laravel-totem/blob/cd6a3db56c4ba9a4d37455090c969045e71ce7e4/src/Providers/TotemServiceProvider.php#L67
seems it should be
```php
define(
'TOTEM_DATABASE_CONNEC…
-
Our DB operator noticed there is tons of query on information_schema.tables (`SELECT * FROM information_schema.tables WHERE table_schema=? and table_name='tasks'`) which are caused by laravel-totem.
…
-
We can't use laravel totem with this version of laravel and table prefix.
It fail when tries to do an operation with tasks tables because tries to concatenate several times the table prefix.
Can…