ice00
Forum Replies Created
-
Forum: Plugins
In reply to: [NewStatPress] Issues with Backup & Exporting Datahi,
I hope that 0.8.3 is not the version of NewStatPress you are using. You need at least version 1.0.4 because alle the previous has several XSS and SQL injection issue that cames from original Statpress. Else it not uses AJAX call to speed up page generation.
However, if you had the last version, there is an Information panel that gives you the DB size.
256MB (the one I see in the link) is not so big.
Mine is over 1,6GB and I had no problem for the backup (it is done from servver side).If you want to have less data, you can activate the prune option for spider (so you delete all spiders before the time you choose).
This almost reduice your DB (after that you can use the Optimize function into Tools for optimize the table). If worst case you can choose to prune all data from the date you choose (but you lost counted information).If you want to save your data, you need to export the wp_statpress table (maybe with phpmyadmin).
Thanks
Forum: Plugins
In reply to: [NewStatPress] Overview Graph – Option for API?hi,
your multisite is with sub-diercotries or with sub-domains?
thanks
Forum: Plugins
In reply to: [NewStatPress] Overview Graph – Option for API?hi,
External API works as follow.
If accepts POST request into this path of your site:
The caller gives parameters, like OVERVIEW, KEY and the kind of output to get as result.
The API will return the HTML output of Overview or JSON file with data for being able to processed by PHP / Javascript as a user want into his server/site.
Why use this?
Well a little version was already used for 2 years now and is the Variable output that uses a simple version with GET post. With this a page that shows some variables in widget now loads in less than a second, before it loads in 20/30/40 seconds with big database.
Dashboard uses External API from 6 months already.
This is the way so we can use AJAX and have asynchronous pages generation, so all 404 errors should gone away.
For multisite we have to check how it is implemented.
Forum: Plugins
In reply to: [NewStatPress] Overview Graph – Option for API?hi,
the Option is as in this image:
https://newstatpress.altervista.org/wp-content/uploads/2016/06/329.pngIt is the last tab in Option page.
Maybe try to clear browser cache so it load the CSS again.
Let me know if you see it.
thanks
Forum: Plugins
In reply to: [NewStatPress] Graph does not work properlyhi,
send the screenshot with a mail at this email-address: newstatpress @ altervista.org (remove the antispam spaces)
thanks
Forum: Plugins
In reply to: [NewStatPress] Graph does not work properlyhi, could you send a screenshot of the missing days in graph at newstatpress @ altervista.org so we can analyze it?
Graph load is now asynchronous to page generation, so it showes up when server finishes to give the data.
In next version at the end of this weeks, there will be an alert if there is a problem in loading the graph.
Forum: Plugins
In reply to: [NewStatPress] Error: number of visitors is lockedEven mine are on Altervista:
Struttura avwp_statpress 1 244,93 Mb 8388594
Indice avwp_statpress 378,02 MbWith your DB dimension you should not have problem.
Please write at newstatpress @ altervista.org so I can ask for screenshot
thanks
Forum: Plugins
In reply to: [NewStatPress] Error on line 198hi,
this is a problem about the changes from old Google geo API to new Google geo API where there are some problems to map country with English language.
Solution needs some changes in DB but this is schedules as soon as we have a reliable migration utility to pass to new tables format.
thanks
Forum: Plugins
In reply to: [NewStatPress] Error: number of visitors is lockedWith the new version 1.2.2 in Tools there is the Information panel that gives the dimension of your DB. Please gives detail about it.
Thanks
Forum: Plugins
In reply to: Problem with NewStatPresshi,
those lines check if the given Url is some of blog path, like feeds.
It seems that when get_bloginfo get an empty string the warning pop up
try this:
$tmp=get_bloginfo('rdf_url'); if ($tmp) { if (stristr($url,$tmp) != FALSE) { return 'RDF'; }}
instead of this:
if (stristr($url,get_bloginfo('rdf_url')) != FALSE) { return 'RDF'; }
and see if warning has gone for the first line.
This is the solution we are try to implement for the warning in 1.2.2
Thanks
Forum: Plugins
In reply to: Problem with NewStatPresshi,
you should check version 1.2.2 that will be released soon and see if it resolve the problems.
thanks
Forum: Plugins
In reply to: Problem with NewStatPresshi,
the last warning is some we are working to fixing that appears in some sites.
The others was never seen.
What is your version of PHP?
Thanks
Forum: Reviews
In reply to: [NewStatPress] Deinstalled after 1 minutehi,
If you can help, please send a screenshot at newstatpress [at] altervista.org
Thanks
Forum: Plugins
In reply to: [NewStatPress] Error: number of visitors is lockedPlease, look that you had not a crashed table in DB server by apply a Utility, Repair Database in the admin panel of Newstatpress.
Else, could you check the dimension of your DB by apply a NewStatPress update (it shows the information in the last lines)?
thanks
Forum: Plugins
In reply to: [NewStatPress] Error: number of visitors is lockedhi,
did you have another plugin that uses statpress table at the same time of newstatpress?
thanks