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

Help My Server 

Error AH01071: Got error 'PHP message: PHP Notice: Undefined index: part in /var/www/vhosts/site.com/httpdocs/qa-include/qa-base.php(595) : eval()'d code on line 377\n', referer: 

Fix?

Add

Error  404 GET /images/loadingAnimation.gif HTTP/1.0

Thaks for you Help

by
Can you link to the plugin with the issue?

1 Answer

+2 votes
by

That error is due to a plugin. You could try removing one plugin at a time to find when the error goes away.

Or you can uncomment the line of code in qa-include/qa-base.php above the call to qa_eval_from_file. Then line 377 of what is output will be where the error is, which may give you a clue to the plugin.

The second error I think may be from a plugin too. I'm not sure what uses a filename loadingAnimation.gif
Edit: according to this it may be from the q2a-embed plugin

PS I hid your other question which appeared to be a duplicate.

by
Thanks Scott.

I have detected which plugin causes me the error.

But it's a plugin that is important on my site.

Will it cause any problem to continue? In normal view of users and activities there is no problem whatsoever.

It is only that warning that appears to me and outside of it everything works with normality.

Can I leave the plugin running?


I thank you infinitely for your help
by
It's a PHP "notice", not a warning or error, so it's not serious and the plugin should continue to work fine. But it could also cause a bug in the plugin.

If you've identified the plugin you should try and contact the author to fix the issue if possible.
...