Bug #3523
closedPreview of complex content objects not possible
100%
Description
When you click the Preview button of a content object in the Repository the following errors occurs:
Assessment:
Fatal error: Declaration of repository\content_object\assessment\AssessmentComplexDisplayPreview::is_allowed() must be compatible with that of repository\ComplexDisplaySupport::is_allowed() in /var/www/chamilodev/repository/content_object/assessment/php/complex_display/assessment_complex_display_preview.class.php on line 10
Blog:
Fatal error: Declaration of repository\content_object\blog\BlogComplexDisplayPreview::is_allowed() must be compatible with that of repository\ComplexDisplaySupport::is_allowed() in /var/www/chamilodev/repository/content_object/blog/php/complex_display/blog_complex_display_preview.class.php on line 8
Forum:
Fatal error: Declaration of repository\content_object\forum\ForumComplexDisplayPreview::is_allowed() must be compatible with that of repository\ComplexDisplaySupport::is_allowed() in /var/www/chamilodev/repository/content_object/forum/php/complex_display/forum_complex_display_preview.class.php on line 8
Wiki:
Fatal error: Declaration of repository\content_object\wiki\WikiComplexDisplayPreview::is_allowed() must be compatible with that of repository\ComplexDisplaySupport::is_allowed() in /var/www/chamilodev/repository/content_object/wiki/php/complex_display/wiki_complex_display_preview.class.php on line 10
Updated by Anonymous almost 12 years ago
- Status changed from New to Needs testing
- Assignee set to Anonymous
- % Done changed from 0 to 100
fixed on stable
Updated by Michael Hosdez almost 12 years ago
- Status changed from Needs testing to Bug resolved