matecat / MateCat

MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
http://www.matecat.com
GNU Lesser General Public License v3.0
366 stars 169 forks source link

Error 500 when converting files to XLIFF #2497

Open MCalafato opened 2 years ago

MCalafato commented 2 years ago

There seems to be a problem when uploading a file and converting it to XLIFF. When uploading a file on the web page, a message ‘Error: Server error, try again’ in red is popping up, however there are no errors in the error logs.

The file is uploading successfully according to the console logs but hits an error 500 upon a POST request on http://localhost/action/convertFile/. I have registered and subscribed to the MateCat Filters API and included the key in the config.ini file as well.

The following is the matecat.log file: image

Is there anything else I need to do to fix this issue?

a774500050 commented 1 month ago

@MCalafato I am also encountering the same issue with a 500 Internal Server Error when trying to upload files in Matecat. My PHP version is 8.0. I saw that you reported this issue earlier and I was wondering if you have found a solution or workaround for it?