Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
967 views
in Q2A Core by
I am getting the following error on the admin/stats page.

Warning: number_format() expects parameter 1 to be double, string given in /home/equineov/public_html/qa-include/qa-page-admin-stats.php on line 117


line 117
            'ccount' => array(
                'label' => qa_lang_html('admin/total_cs'),
                'value' => qa_html(number_format($ccount)),
            ),
by
What is shown on the page alongside the 'Total comments:' label?

1 Answer

0 votes
by
 
Best answer
In the 'Statistics' panel of the 'Admin' panel, click the 'Reindex...' button - that should solve this problem.
...