Duddy67
Duddy67
Hi, I'm having a problem when I try to delete a node with descendants. ``` namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use App\Models\Post\Category; class Post extends Model { use HasFactory;...
Hi, Hello, I installed the PHP Etherpad Lite Client as explained in the Readme.md but when I run the basic php script example I get the following errors: > Fatal...
Hi all, I'm trying to compile a little c++ program with the sfizz library but I have an error. Firstly, I cloned sfizz in my project and built it: ```...