MyBB Community Forums

Full Version: Can't upload XML file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have problem,when I try to upload theme file (XML file) my page just refreshes and nothing happens.

I didn't got any error,what problem it could be?

URL of forum: http://adiatechnica.com/
I have the same error. I get a 403 error. I cant upload any themes that I have paid for. Would appreciate some help!
It's fixed now!
(2022-07-16, 11:41 PM)Darragh Wrote: [ -> ]I have the same error. I get a 403 error. I cant upload any themes that I have paid for. Would appreciate some help!

403 is a web server permissions error.  You shouldn't get that from the ACP theme Import dialogue.  Confirm all chmod permissions are writable in the Tools & Maintenance section of the ACP, then review MyBB theme docs again:

https://docs.mybb.com/1.8/administration/themes/
It's possible that mod_security or some other security software doesn't like XML being posted to the server, you may need to ask your host if it's triggering any security rules and ask them to disable them.
(2022-07-17, 12:14 PM)Matt Wrote: [ -> ]It's possible that mod_security or some other security software doesn't like XML being posted to the server, you may need to ask your host if it's triggering any security rules and ask them to disable them.

Problem was in .htaccess file.I made command to redirect from index.php to root,and because of that I couldn't import theme Confused