I am getting this error when I click on the first step in the 'Configuration Checklist' after installing CiviCRM:
Fatal error: Class 'CRM_Core_DAO_Domain' not found in /path/to/drupal/sites/all/modules/backend/CRM/Admin/Form/Setting/Localization.php on line 60
It's the 'Localization' step. This is the 3rd time I've installed CiviCRM and the first time I've encountered this error (once on my dev box, once as a test on this same hardware, and this third time)
I did some clicking around, and the system appeared to have installed correctly. The only difference between this install and an earlier test install I did on this same hardware is that for the earlier two installs I had the installer add sample data into the system as part of the installation routine. This time, however, I said no, since the plan is to load production data into this install.
I also changed the name of the civicrm directory inside the 'sites/all/modules/' directory to "backend" to match our internal name for this project, but I don't see why that would generate a localization error.
I did some searches on the web and in the forum for that error message but got no useful hits.
Can anyone shed some light on this? Thanks.