(2018-10-22, 04:30 AM)Serpius Wrote: @vintagedaddyo
Look at the screenshot below. I got the errors you see at the very top of the screen.
I have blurred out the real folder name to make the default 'admin' folder more secure.
(for this thread, let's call that folder 'xyz123')
You can see the versions of MyBB and PHP in the screenshot.
Did I do something wrong here?
Edit style.php approx line 1449
Change:
function generate_select_box($name, $option_list,
$selected=array(), $options=array())
to:
function generate_select_box($name, $option_list=array(),
$selected=array(), $options=array())