I have extracted rotorcms v6.1 from here. But it just does not work. Please help, as a correction material try to check this video I record this. from where is the mistake?
I do not even know what the problem may be, at first I thought that you did not fill the .env file, maybe the right of the chmod stand unreadable for reading
вроде бы я выкладывал изменения
app/modules/admin/forum.php 921 строка
- $delposts = DB::run() -> exec("DELETE FROM `posts` WHERE `id` IN (".$del.") AND `id`=".$tid.";");
+ $delposts = DB::run() -> exec("DELETE FROM `posts` WHERE `id` IN (".$del.") AND `topic_id`=".$tid.";");
вроде бы я выкладывал изменения
app/modules/admin/forum.php 921 строка
- $delposts = DB::run() -> exec("DELETE FROM `posts` WHERE `id` IN (".$del.") AND `id`=".$tid.";");
+ $delposts = DB::run() -> exec("DELETE FROM `posts` WHERE `id` IN (".$del.") AND `topic_id`=".$tid.";");