By hasan çelik on Monday, 14 September 2015
Likes 0
Views 1.3K
Votes 0
Hi,

When I try to install easydiscuss, I am getting this kind of error. can you help me?

Error
There was an error uploading this file to the server.
Maximum PHP file upload size is too small: This is set in php.ini in both upload_max_filesize and post_max_size settings of your PHP settings (located in php.ini and/or .htaccess file).

Unable to find install package
Hey Hassan,

I've tried to connect with your FTP server, but i hitting this :
Response:	421 Sorry, cleartext sessions are not accepted on this server.
Error: Could not connect to server
Status: Waiting to retry...


The reason why you hitting this error "Error : There was an error uploading this file to the server." is because your php upload_max_filesize hitting the limit, Example : your php set this `upload_max_filesize` to 2M, but you upload the installer file size is around 8M, so it will fail, unless you consult with your webhosting provider to help you increase this php value upload_max_filesize to 10M or 20M, so it will work fine.

But you can use quick fix for this, try using second install from directory method :
First : Upload the Easydiscuss installer file in this file location JoomlaFolder/tmp/ed(create this directory folder call 'ed')
Second : Extract the installer zip file from there
Third : Go to your backend > extension > manage > Install from Folder > put your path : /home/xxx/public_html/xxx.com/tmp/ed (add 'ed' on behind of path) > click install.

Hope this help.
·
Monday, 14 September 2015 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much,

It worked
·
Monday, 14 September 2015 18:05
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Monday, 14 September 2015 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post