Yoram
Yoram
> @yoramdelangen I changed `laravel/framework` entry in `composer.lock` to 8.37 but it still didn't help. > > > > Either that's not the fix, or I am doing it wrong....
Just add it in, it will make it fixed
It is pretty easy to resolve.. Currently i had to make a dirty hack within my model by creating a `bootSoftDeletingTrait` method. Until the solution is merged.
> ```yaml > --user root > ``` This worked for me, for now
I am currently doing to the following workaround so the www pool runs as a user instead of root. There is a `/opt/bitnami/php/etc/common.conf` file which contains the following contents: ```conf...
@hanhpv no, I didn't. I think because of the custom mount, and the PHP is still started with root but starts the PHP pool as deamon
@Keith-Wade another option would be to run the `.\scripts\run_setup_php.bat x64 Release VS16 8.2.3 c:\php-sdk` command, at least this worked for me.
Is this merge request ever gonna be merged?
Even better is to check upon upload if were in a dev environment and based on that disabling or enabling it
I am experiencing the same issue since I upgraded from early 0.x to 1.3.x, and I think(not sure)its related to [this issue](https://github.com/surrealdb/surrealdb/issues/4126). I have 5 live connections in my PWA...