Does the error occure in the function retrieve_parent_fields($type_info)? I don't have this problem on our fresh Pro 4.5 RC1 test installation...but on our installation, require_once is on line 2091...
Maybe the beanFiles or beanList array is not correct, because the name of the file that should be "required once" is empty.
Please check if the following entries exist in include/modules.php
PHP Code:
$moduleList[] = 'Activities';
$beanList['Calls'] = 'Call';
$beanFiles['Call'] = 'modules/Calls/Call.php';
$modInvisListActivities = array('Calls', 'Meetings','Notes','Tasks');
If everything is okay, add debug output to the function and try again. E.g. echo "<pre>" . print_r($type_info, true) . "</pre>";
Bookmarks