Quote:
Originally Posted by Dave
Are there any errors in the error logs of Apache/PHP?
|
@Dave
[04-Jun-2017 00:33:57 Europe/Zurich] PHP Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in /home/xxxx/xxxx/vbtest/includes/class_dm_pt_project.php on line 89
PHP Code:
87 function vB_DataManager_Pt_Project(&$registry, $errtype = ERRTYPE_STANDARD)
88 {
89 parent::vB_DataManager($registry, $errtype);
[04-Jun-2017 00:42:37 Europe/Zurich] PHP Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in /home/xxxx/xxxx/vbtest/includes/class_dm_pt_projectgroup.php on line 77
PHP Code:
75 function vB_DataManager_Pt_ProjectGroup(&$registry, $errtype = ERRTYPE_STANDARD)
76 {
77 parent::vB_DataManager($registry, $errtype);
best regards