I am using Drupal 7.69. I log in and go to my modules page and get the following error:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 207 of /var/www/html/includes/install.inc).
According to this page: https://www.drupal.org/project/drupal/issues/1170362, you’re supposed to run the following update SQL statement to set the correct status: UPDATE system SET status=1 WHERE name='standard';
My problem is in my system table I don’t have any record with name equal to “standard”. How do I add it?