My training program can allow users to upload files relevant to the course they are enrolled in . However, this functionality is not working on this server. Please advise me on how to configure this feature.
Dave
-------------------------------------------------------------------------------
Moodle requires a number of PHP settings to be active for it to work. On most servers these will already be the default settings. However, some PHP servers (and some of the more recent PHP versions) may have things set differently. These are defined in PHP's configuration file (usually called php.ini):
magic_quotes_gpc = 1 (preferred but not necessary)
magic_quotes_runtime = 0 (necessary)
file_uploads = 1
session.auto_start = 0
session.bug_compat_warn = 0


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks