Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
1.4k views
in Q2A Core by
I have got the following in the error LOG

[29-May-2012 17:38:51] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 17:39:34] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 17:44:31] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:10:14] PHP Notice:  Undefined index:  points_per_a_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 82
[29-May-2012 18:10:34] PHP Notice:  Undefined index:  points_per_a_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 82
[29-May-2012 18:10:43] PHP Notice:  Undefined index:  points_per_a_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 82
[29-May-2012 18:12:37] PHP Notice:  Undefined index:  points_per_a_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 82
[29-May-2012 18:19:50] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:29:39] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:29:51] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:30:04] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:33:04] PHP Notice:  Undefined index:  raw in /home/**********/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code on line 170
[29-May-2012 18:40:35] PHP Notice:  Undefined index:  points_per_q_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 79
[29-May-2012 18:40:46] PHP Notice:  Undefined index:  basetype in /home/**********/public_html/question/qa-plugin/NoahY-q2a-badges-29a87f0/qa-plugin.php on line 280
[29-May-2012 18:40:46] PHP Notice:  Undefined index:  basetype in /home/**********/public_html/question/qa-plugin/NoahY-q2a-badges-29a87f0/qa-plugin.php on line 290
[29-May-2012 18:40:46] PHP Notice:  Undefined index:  points_per_a_voted in /home/**********/public_html/question/qa-plugin/NoahY-q2a-privileges-b8b796e/qa-priv-check.php on line 82
 

How can I solve it. the ************* means the hosting folder - I have hide it.
Q2A version: 1.5.2
by
@bishu where did get the error log file. Please help
by
@Sibi ,
 If you're using cPanel, the master log file you're probably looking for is stored (by default) at /usr/local/apache/logs/error_log

But...if you have access to a php.ini file you can do this:
error_log = /var/log/php-scripts.log

Please log in or register to answer this question.

...