skip to Main Content

PHP Laravel SQLSTATE[HY000]

I have a some problem... ORM When I use php artisan tinker, use App\Models\User $u = new User(); $u->title = 'sale'; $u->content = 'auto ...'; $u->price = 2500; HERE ARE GOOD EVERYTHING, BUT... when I type command $u->save(); I see…

VIEW QUESTION

Ubuntu – wsl: Error: 0xffffffff Error code: CreateInstance/CreateVm/ConfigureNetworking/HNS/0xffffffff wsl: Failed to configure network (networkingMode Nat)

i got this type of error i need some help wsl: Error: 0xffffffff Error code: CreateInstance/CreateVm/ConfigureNetworking/HNS/0xffffffff wsl: Failed to configure network (networkingMode Nat), falling back to no networking. jefta@DESKTOP-JPSPBJP:~$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" curl: (6) Could not resolve host:…

VIEW QUESTION

Ubuntu – I can't install a module in python

./run_007-TheBond.sh: строка 10: python: команда не найдена ./run_007-TheBond.sh: строка 11: venvScriptsactivate: команда не найдена error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying…

VIEW QUESTION
Back To Top
Search