@exuin said:
another error ("unknown file open mode wx+").
That sounds like a permissions issue, wx seems like write permission lemme google that here...
https://en.wikipedia.org/wiki/File-system_permissions
r if reading permitted, otherwise -
w if writing permitted, otherwise -
x executing permitted, otherwise -
Looks like 0333 or write and execute allowed but I've no idea what the + would indicate tho so perhaps I'm wrong. Ah there it is...
+ (plus) suffix indicates an access control list that can control additional permissions.
I'm guessing the error is from your server?