Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
444 views
in Q2A Core by

Hello

I am getting this error : Fatal error: Call to undefined function qa_get_gravatar_url() in /home/examcompetition/public_html/forum1/qa-include/app/format.php on line 2282

I checked app/format.php its calling qa_get_gravatar_url() defincation of the funtion is present in app/user.php every thing seems fine. but still getting error.

Error Page: https://www.examcompetition.com/forum1/user/somu

Q2A version: 1.8

1 Answer

0 votes
by

This is a bug. You can see the fix here: https://github.com/q2a/question2answer/pull/588/files

In short, just move the whole qa_get_gravatar_url() function to the end of the file.

by
Fix has now been merged.
...