Got this error on vanilla 2.1 anyone got fix ?
what error ?
There was an error rendering this rich post.
@422 i got this one fixed, it's not giving the right error for limited upload limit, i just set the PHP upload limit to bigger than 2mb
upload_max_filesize = 10M
for uploading in php.ini
Comments
what error ?
There was an error rendering this rich post.
@422 i got this one fixed, it's not giving the right error for limited upload limit, i just set the PHP upload limit to bigger than 2mb
upload_max_filesize = 10M
for uploading in php.ini