我正在尝试将ApacheMoodleCMSV2.9.7连接到OpenMeetings V3.1.1。
OpenMeetings已安装并成功运行,我可以使用我在安装过程中设置的用户名/密码登录到openmeetings管理。
当我试图从moodle中添加一个新的公开会议会话时,我得到了以下错误:
array (
'url' => 'http://xxx.xxx.xx.xxx:5080/openmeetings/services/user/login?&user=administrator&pass=password',
'content_type' => NULL,
'http_code' => 0,
'header_size' => 0,
'request_size' => 0,
'filetime' => -1,
'ssl_verify_result' => 0,
'redirect_count' => 0,
'total_time' => 0,
'namelookup_time' => 0.00031599999999999998,
'connect_time' => 0,
'pretransfer_time' => 0,
'size_upload' => 0,
'size_download' => 0,
'speed_download' => 0,
'speed_upload' => 0,
'download_content_length' => -1,
'upload_content_length' => -1,
'starttransfer_time' => 0,
'redirect_time' => 0,
'certinfo' =>
array (
),
'primary_ip' => 'xxx.xxx.xx.xxx',
'redirect_url' => '',
)
在moodle插件配置中,我使用的是相同的openmeetings用户名/密码。
此用户拥有所有权限:[Admin, Dashboard, Login, Room, Soap]
那么,有人能告诉我如何解决这个问题,或者如何解决这个问题吗?
发布于 2017-03-23 08:32:29
解决了,
问题是,我已经在外部服务器上安装了开放会议。因此,我必须在两个服务器上打开incoming & outgoing
for port 5080
openmeeting server and the application server
。
https://stackoverflow.com/questions/39500973
复制相似问题