XF 2.3 Oops! We ran into some problems. Please try again later. More error details may be in the browser console.

Hello @dutyfree
Please try running either 'nano -w /etc/nginx/nginx.conf' or 'nano -w /usr/local/nginx/conf/nginx.conf'. Then, find 'client_max_body_size' and modify or add the line 'client_max_body_size 8000M;' to the file. Afterward, run 'service nginx reload'. Next, run 'nano -w /etc/php.ini' and change 'upload_max_filesize = 8000M' and 'post_max_size = 8000M'. Good luck!
 
Last edited:
Back
Top Bottom