MyBB Community Forums

Full Version: Can't install any theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys!
Uh...I am Claraviolet..call me clara-sama or Itachi-sama whatever suits your mood.Anyway,I can't seem to install any theme.I have uploaded necessary images..but when I am trying to upload the xml file,I am getting errors.

MyBB could not find the theme with the file you uploaded. Please check the file is the correct and is not corrupt.

And this is the other error.

Some security issues are detected by mybb

Before I advertise this site,I wanna make it look like a real anime site..So guys help me please....

This is my site-----

http://onepieceforum.net16.net/

Thanks in advance.
First error has something to do with errors / poor coding inside on the xml file, cant help on it. Make sure youre trying to upload updated and not mybb 1.2 theme or something.

Second error means theme is outdated and needs some fixing to do.

Open themes xml.


find:
Quote:{$monthnames[$prev_month['month']]}

replace with:
Quote:{$prev_month['month']}


find:
Quote:{$monthnames[$next_month['month']]}

replace with:
Quote:{$next_month['month']}


find:
Quote:{$monthnames[$week_from[1]]}

replace with:
Quote:{$monthnames[$week_from_one]}


find:
Quote:{$type_checked[$type['tid']]}

replace with:
Quote:{$checked}


Im not too good at this, but hope it helps.
(2014-05-22, 11:50 AM)Augiz Wrote: [ -> ]First error has something to do with errors / poor coding inside on the xml file, cant help on it. Make sure youre trying to upload updated and not mybb 1.2 theme or something.

Second error means theme is outdated and needs some fixing to do.

Open themes xml.


find:
Quote:{$monthnames[$prev_month['month']]}

replace with:
Quote:{$prev_month['month']}


find:
Quote:{$monthnames[$next_month['month']]}

replace with:
Quote:{$next_month['month']}


find:
Quote:{$monthnames[$week_from[1]]}

replace with:
Quote:{$monthnames[$week_from_one]}


find:
Quote:{$type_checked[$type['tid']]}

replace with:
Quote:{$checked}


Im not too good at this, but hope it helps.

Um...I have done all that ..I kinda did my research...this thread is my last resort.Thanks anyway Big Grin
Well no idea, maybe providing links to themes or theme names would help.