You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Lukasz (Created) (JIRA)" <ji...@apache.org> on 2012/04/20 11:50:41 UTC

[jira] [Created] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Problem with language when invoking OM from Moodle module
---------------------------------------------------------

                 Key: OPENMEETINGS-190
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
             Project: Openmeetings
          Issue Type: Bug
          Components: Moodle-Plugin
         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
            Reporter: Lukasz
            Assignee: SebastianWagner


When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
Even changing function from view.php from:

 $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
                                                                "/".$CFG->openmeetings_webappname."/?" .
                                                                "secureHash=" . $returnVal .
                                                                "&scopeRoomId=" . $scope_room_id .
                                                                //"&swf=maindebug.swf8.swf" .
                                                                "&language=" . $openmeetings->language .
                                                                "&picture=" . $USER->picture .
                                                                "&user_id=". $USER->id .
                                                                "&moodleRoom=1" .
                                                                "&wwwroot=". $CFG->wwwroot;         

to:

 $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
                                                                "/".$CFG->openmeetings_webappname."/?" .
                                                                "secureHash=" . $returnVal .
                                                                "&scopeRoomId=" . $scope_room_id .
                                                                //"&swf=maindebug.swf8.swf" .
                                                                "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
                                                                "&picture=" . $USER->picture .
                                                                "&user_id=". $USER->id .
                                                                "&moodleRoom=1" .
                                                                "&wwwroot=". $CFG->wwwroot;         

..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SebastianWagner resolved OPENMEETINGS-190.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0 Apache Incubator Release
    
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: SebastianWagner
>             Fix For: 2.0 Apache Incubator Release
>
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "Lukasz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261446#comment-13261446 ] 

Lukasz commented on OPENMEETINGS-190:
-------------------------------------

Problem is solved with latest moodle plugin version.
Thank You, regards
                
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: SebastianWagner
>             Fix For: 2.0 Apache Incubator Release
>
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "Lukasz (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258258#comment-13258258 ] 

Lukasz commented on OPENMEETINGS-190:
-------------------------------------

Thank You Sebastian for Your response.

I maded completely new install of todays OM build. Alone, the aplication works fine, but now I cannot enter room from Moodle 1,9 and from Moodle 2.2.

In moodle 1.9 there is such a error message:

#START Moodle 1.9#
Error

HTTP Error: cURL ERROR: 28: connect() timed out!
url: http://e-learning2.pwsz.krosno.pl:8080/openmeetings/services/UserService.UserServiceHttpSoap11Endpoint/
content_type: 
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 30.119742
namelookup_time: 0.011202
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

Could not login User to OpenMeetings, check your OpenMeetings Module Configuration
#END Moodle 1.9#

In Moodle 2.2 there is such a error message:

#START Moodle 2.2#
Error

wsdl error: Getting http://e-learning2.pwsz.krosno.pl:5080/OpenMeetings PWSZ Krosno/services/UserService?wsdl - HTTP ERROR: Unsupported HTTP response status 505 HTTP Version Not Supported (soapclient->response has contents of the response)

Could not login User to OpenMeetings, check your OpenMeetings Module Configuration
#END Moodle 2.2#

I double and triple checked IP address and password entered in Moodle modules. Of course I created user with "SOAP admin" privileges in OM server.

Regards
                
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: SebastianWagner
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "SebastianWagner (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258125#comment-13258125 ] 

SebastianWagner commented on OPENMEETINGS-190:
----------------------------------------------

Please try it out with the latest nightly build of Openmeetings from 
https://builds.apache.org/job/openmeetings/
                
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: SebastianWagner
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258880#comment-13258880 ] 

SebastianWagner commented on OPENMEETINGS-190:
----------------------------------------------

I have been successfully testing latest OpenMeetings NIghtly Build with latest Moodle 2.2++

But you should download a copy from the latest Moodle Plugin from our SVN and use that.
http://svn.apache.org/repos/asf/incubator/openmeetings/trunk/plugins/moodle_plugin/


                
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: SebastianWagner
>             Fix For: 2.0 Apache Incubator Release
>
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENMEETINGS-190) Problem with language when invoking OM from Moodle module

Posted by "Maxim Solodovnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik closed OPENMEETINGS-190.
-----------------------------------------

    Assignee: Maxim Solodovnik  (was: SebastianWagner)

Closing all old 'Resolved' issues
                
> Problem with language when invoking OM from Moodle module
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-190
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-190
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Moodle-Plugin
>         Environment: Openmeetings_1_9_1_r4707, Moodle 2.2 
>            Reporter: Lukasz
>            Assignee: Maxim Solodovnik
>             Fix For: 2.0 Apache Incubator Release
>
>
> When entering openmeetings room from Moodle module, language used in OM room is always english. Changing language in OM module settings does not change anything.
> Even changing function from view.php from:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . $openmeetings->language .
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> to:
>  $iframe_d = "http://".$CFG->openmeetings_red5host . ":" . $CFG->openmeetings_red5port .
>                                                                 "/".$CFG->openmeetings_webappname."/?" .
>                                                                 "secureHash=" . $returnVal .
>                                                                 "&scopeRoomId=" . $scope_room_id .
>                                                                 //"&swf=maindebug.swf8.swf" .
>                                                                 "&language=" . '25' . //HERE IS 25 AS NUMBER FOR POLISH LANGUAGE
>                                                                 "&picture=" . $USER->picture .
>                                                                 "&user_id=". $USER->id .
>                                                                 "&moodleRoom=1" .
>                                                                 "&wwwroot=". $CFG->wwwroot;         
> ..does not affect anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira