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

HI there,

I add a close question plugin and came up this message ...

" Notice: Undefined index: hidden in /home/a1264867/public_html/qa-include/qa-theme-base.php on line 1617 "

Here the commands in php file "red" is the line 1617

        function c_list_item($c_item)
        {
            $extraclass=@$c_item['classes'].($c_item['hidden'] ? 'qa-c-item-hidden' :'');
            
            $this->output('<DIV CLASS="qa-c-list-item '.$extraclass.'" '.@$c_item['tags'].'>');
            $this->c_item_main($c_item);
            $this->c_item_clear();
            $this->output('</DIV> <!-- END qa-c-item -->');
        }

I am not able to see the error...could some body see it please..thank you.

 

by
Thanks for the feedback... as with all of these problems, remember - a "Notice" isn't an error, it's just, well, a notice.  You should have these turned off on your production site (via php.ini), and I don't think they will otherwise affect performance.

That being said, I'll try to fix this... can you tell me what page this error comes on?
by
I guess you saw the page already........

Please log in or register to answer this question.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...