[
https://issues.apache.org/jira/browse/OPENMEETINGS-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781904#comment-15781904
]
Maxim Solodovnik commented on OPENMEETINGS-1528:
------------------------------------------------
Hello [~mwuttke]
Thanks for testing!
Unfortunately Moodle 2.8 is not compatible with PHP 7, so I can't install it on
my server :(
Could you please edit
https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/mod_form.php#L151
and change
$this->standard_intro_elements(get_string('description', 'openmeetings'));
with
$mform->addElement('htmleditor', 'intro', get_string('description',
'openmeetings'));
$mform->setType('intro', PARAM_RAW);
I guess this might help
If it will not help, I'll set up VM with old Ubuntu to test this
Thanks in advance!
> OpenMeetings 3.1.3 - Problem with Moodle plugin OpenMeetings 2.0.0.5
> --------------------------------------------------------------------
>
> Key: OPENMEETINGS-1528
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1528
> Project: Openmeetings
> Issue Type: Bug
> Components: Moodle-Plugin
> Affects Versions: 3.1.3
> Reporter: Antonio Gómez
> Assignee: Maxim Solodovnik
> Attachments: Moodle-2.8.10.png
>
>
> I´ve installed OpenMeetings 3.1.3 and Moodle 2.8 with plugin module
> OpenMeetings 2.0.0.5 and I saw in Moodle log next error:
> PHP Fatal error: Call to undefined method
> mod_openmeetings_mod_form::standard_intro_elements() in
> /aplicaciones/moodle/e-formacio/e-formacio-eva/mod/openmeetings/mod_form.php
> on line 151, referer: http://eformacio-dsa.gva.es/eva/course/view.php?id=204
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)