Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #2904
Closed
Open
Issue created Dec 18, 2013 by bmortier@bmortierMaintainer

setup is broken in 1.0.8 when inspecting department

Hello,

when installing 1.0.8, the setup is broken when inspecting department

Fatal error: Call to undefined method departmentManagement::get_support_departments() in /usr/share/fusiondirectory/setup/class_setupStep_Migrate.inc on line 1800

the code call one fonction no longer in 1.0.8 or develop

./setup/class_setupStep_Migrate.inc: $dep_types = departmentManagement::get_support_department

in 1.0.7.1 this function exist

./setup/class_setupStep_Migrate.inc: $dep_types = departmentManagement::get_support_departments(); ./include/class_listing.inc: $types = departmentManagement::get_support_departments(); ./include/class_listing.inc: $types = departmentManagement::get_support_departments(); ./include/class_config.inc: $types = departmentManagement::get_support_departments(); ./plugins/admin/departments/class_department.inc: $dep_types = departmentManagement::get_support_departments(); ./plugins/admin/departments/class_department.inc: trigger_error("No template specified for container type '".$this->type."', please update departmentManagement::get_support_departments()."); ./plugins/admin/departments/class_departmentManagement.inc: $types= $this->get_support_departments(); ./plugins/admin/departments/class_departmentManagement.inc: $types= $this->get_support_departments(); ./plugins/admin/departments/class_departmentManagement.inc: public static function get_support_departments()

Cheers

(from redmine: issue id 2904, created on 2013-12-18, closed on 2013-12-18)

  • Changesets:
    • Revision 1d805d43 by Côme Chilliet on 2013-12-18T09:03:57.000Z:
Fixes: #2904 fixing 1.0.8 setup
  • Revision b055d8db by Côme Chilliet on 2013-12-18T09:04:14.000Z:
Fixes: #2904 fixing 1.0.8 setup
  • Revision eed55682 by Côme Chilliet on 2013-12-18T16:01:49.000Z:
Fixes: #2904 objects::isOfType needs a config object
  • Revision 622a30b8 by Côme Chilliet on 2013-12-18T16:02:26.000Z:
Fixes: #2904 objects::isOfType needs a config object
  • Revision 7e132e1c by Côme Chilliet on 2013-12-18T16:49:53.000Z:
Fixes: #2904 Calling config constructor with an argument in setpMigrate
  • Revision c5807cd6 by Côme Chilliet on 2013-12-18T16:50:17.000Z:
Fixes: #2904 Calling config constructor with an argument in setpMigrate
  • Revision 83141d03 by Côme Chilliet on 2013-12-18T17:55:48.000Z:
Fixes: #2904 We need the gosaDepartment objectClass to filter department
  • Revision b340fdbc by Côme Chilliet on 2013-12-18T17:56:08.000Z:
Fixes: #2904 We need the gosaDepartment objectClass to filter department
  • Uploads:
    • 0001-Fixes-2904-fixing-1.0.8-setup.patch
    • 0002-Fixes-2904-objects-isOfType-needs-a-config-object.patch
    • 0003-Fixes-1904-NULL-cannot-be-passed-by-reference.patch
    • 0004-Fixes-2904-Calling-config-constructor-with-an-argume.patch
    • error-ldap-inspection-108
    • 0005-Fixes-2904-We-need-the-gosaDepartment-objectClass-to.patch
Assignee
Assign to
Time tracking