Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Upload docx files Re: Upload docx files

#73935
ddliu
Member

Any PHP errors/warnings thrown?
Add


error_reporting(E_ALL);
ini_set("display_errors", 1);

to see if there’re any other messages.