WassUp 1.5 released!
April 7, 2008 | Filed Under language, release, wassup, wordpress
Here is the new WassUp 1.5, this new version fixes some bugs, it adds some features and it has a new color schema to match the new Wordpress 2.5 color.
The changelog:
- It should solves some problem with tha main chart
- new color chema
- new dashboard chart
- raw table much faster
- top ten customizable
- Modified “deleteMarked” so that delete is specific to the selected date range
- Restored the Akismet class (with timeout checks)
- various minor bugs fixed
- added new Norwegian language file (thanks to Karl)
You can download this new version as usual, remeber to delete the old wassup directory before upload the new one.
Comments
15 Responses to “WassUp 1.5 released!”
Leave a Reply
Hi there.. just a line to feedback - maybe is solved in this new version ? - that the widget for front page does give problems.. The handling of parameters for addding the widget require some non standard characters (ie backwards oriented accent instead of simple ‘). Even copying the strings as provided in the example/readme, for Internet Explorer all shows fine while in WOrdpress you get on top right page a error SQL error message. SO I removed it
Hello. Installed 1.5 with WP 2.5 and I’m now getting this error on the dashboard:
WordPress database 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 'AND 1207593679' at line 1]
SELECT COUNT(DISTINCT wassup_id) AS itemstot FROM wp_wassup WHERE wassup_id IS NOT NULL AND timestamp BETWEEN AND 1207593679
Any advice gratefully received.
Fantastic plugin, BTW.
Hi, i’ve found a small error in your plugin that is causing a sql sintax error on the dashboard. I’ve described the error and a fix here: http://www.erata.net/weblog/programming/2008/04/07/wordpress-wassup-error/
( in the Update section )
Thank you very much eti, the error is fixed now.
Hi, I get an error when I try to load next page or page #x on details page. “Wassup cannot be loaded” is the message. The browser’s address field value ist ending with “&s=”.
Any hints?
Greez, Markus
Same error as Justin,
Bad Behaviour Log Reader conflict. When i de-activate wassup the SQL error disapeares and BBLR works perfectly again !
Hope this helps.
Greets,
Paul
Forget to tell, the tip of Eti did not work for me… This is the SQL error i get:
WordPress database 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 '-7200) AS UNSIGNED)), '%H:00') as thedate FROM wp_wassup WHERE ]
SELECT COUNT(DISTINCT wassup_id) as items, COUNT(wassup_id) as pages, DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%H:00′) as thedate FROM wp_wassup WHERE timestamp BETWEEN 1207609695 AND 1207696095 GROUP BY DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%H’) ORDER BY timestamp
Please try out the development version: http://trac.wpwp.org/changeset/129/trunk?old_path=%2F&format=zip
This should fix the problems.
thank you
The problem ist the same. When I click e.g. for page #2, I get the message “wassup cannot be loadet”. The Address shown is “/wp-admin/edit.php?page=wassup&s=”.
So what can be the error.
Greetz, Markus
hi
I upgraded to WassUp 1.5 and now the widget does not show the last 5 referers. Please help, thanks.
Installed development version… Now i don’t get WP or BBLR errors, but Wassup gives (on last 24 hours)
* 2 Visits
* 2 Pageviews
* 1.00 Pages/Visits
Too few records to print chart…
And on summary last 7 days (and longer):
WordPress database 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 '-7200) AS UNSIGNED)), '%a %d %b') as thedate FROM wp_wassup WHE]
SELECT COUNT(DISTINCT wassup_id) as items, COUNT(wassup_id) as pages, DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%a %d %b’) as thedate FROM wp_wassup WHERE timestamp BETWEEN 1207222852 AND 1207827652 GROUP BY DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%d’) ORDER BY timestamp
Hope this helps
Paul
And now with 8 visits (summary in 24hrs) it seems that wassup has enough info to display *ahem* something, but instead i get:
* 8 Visits
* 22 Pageviews
* 2.75 Pages/Visits
WordPress database 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 '-7200) AS UNSIGNED)), '%H:00') as thedate FROM wp_wassup WHERE ]
SELECT COUNT(DISTINCT wassup_id) as items, COUNT(wassup_id) as pages, DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%H:00′) as thedate FROM wp_wassup WHERE timestamp BETWEEN 1207746655 AND 1207833055 GROUP BY DATE_FORMAT(FROM_UNIXTIME(CAST((timestamp-7200) AS UNSIGNED)), ‘%H’) ORDER BY timestamp
Only trying to help
On line 539 and 966 in the file wassup.php you use short open tags … “”.
Please change it in a future release, because I had short open tags deactivated and have manually to edit every update.
IMHO using short open tags is evil, because writing <?xml … in a file will create a php parse error.
Bye!
Marc
Thank you Marc I fixed them, my fault sorry.
There are some problems with the chart in the dasboard & the the development version you suggested does not fix the error.
Sorry to report this.