Error Messages
I get the following error messages when viewing the status report. I installed the demo site:
Notice: Undefined index: name in system_requirements() (line 39 of /home/zakoyien/public_html/modules/system/system.install).
Notice: Undefined index: version in system_requirements() (line 41 of /home/zakoyien/public_html/modules/system/system.install).
I also get the following error message in the modules section:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /home/zakoyien/public_html/includes/install.inc).
Thoughts?
Thanks in advance!
Joe
Tags:
I get the following error messages when viewing the status report. I installed the demo site:
Notice: Undefined index: name in system_requirements() (line 39 of /home/zakoyien/public_html/modules/system/system.install).
Notice: Undefined index: version in system_requirements() (line 41 of /home/zakoyien/public_html/modules/system/system.install).
I also get the following error message in the modules section:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /home/zakoyien/public_html/includes/install.inc).
Thoughts?
Thanks in advance!
Joe
This is a bummer caused by the fact that Drupal now tracks the Installation Profile used (since 7.2) but the Demonstration Module we use for the demo profile doesn't yet export it's status. If you're comfortable changing values on the database through phpmyadmin (or however), you can find profiles.demo-profile in the systems table and change it's status from 0 to 1. That should get rid of the error. If that's not your thing and you can provide me with some access, just e-mail the details and I'll try to get rid of it. It's not a harmful error though, and shouldn't give you any problems other than that notice message.



