Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
I would like to address an issue with site bots on the website. Currently, the URL " /paragraphs_item/374?destination=node%2F1228 " is being read out by site bots on paragraphs items pages. I've attempted to resolve this by adding "Disallow: /paragraphs_item/" to the robots.txt file, but the problem persists. I'm seeking alternative solutions to prevent screen readers from reading this URL aloud. Can someone provide guidance on how to achieve this?