MyBB Community Forums

Full Version: Theme Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok I tried to install BlackEvo4-Space theme and i got this issue

The following errors were encountered:
A potential security issue was found in the theme. It was not imported. Please contact the Author or MyBB Group for support.

Help?

My forum is arszilla.neq3.com
There is something wrong with one of the templates for the theme. It probably has a PHP variable that is considered a security vulnerability by MyBB somewhere.

You're best option is probably to try to contact the author of the theme.
This error is usually because of older themes using a now considered insecure way of displaying variables.
To solve this open up the theme's .xml file and replace the following:
  • Replace: {$monthnames[$prev_month['month']]} with: {$prev_month['month']}
  • Replace: {$monthnames[$next_month['month']]} with: {$next_month['month']}
  • Replace: {$type_checked[$type['tid']]} with: {$checked}
Thank you it is fixed but it looks weird. See arszilla.neq3.com and see the original theme DarkEvo4-V2-Space

Also i am looking for a theme like DarkFX or DarkEvo-V2