🇮🇳India @AnkitKumar_0909

Account created on 24 February 2023, over 1 year ago
#

Recent comments

🇮🇳India AnkitKumar_0909

@dineshreddymathuku @Manoj Raj.R I see the changes you made now Readme.md file is following the standard.

🇮🇳India AnkitKumar_0909

patch #2 successfully applied on drupal 9 and 10 But now the title of the footer is visible.thanks @alok_singh for your patch

🇮🇳India AnkitKumar_0909

Hello @fanton , I saw your md file which updated correctly .

Thanks & Regards

🇮🇳India AnkitKumar_0909

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

🇮🇳India AnkitKumar_0909

patch #2 successfully applied on drupal and 9 & 10 and Capitalize the name of the module. Thanks for your patch .

Thanks and Regards.

🇮🇳India AnkitKumar_0909

I saw your file, it is much better than the previous one and thanks for your MR .

🇮🇳India AnkitKumar_0909

Thank You Rinku for your MR ,it is good for best practice .

Production build 0.71.5 2024