Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2009 at 02:00 UTC
Updated:
24 Mar 2010 at 13:10 UTC
Just did an update from CVS and tried to install and get this error:
PHP Fatal error: Cannot redeclare cache_get() (previously declared in /Users/matthewyoung/devel/drupal/d7-head/d7-head/includes/cache.inc:44) in /Users/matthewyoung/devel/drupal/d7-head/d7-head/includes/cache-install.inc on line 16
Comments
Comment #1
David_Rothstein commentedAre you sure you did a full CVS update? The cache_get() function is no longer even defined in includes/cache-install.inc....
Comment #2
mattyoung commentedI just did a CVS update from inside Eclipse. I don't know what cvs switches Eclipse uses. Maybe it's not doing -dP and the old deleted stuff is still around.
I completely remove everything and did CVS checkout again and it's working.
I need to learn how to make Eclipse do cvs checkout with the -dP switch.
Comment #3
aspilicious commentedsee #2