No problem dude !
I hope you have a good vacation. Enjoy your loved ones!
When i trying to upload photos, i see the eror as below;
error uploading, code : 413
@cagatay said in Upload Problem:
When i trying to upload photos, i see the eror as below;
error uploading, code : 413
log file;
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
@cagatay is this in your own site, or on here?
@phenomlab my site which is uzayyolu.
@cagatay anything in the nginx
error log ?
i think its folder permission?
@cagatay there didn’t seem to be any new entries in that log file since this morning. Did you check the permissions?
@phenomlab all checked no problem with permissions. (775 all of upload)
@cagatay so you see anything in ./nodeBB log
?
@phenomlab just it
@cagatay that’s the log from the console which will likely be truncated. Have a look at /admin/advanced/logs
to get a better idea.
@phenomlab same;
aaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids []
aaaaa
tids [
@cagatay is that all that is in the log ? There should be much more than that.
Let’s test this
./nodebb stop
in the console./nodebb dev
Thanks
@cagatay thanks. HTTP 413 it’s being generated because the file you are uploading is too large for nginx
to process.
See below
https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/
@phenomlab ok i m going to change size of picture which trying to upload.
@cagatay ok