Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-46240

Atto collapse button icon with bad URL

XMLWordPrintable

      Hello,
      yesterday I've upgraded our moodle instalation to version 2.7. After some quick testing I found bug with generated URL for Atto collapse button icon when the icon is not shown.

      This is the generated URL:
      http://test.elearning.vspj.cz/theme/image.php/more/core/1404315041/http://test.elearning.vspj.cz/theme/image.php/more/atto_collapse/1404315041/icon

      Icon is not shown on nginx web. server. On Apache (my localhost) is everything ok (but the source is still bad generated).

      Here is my nginx configuration:

      server {
          server_name  test.elearning.vspj.cz;
       
          access_log /var/log/nginx/test.elearning.vspj.cz.access_log main;
          error_log /var/log/nginx/test.elearning.vspj.cz.error_log info;
       
          root /var/www/$server_name;
       
          location / {
              try_files $uri $uri/ =404;
          }
       
          location ~ \.php {
                  fastcgi_pass  unix:/var/tmp/php-fpm/$server_name.sock;
                  fastcgi_index index.php;
                  fastcgi_split_path_info ^(.+\.php)(/.+)$;
                  fastcgi_param PATH_INFO $fastcgi_path_info;
                  fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name$fastcgi_path_info;
                  fastcgi_read_timeout 600;
       
                  include /etc/nginx/fastcgi_params;
          }
      }
      

            poltawski Dan Poltawski
            podhy Jakub Podhorsky
            Andrew Lyons Andrew Lyons
            Sam Hemelryk Sam Hemelryk
            Ankit Agarwal Ankit Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.