Q2A error: Undefined index eval()’d code

61 Likes Comment

How to fix this error in your question2answer website?
Notice: Undefined index: part in qa-include/qa-base.php(510) : eval()'d code on line 189
Just one line code. Because it’s just php notice , you can disable the notice message from php.ini configuration.
So I’ll tell you to fix this in your php script.

File to edit: qa-include/qa-base.php
Find:
eval('?' . '>' . $eval);
Add this above it:
error_reporting(0);
Let’s check your website now! It will be OK.

You might like

About the Author: Toc Xoan

This guy likes taking photos, hunting cheap tours, exploring the unique culture of every cities of Vietnam. Contact: [email protected]. I've created a dogecoin wallet to receive blog funding: DE6F5FisSCy7yz5rpHY1ChMSGYnDMpFZ1Q

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.