"Error connecting to the server" on uploading file in course

"Error connecting to the server" on uploading file in course

by Rahul Barpha -
Number of replies: 1

I am getting an error like "Error connecting to the server" when I am uploading a file in course (more than Size 100MB).

error

I have follow below steps.

The following settings have been changed in the php.ini (/etc/) file.

file_uploads = On
post_max_size = 128M
upload_max_filesize = 128M 
memory_limit = 128M
max_execution_time = 1000
max_execution_vars = 1000
max_allowed_packet= 128M
mysql.connect_timeout = 300 
mysqli.reconnect = On 
default_socket_timeout = 300 
mysql.allow_persistent = On 


Also within Moodle I have done following Settings:

• Site Administration>>Security>>Site Policies>> Maximum Uploaded File Size: 128MB.

• Site Administration>>Courses>>>Course Default Settings>> Maximum uploaded Size: 128MB.

• Course Administration>>Edit Settings>>Maximum upload Size: 128MB


And settings have been changed in the httpd.conf (/etc/httpd/conf/) file

Timeout 6000

But still facing same issue.Please help 



 

Average of ratings: -
In reply to Rahul Barpha

Re: "Error connecting to the server" on uploading file in course

by Sonny Herrick -

I am getting the same error and also get this error when students try to upload assignments? Have made the same php.ini file changes

 also. 

Attachment Untitled-1.jpg