down a problem which has been reported in the forums (it is NOT a bug though).
THIS SHOULD BE REMOVED BEFORE 1.5 IS RELEASED!
}
if(!class_exists($mappings[$type])) {
+ print_object('Debug info - type:');
+ var_dump($type);
+ print_object('Debug info - classname:');
+ var_dump($classname);
+ print_object('Debug info - mappings:');
+ print_object($mappings);
+ print_object('Debug_backtrace():');
+ print_object(debug_backtrace());
error('Page class mapping for id "'.$type.'" exists but class "'.$mappings[$type].'" is not defined');
}