I have noticed there is something wrong in your server path.
Warning:
includeonce(/home/shadowgu/publichtml/coffeeask/qa-plugin/q2am-front-page/q2am-front-page-class.php):
failed to open stream: No such file or directory in
/home/shadowgu/public_html/coffeeask/qa-include/qa-base.php(595) :
eval()'d code on line 94
Please check your server path properly as there is a mismatch in both include_once path and folder path
Your include path is
includeonce(/home/shadowgu/publichtml/coffeeask/qa-plugin/q2am-front-page/q2am-front-page-class.php):
File path is
/home/shadowgu/public_html/coffeeask/qa-include/qa-base.php(595)
So here are two mismatch
php function is include_once
not includeonce
and the code contains correct one whichis include_once
the server path should have any one either publichtml
or public_html
in your path both path has different name.
I believe once you fix your path issue than plugin should work. However, if you are getting issue after correcting your path than please post details here.