MyBB Community Forums

Full Version: Themes won't load in V1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiya,

I've tried to load new themes in to version 1.2 and I just get an error.

I've followed all the instructions to the letter on a couple of themes but nothing happens. When I try to upload the xml file with the browse option in admin MyBB replys 'no data was present'. So I can only assume a bug - any ideas anyone.

D
Can you attach the xml file here?
Here you go thanks for your help

D

Smile
Can I have a link to your forum and administrative access (In a PM) so i can take a look at the problem?
Was this resolved? It looks like it works Toungue
Hiya, no it wasn't resolved, I changed the style sheet myself with a bit of fiddling (wasn't that hard really) but the short answer is no the problems still remains - thanks for asking though.

DR
I have a feeling this is related to your url wrappers not being on, just like in your other Version checker bug report thread.
For debugging, inside admin/themes.php
Find:
$contents = @file_get_contents($_FILES['compfile']['tmp_name']);
Change to:
$contents = file_get_contents($_FILES['compfile']['tmp_name']);
See if any new errors occur and copy/paste them here, @ supress the errors from PHP.

Not really smart when you get bug reports like this and you have no idea about anything.
Yeah would be nice to get some info on this *bump*
* Ryan Gordon sighs

2 months later and still no reply -.-