Drupal 10 is supposed to work fine if there is no .module file in a project.
However, if I install an module project (named say, Example) that initially came with example.module and later found that that file was no longer needed in the project, deleting it throws this warning when the cache is rebuilt:
when I try to load the config page but I can able to load rest of the pages like admin/config/development .But when i load this page admin/config/ iam facing this issue
ValueError: DOMDocument::loadHTML(): Argument #1 ($source) must not be empty in DOMDocument->loadHTML()(line 22 of echo.install)
and the line is this
$document->loadHTML(echo_themed_page($title, $content, $theme));
Script “Punjabi”, I found a module “indik_script” but it is for drupal 7 and I am using Drupal 10. suggest me any other module which will solve the purpose.