Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
497 views
in Q2A Core by

Benim Sorunları ı yardıma ihtiyaç duyuyor :(

Q2A version: 1.7.4

1 Answer

+1 vote
by

This is a problem with a plugin or theme. As you're using the core theme it's probably a plugin.

Try removing plugins one by one and see if the message goes away.

You can also debug the problem by following these steps:

  1. Uncomment line 431 in qa-base.php and reload the page.
  2. You'll see a bunch of code which is the code where the error came from, copy paste that into a text editor or something with line numbers.
  3. Look at the lines referenced there (128, 130). That's where the error will be.
...