<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>24901</bug_id>
          
          <creation_ts>2011-01-12 14:22:19 +0300</creation_ts>
          <short_desc>При удалении курса в Moodle появляется сообщение в браузере No action was specified</short_desc>
          <delta_ts>2011-01-12 14:40:11 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>ALT Linux Школьный Сервер</product>
          <component>bugs</component>
          <version>не указана</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="adminden2007@mail.ru">adminden2007</reporter>
          <assigned_to name="mex3">mex3</assigned_to>
          <cc>aen</cc>
          
          <qa_contact name="Andrey Cherepanov">cas</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>117087</commentid>
    <comment_count>0</comment_count>
    <who name="adminden2007@mail.ru">adminden2007</who>
    <bug_when>2011-01-12 14:22:19 +0300</bug_when>
    <thetext>При удалении курса в Moodle и некоторых других действиях появляется сообщение в браузере No action was specified, при этом соответствующего действия не происходит.
Дистрибутив АLTLinux Школьный мастер 5.

Проблема существует из-за неверной строки в конфигурационном файле Moodle - config.php.

$CFG-&gt;wwwroot   = &quot;http://&quot;.$_SERVER[&quot;HTTP_HOST&quot;].&quot;/moodle&quot;;

Изменение ее на такую
$CFG-&gt;wwwroot   = &quot;https://&quot;.$_SERVER[&quot;HTTP_HOST&quot;].&quot;/moodle&quot;;

полностью решает проблему, так как по умолчанию в школьном сервере используется защищенное соединение.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>