This is my code
$themeobject = new qa_html_theme_base();
However it gives this warning:
Warning: Missing argument 1 for qa_html_theme_base::__construct(), defined in www\project\qa-include\qa-theme-base.php on line 65
I thought arguments were not needed. Or am I missing something here?