By Bénédicte on Saturday, 21 December 2013
Replies 5
Likes 0
Views 1.1K
Votes 0
Hello,
I tried to install EasyBlog with the extension manager. I get COM_INSTALLER_MSG_INSTALL_WARNINSTALLUPLOADERROR
My site is locally installed Joomla 2.5.17 Apache 2.4.4 PHP 5.4.12 MySQL 5.6.12
How could I proceed?
Thanks in advance.
Regards,
Christine
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. You are most likely hitting this error because the upload_max_filesize defined is not sufficient enough to upload the installer for EasyBlog. You need to increase the value of upload_max_filesize in the php.ini file to a larger size (Recommended: 10mb)
·
Saturday, 21 December 2013 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
If you plan to use Nginx - you should change in your nginx.conf file (cd /etc/nginx/nginx.conf):
client_max_body_size 10M;
It helps me:-)
·
Sunday, 29 December 2013 01:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing
·
Sunday, 29 December 2013 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
I increased the value of upload_max_filesize. It worked. Thanks.
·
Sunday, 05 January 2014 22:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Monday, 06 January 2014 03:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post