AnkitKumar_0909 → created an issue.
AnkitKumar_0909 → created an issue.
@dineshreddymathuku @Manoj Raj.R I see the changes you made now Readme.md file is following the standard.
AnkitKumar_0909 → created an issue.
AnkitKumar_0909 → created an issue.
AnkitKumar_0909 → created an issue.
patch #2 successfully applied on drupal 9 and 10 But now the title of the footer is visible.thanks @alok_singh for your patch
Hello @fanton , I saw your md file which updated correctly .
Thanks & Regards
My issue got resolved after searching,
Step 1.
first of all for debugging these errors we will add this line in setting.php file
$config['system.logging']['error_level'] = 'verbose';
In this type of problem mostly the error occurs "I have received packet bigger than 'max_allowed_packet'" error" or similar so simply
Step 2.
you just do one things go to your drupal database and run this query
SET GLOBAL max_allowed_packet = 1024 * 1024 * 256; By the way your drupal will be running from this step only otherwise
Step 3.(optional)
Afterwards, add this setting to my.cnf under the [mysqld] section:
[mysqld]
max_allowed_packet = 256M
Thanks
AnkitKumar_0909 → created an issue.
patch #2 successfully applied on drupal and 9 & 10 and Capitalize the name of the module. Thanks for your patch .
Thanks and Regards.
I saw your file, it is much better than the previous one and thanks for your MR .
Thank You Rinku for your MR ,it is good for best practice .