Comment to omg, got problem
-
Hello musicaccess !
Very good trick, so now you may try to find your block on `sys_pages_blocks`. Just run in your phpMyAdmin the following query:
SELECT * FROM `sys_pages_blocks` ORDER BY `id` DESC
You will see the records about your latest block. Delete which you need there.
-
ну, в общем так и сделал... проблему это не решило, а лишь добавило новую... в спешке я убил не ту таблицу, и теперь я напрочь потерял всякую возможность впредь добавлять модули RAW и HTML. сижу и плачу от смеха сам с себя...
-
DELETE FROM `sys_pages_blocks` WHERE `sys_pages_blocks`.`id` = 2
DELETE FROM `sys_pages_blocks` WHERE `sys_pages_blocks`.`id` = 1
Удалил, но наверное не то...
😭 😱 😂
-