Bug #5063
openFatal error when browing reporting tab in Administration
0%
Description
PHP Fatal error: Cannot instantiate abstract class repository\\ContentObjectImportForm in /var/www/html/migration/chamilo-dev/repository/php/lib/repository_manager/component/template_importer.class.php on line 32, referer:
Updated by Stefaan Vanbillemont almost 11 years ago
- Target version set to Backlog (default)
Updated by Anthony Hurst almost 11 years ago
Importing templates always assigns the current session's user id to the imported content objects.
repository\php\lib\content_object_import\cpo\import.class.php on line 17. [use of Session :: get_user_id()].
repository\php\lib\content_object_import.class.php on line 87. [call to import()].
repository\content_object\x\php\lib\implementation\import\cpo.class.php on line 11. [import() on line 1].
repository\php\lib\content_object_import_implementation.class.php on line 16. [call to import()].
repository\php\lib\content_object_import\cpo\controller.class.php on line 508.
repository\php\lib\content_object_import\cpo\controller.class.php on line 221.
repository\php\lib\repository_manager\component\template_importer.class.php on line 86.
Called in Administration > repository > import templates.
Updated by Anthony Hurst almost 11 years ago
- Status changed from New to Needs testing
- Assignee set to Stefaan Vanbillemont
- Target version changed from Backlog (default) to LCMS 3
Corrections made. Please retest once the test installation has been updated.
Updated by Stefaan Vanbillemont almost 11 years ago
- Status changed from Needs testing to Assigned
- Assignee changed from Stefaan Vanbillemont to Anthony Hurst
- Target version changed from LCMS 3 to Backlog (default)
Fatal error is gone .. but no list of available reports.