问题
In opencart 3.0.1.1 when i upload filename.ocmod.xml from extension installer from admin panel it gives me "invalid file type error". How can I fix this error?
回答1:
3.x support only archived files, You need to archive the file before upload . eg: change the xml file name to 'install.xml' then archive the file as filename.ocmod.zip.
来源:https://stackoverflow.com/questions/44970759/opencart-3-0-1-1-filename-ocmod-xml-invalid-file-type