moodle upload issue

moodle upload issue

by sundarapandian madhvan -
Number of replies: 2

Hi Team,


While restore the 150 MB data in one course but we are unable to restore its showing "Error connecting to the server

Below is our configuration file in php.ini

max_execution_time = 600

max_input_time = 600

max_input_vars = 1000

memory_limit = 256M

upload_max_filesize = 5000M

post_max_size = 5000M

I have stuck in this issue please help me to resolve the issue


Thanks




Average of ratings: -
In reply to sundarapandian madhvan

Re: moodle upload issue

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Make the upload_max_filesize and post_max_size something sensible. There will be a limit depending on your build of PHP. Take a 0 off those figures!

Are you sure you've editing the correct php.ini file? If you're not sure... go to Site administration > PHP Info and check the path to php.ini near the top of that page is what you expected?

Did you restart the web server after making any changes?

Failing all of that, enable Debugging (right up to Developer), reproduce the problem and then check your web server's error log.