-
Create table for words and nouns. Query it when generating usernames
Reference: https://stackoverflow.com/questions/8674718/best-way-to-select-random-rows-postgresql
-
Laravel: `5.5` (not fresh install),
Server: `Debian 8`, `Nginx 1.12` , `PHP 7.1`, `composer 1.6.3`
Totem Table Prefix: `totem_`
I'm running the queue worked manually just for testing: `php artis…
-
Since summer time change in Europe/London, my Laravel Tasks firing 1 hour earlier.
The timezone correctly set in app/config/app.php to ` 'timezone' => 'Europe/London',`
SSHd into the server and c…
-
**Describe the bug**
When running `php artisan koel:sync` an error is thrown at a random interval (ex. sometimes thrown at song 543, sometimes 723, or another position in the song list while syncing)…
-
I installed and configured totem as written.
I have some issues;
1- I can't see the current schedule list (as listed on Kernel.php in Console folder) on the admin dashboard tasks page. However, …
-
There is an error when you deploy the code to vapor in the deployment hook.
```json
{
"message": "Found 1 error while validating the input provided for the PutObject operation:\n[Bucket] is m…
-
1. I've created new project on fresh Laravel 5.8.*.
2. I've added **"studio/laravel-totem": "^5.0"** to composer.json, nothing else.
3. Then I've created new task to scheduler using Totem form:
!…
-
2018_07_06_165603_add_indexes_for_tasks.php on branch 4.0 should drop fk `task_id_fk` instead of `task_results_task_id_fk` on line 53 causing the rollback to fail.
-
Hello,
Is there some incopatability with laravel 9?
-
Hi,
when i try to save a task i have this error: Column not found: 1054 Unknown column 'run_in_background' in 'field list' (SQL: insert into `totem_tasks` [...])
Did anyone have the same error?