Forums Index > Mewsoft Products > Auctionawy > Site Statistics... Question??
highland1 First Post Posted on: 03-26-10 08:39 AM
Site Statistics... Question??

How Do you reset the Site Statistics? I need to rest to 0 before I go Live.... Thanks...
mewsoft Reply #: 1 Posted on: 03-26-10 09:16 AM
Re: Site Statistics... Question??

You can using the SQL commander

Mewsoft Support
www.mewsoft.com

highland1 Reply #: 2 Posted on: 03-26-10 09:34 AM
Re: Site Statistics... Question??

What command do I issue to Clear and Reset these?? Thanks..
mewsoft Reply #: 3 Posted on: 03-26-10 10:51 AM
Re: Site Statistics... Question??

I created an FAQ for this:

http://mewsoft.com/cgi-bin/forum/forum.cgi?action=ViewTopic&Topic=1990&Forum=13&Page=1&Period=0a&Lang=English


Mewsoft Support
www.mewsoft.com

highland1 Reply #: 4 Posted on: 03-26-10 12:05 PM
Re: Site Statistics... Question??

I did but got this error below....\ \ SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"Total_Listed_Count", "0")' at line 1\ Query:\ INSERT INTO Auction_Config ("Total_Listed_Count", "0")\ Line 745, File /home/searchnf/public_html/bsbids/cgi-bin/auction/DatabaseMgr.pm.\ \ What do I need to do now? Thanks...
mewsoft Reply #: 5 Posted on: 03-26-10 12:12 PM
Re: Site Statistics... Question??

Typo, should be:

INSERT INTO Auction_Config values("Total_Listed_Count", "0"wink

Thanks


Mewsoft Support
www.mewsoft.com

highland1 Reply #: 6 Posted on: 03-26-10 12:51 PM
Re: Site Statistics... Question??

Thanks It works Great!!