File size error when add submission ojs 3

I get error after upgrade OJS from version 3.0 to 3.1. One of my error when i would create new submission "File size error" . Its very simple just check  apache configuration.



You can use this command to get locate the php.ini file

php -i | grep -i "loaded configuration file"
open the file, and you change
upload_max_filesize = 2M
post_max_size = 2M
replacing the 2M with the size you want, for instance 80M
Dont forget restart your apache

/etc/init.d/apache2 restart







Related posts:

No responses yet for "File size error when add submission ojs 3"

Post a Comment