On Tue, May 14, 2013 at 6:44 PM, Linda Romey lromey@gmail.com wrote:
Thank you...I rushed home, reinstalled drupal 7.21 on my dev site (all modules are up-to-date) and upgraded to php v 5.3. Checked, all successful. Then I installed 7.22 again and got the same error--Fatal error: Class 'FieldInfo' not found in /mnt/www/html/osb2011dev/docroot/modules/field/field.info.inc on line 28
So, field.info.inc, is using a class FieldInfo that isn't defined in the current runtime environment. Why isn't the file field.info.class.inc containing the class not loaded? Do you have the field.info.class.inc file? Do you possibly have another instance of the field module?