Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Using slash arguments.

Using slash arguments: Difference between revisions

From MoodleDocs
No edit summary
m (added link to spanish translation of page)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Environment}}
{{Environment}}
==Enabling slash arguments==
The function ''slash arguments'' is required for various features in Moodle to work correctly, such as SCORM packages and embedded files.


The slasharguments setting is intended mostly for diagnostic purposes and we strongly recommend this setting should be always enabled.
Slash arguments must be enabled on your web server, as described in:
If you disable this slasharguments setting, many Moodle features will not work properly, such as:
* [[Internet Information Services#Slasharguments|IIS slasharguments]]
* SCORM packages.
* [[Apache#Slasharguments|Apache slasharguments]]
* Relative links in embedded pages.
* [[Nginx#Slasharguments|Nginx slasharguments]]
* Add-ons and plugins.
* Broken images.


If you disable slasharguments setting and embedded images start to be displayed it means that the server is not properly configured.
==Error when uploading a file==
Another very common problem reported on support forums about slasharguments:
If you obtain a 'File not found' error when uploading a file, it indicates that slash arguments are not enabled on your web server. Please try enabling it.
* [[SCORM_FAQ#slash_arguments_warning_when_I_add.2Fupdate_SCORM_objects_in_my_course|SCORM FAQ: slash arguments warning when I add/update SCORM objects in my course]]


For further information about slasharguments configuration on web servers see:
If your web server doesn't support slash arguments, its use in Moodle can be disabled by un-ticking the checkbox 'Use slash arguments' in ''Administration > Site administration > Server > HTTP''.
* [[Internet Information Services#Slasharguments|IIS server configuration]]
* [[Apache#Slasharguments|Apache slasharguments configuration]]
* [[Nginx#Slasharguments|Nginx slasharguments configuration]]


'''Please note that will not be possible to disable slasharguments settings on moodle 3.0, we recommend to check and configure slasharguments in your webserver.'''
Warning: Disabling the use of slash arguments will result in SCORM packages not working and slash arguments warnings being displayed!
 
==Slash arguments environment check==
 
Note: '''The use of slash arguments will be required in Moodle 3.0 onwards.'''
 
If your web server doesn't support slash arguments, you will in future need to change to a web server which does. (It will no longer be possible to disable the use of slash arguments in Moodle 3.0 onwards.)
 
In the meantime, ''Administration > Site administration > Server > Environment'' reports if the slash argument setting needs to be checked i.e. if it is detected that 'Use slash arguments' is disabled in ''Administration > Site administration > Server > HTTP''. Thus, the check is a warning of the future requirement.
 
==See also==
 
* [https://moodle.org/mod/forum/discuss.php?d=278916 Requiring slasharguments in Moodle 2.9 - will anybody be seriously affected?] forum discussion
 
[[es:Usando slash arguments]]

Latest revision as of 14:53, 6 April 2015

Enabling slash arguments

The function slash arguments is required for various features in Moodle to work correctly, such as SCORM packages and embedded files.

Slash arguments must be enabled on your web server, as described in:

Error when uploading a file

If you obtain a 'File not found' error when uploading a file, it indicates that slash arguments are not enabled on your web server. Please try enabling it.

If your web server doesn't support slash arguments, its use in Moodle can be disabled by un-ticking the checkbox 'Use slash arguments' in Administration > Site administration > Server > HTTP.

Warning: Disabling the use of slash arguments will result in SCORM packages not working and slash arguments warnings being displayed!

Slash arguments environment check

Note: The use of slash arguments will be required in Moodle 3.0 onwards.

If your web server doesn't support slash arguments, you will in future need to change to a web server which does. (It will no longer be possible to disable the use of slash arguments in Moodle 3.0 onwards.)

In the meantime, Administration > Site administration > Server > Environment reports if the slash argument setting needs to be checked i.e. if it is detected that 'Use slash arguments' is disabled in Administration > Site administration > Server > HTTP. Thus, the check is a warning of the future requirement.

See also