500 on front-end upload
-
We’re using this plugin for front end image uploads in a ACF fields group for meta data on a custom post type.
The upload action is showing a 500 error in debug console:/wp-json/aiarc/v1/upload 500 (Internal Server Error) input.js:88
Throwing the window.alert “There has been a critical error on this website.”
I have Fetch/XHR
Raw request header:
POST /staging/wp-json/aiarc/v1/upload HTTP/1.1 Accept: application/json, text/plain, */*
I think the Accept: application/json, text/plain, */* might be the problem for our server.Note this is a sandbox site located in a subfolder of the active domain, this might also be a contributing factor.
I have tried running a tail on the error logs but nothing is being caught server side.
XHR payloads seem correct.
Server has over 3G of available memory for this action. Nothing is uploaded to media library.
Crop is also not opening on admin post edit page, default wordpress media library upload opens.
I’m still debugging to find the conflicting plugin. Any recommendations would be appreciated.
Thank you
- The topic ‘500 on front-end upload’ is closed to new replies.