On 9/16/05, David Broccardo dbroccardo@hotmail.com wrote:
I'm getting this error during the installation process ( I have changed the permission of the config folder to 777 ):
Fatal error: Class rccacheentry: Cannot inherit from undefined class
recentchange in /home/userkirk/public_html/includes/Skin.php on line 53
Looking at the code, the class RecentChange is defined in RecentChange.php. Skin.php does a require_once('RecentChange.php') shortly before the declaration of RCCacheEntry.
My guess is that you have a RecentChange.php somewhere in the include path which doesn't define the RecentChange class.