Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image upload failures after server PHP update
#16
You are gonna have to check your error log for actual errors
data/other/logs

Did you turn off php display errors or error level? Upload still failing ( or says it failed, but not? )

you can probably ignore the other suggestions in this thread, you would be getting fatal php errors if it was something major in a plugin. Also that itemmanager pugin is heavily modified mostly by me (custom for mutiple uploads, and special thumnail creation processes), it has since been abandoned by its author also.

post your error log entries that are relevant
also check your host error log and make sure there is no security or mod_sec filtering going on.
post your js (console) errors again

I will look into this http_raw_post deprecated warning, but that should go away if you disable error output, unless strict mode is on maybe.

either way error log will help, i am unsure what the js error is, it might be a result of the other error.

Also what version of GS ?

in latest we use GSSUPPRESSERRORS to override your host env if needed
Code:
    error_reporting(0);
    ini_set('display_errors', 0);
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: Image upload failures after server PHP update - by shawn_a - 2017-04-26, 01:51:31



Users browsing this thread: 1 Guest(s)