Welcome! Log In Create A New Profile

[BETA TESTING] Piwik 0.6-rc1 Beta testing thread

Posted by matt 
matt [ # ]
April 14, 2010 08:43PM
Hello!

Piwik 0.6-rc1 is available for download as a public release. Please try it out on your test server and let us know, in this thread, if you have any issue. If not, this will be released as Piwik 0.6 stable at the end of April.

Known bugs
- the Visits per server time report doesn't show dates in the website specified timezones, but in UTC
- the tooltip in the Goal report page doesn't display conversion counts

How to beta test Piwik?
The easiest way is to install a new Piwik, on a fresh DB, and add the code to your website (next to your existing Piwik JS tracking code).

If you want to test your existing Piwik install upgraded to 0.6-rc1, we recommend the following method:
- copy your current Piwik database in a test database that you will use with 0.6-rc1
- download Piwik 0.6-rc1 and unzip in your server in test_piwik/ - do NOT overwrite your current production Piwik.
- copy your config/config.ini.php from your running stable Piwik 0.5.5 (or other) and copy it in your test_piwik/config/
- VERY IMPORTANT: modify test_piwik/config/config.ini.php and replace your stable DB name with your copy test DB. This ensures that the upgrade is only executed in the test DB.
- go to your website/test_piwik/ and run the upgrade. This might take a long time as there are large DB schema upgrades.
- get the JS code from the test_piwik install and copy paste it in your website footer, just after your original Piwik JS tracking code. Visits will be tracked in both Piwik at the same time.
- test Piwik

Download Piwik 0.6-rc1
Click on: http://builds.piwik.org/piwik-0.6-rc1.zip

Report bugs
Please write bugs that you may find in this forum thread. We will read it often and ensure we follow up and fix issues. Thank you for your help!



Please READ before posting a new topic

Search Piwik Forum & Docs - Piwik FAQ - Piwik Help - Stay tuned on the Piwik Blog. I'm on twitter & on github

New! Help : fund an AWESOME new feature for Piwik (Custom Segmentations Editor + Apply in Real Time!), we need your help!

New: Sponsor a feature or work new plugin. Contact us now with your budget, timeline, and which new feature you would like to fund we will let you know the quote.


SxM [ # ]
April 14, 2010 10:10PM
On which rev is based on ? (2098 ? )

Thx for all, piwik is great!
vipsoft [ # ]
April 14, 2010 11:06PM
The release candidate is based on r2107.

As further clarification to beta testers, the instructions above would be to set-up a second Piwik installation, and run it in parallel to an existing installation.

And if you don't already have Piwik installed, you can still try out the release candidate. All feedback is welcome.



Buy me a beer. Show me some love.

Changes in the upcoming release: CHANGES
Eukaryota [ # ]
April 15, 2010 04:24PM
Hi,

0.6RC1 works fine for me! Congrats for this good work!

1)
Settings -> Websites -> Global Website Settings -> Global list of Excluded IPs:

My IP is already shown ("Your current IP address is 217.235.222.xx"winking smiley. Why not making it an option to insert the respective IP automatically? Tomorrow I'll have another IP for sure...

BTW: Excluding my IP works perfectly! Waiting for this feature for sooo long! ;-)

2)
Settings -> Users -> Add a new user -> New users access: Admin -> Logout

Login with new user account for the first time: Settings page is shown with "User settings", "Users" and "Websites" tabs.

Clicking on "Websites" forces Superuser login.

Why doesn't an admin user have access to websites settings? And if not, why show him the tab?

That's for today.

Again: Thx for this good work!

Kind regards from Germany
Michael



Using Piwik 1.6
----------------------
Thanks to the Piwik team!
April 15, 2010 09:59PM
Wie und Wo muss ich was ändern damit ich alte Datenbank Einträge (URI) nachträglich ohne Parameters habe



bad an fix englisch

How and Where do I change what I order old database entries (URI) subsequently have no parameter
Gus [ # ]
April 16, 2010 11:10AM
Hi!

Cron job works now! I'm just trying it with few tens of visits, but it makes his job.
But I don't understand : why configure "Reports for today will be processed at most every..." so that we have already created a crontab?

Thanks for your job, it's great!
Eukaryota [ # ]
April 16, 2010 04:10PM
Hi,

something strange:

1)
- Can't add a new website.
- Can't change existing websites settings (time zone, currency)

-> clicking on "Save", getting a "Your changes have been saved."

But they are not. The database content stays untouched. No new website is shown on the websites settings page.

Someone else?

I can send a phpinfo.php-link per PM.

2)
- add new user (access: admin, but should function either way)
- login as new user
- change language
-> database entry <i>piwik_user_language</i> created

- login as superuser
- delete new user
-> database entry <i>piwik_user</i> deleted
-> database entry <i>piwik_user_language</i> still exists

3)
What's good: Live Visitor works again (no old entries after 20 seconds)! Thanks for fixing this!

Kind regards from Germany
Michael



Using Piwik 1.6
----------------------
Thanks to the Piwik team!
grumpybug [ # ]
April 17, 2010 12:55PM
Just some feedback. Since installing the release candidate I now get the following error message where ever a flash graph should be.

Preparing archive: archive already processed [id = 250]...

or

Open Flash Chart

JSON Parse Error [Syntax Error]
Error at character 0, line 1:

0: Preparing archive: archive already processed [id = 283].

This is was installed over 0.5.5 install and using existing data.

If someone from the development team wants to have a look I can send you a link to the site.
josemaria [ # ]
April 17, 2010 03:37PM
New funcionalities are ok but database is now larger than before.
vipsoft [ # ]
April 17, 2010 06:13PM
Eukaryota/Michael:
- re: sitesmanager access: we plan to allow users (view/admin) to display the javascript tracking code for sites they can view
- re: add/update site; I haven't seen this problem; send me a
PM
- re: delete user language/dashboard; fixed in svn

Gus: I'll defer to Matt to answer your question

Grumpybug: config/global.ini.php has been changed in 0.6; it looks like you're using an old version of that file

josemaria: yes. we've added some indices to improve performance of the Live widget




Buy me a beer. Show me some love.

Changes in the upcoming release: CHANGES
Eukaryota [ # ]
April 20, 2010 08:45PM
Hi,

question about database archive tables (blob, numeric):

Why does a simple dashboard refresh increases the table size?

i.e.:

- before refresh
piwik_archive_blob_2010_04 = 1211 entries
piwik_archive_numeric_2010_04 = 504 entries

- after refresh
piwik_archive_blob_2010_04 = 1250 entries
piwik_archive_numeric_2010_04 = 520 entries

No web page visitors in the meantime...

Kind regards from Germany
Michael

BTW: vipsoft: Got my PM? What about the option "excluding my actual IP"?



Using Piwik 1.6
----------------------
Thanks to the Piwik team!
vipsoft [ # ]
April 21, 2010 04:19AM
Michael: It looks like the API plugin is deactivated. Can you re-activate it?

Re: database growing. I defer to Matt.



Buy me a beer. Show me some love.

Changes in the upcoming release: CHANGES
Eukaryota [ # ]
April 21, 2010 08:50AM
Hi vipsoft,

Quote
vipsoft @ Apr 21 2010, 03:19 AM) [url=index.php?act=findpost&pid=31691
<{POST_SNAPBACK}>[/url]</div><div class='quotemain'>Michael: It looks like the API plugin is deactivated. Can you re-activate it?</div>
it was activated. I de- and reactivated it.
But what for? Nothing has changed (web page add and update, db growing etc.)

<div class='quotetop'>QUOTE (vipsoft @ Apr 21 2010, 03:19 AM]Re: database growing. I defer to Matt.
Thx.

Database growing is an 0.5.5 issue, too.

And some additional db issue (0.5.5 and 0.6):

- deleted both the blob and numeric archive table
- dashboard refresh for <i>Wednesday 21 April 2010 - Day</i>
- both tables blob and numeric are added for April... and March! Why March?
- dashboard refresh only increases the archive tables data for april

With the tables auto-increasing and obsolete table creating everyone with a small webhosting package will reach his MySQL database limits soon...

Kind regards from Germany
Michael



Using Piwik 1.6
----------------------
Thanks to the Piwik team!
josemaria [ # ]
April 21, 2010 09:30AM
Hi again, friends.

In the evolution graphs of visits, the data for today are now always zero. I'm attach a pic.
Eukaryota [ # ]
April 25, 2010 06:05PM
Hi,

solved at least one problem:

When changing time zone and currency of an existing website or adding another website you have to press the little green check mark on the outer right of the respective row.

Just clicking [Enter] doesn't work because this only sends the POST-command of the pages [save]-button. And this one only seems to be responsible for global websites settings (lower part of the settings page).

It's not very intuitive, but it works the intricate way.

Maybe you can make it a whole page save button sometime?

Kind regards
Michael



Using Piwik 1.6
----------------------
Thanks to the Piwik team!
.Joel [ # ]
April 26, 2010 05:17PM
Hi Guys,

First of all nice work on Piwik, I really hope this project grows and gains momentum and support. I will give myself a month to familiarise myself with the operations and then find a way where I can contribute back a little.

Now on to my first question, I read an exception to Timezones in your post above. Now I'm a little confused in how this is working, I have a server in Melbourne Australia which is +10hrs EST zone. The server time matches here, however when I put "Melbourne" in the city when installing it now is showing the current hour as the 15th hour when it should be the 1st hour.

Any help with this is appreciated, i'm not sure if by your opening post you meant this is an outstanding bug or something else.

Regards,

.Joel
matt [ # ]
May 04, 2010 01:32PM
Quote
Eukaryota @ Apr 15 2010, 02:24 PM
2)
Settings -> Users -> Add a new user -> New users access: Admin -> Logout

Login with new user account for the first time: Settings page is shown with "User settings", "Users" and "Websites" tabs.

Clicking on "Websites" forces Superuser login.

Why doesn't an admin user have access to websites settings? And if not, why show him the tab?

Fixed in SVN



Please READ before posting a new topic

Search Piwik Forum & Docs - Piwik FAQ - Piwik Help - Stay tuned on the Piwik Blog. I'm on twitter & on github

New! Help : fund an AWESOME new feature for Piwik (Custom Segmentations Editor + Apply in Real Time!), we need your help!

New: Sponsor a feature or work new plugin. Contact us now with your budget, timeline, and which new feature you would like to fund we will let you know the quote.


matt [ # ]
May 05, 2010 10:52AM
Quote
matthieu @ Apr 14 2010, 06:43 PM
Known bugs
- the Visits per server time report doesn't show dates in the website specified timezones, but in UTC


This was also fixed in SVN, which I believe was the last open issue.




Please READ before posting a new topic

Search Piwik Forum & Docs - Piwik FAQ - Piwik Help - Stay tuned on the Piwik Blog. I'm on twitter & on github

New! Help : fund an AWESOME new feature for Piwik (Custom Segmentations Editor + Apply in Real Time!), we need your help!

New: Sponsor a feature or work new plugin. Contact us now with your budget, timeline, and which new feature you would like to fund we will let you know the quote.


Sorry, only registered users may post in this forum.

Click here to login

Free Forum support is provided by the Piwik Community. If you require any urgent or professional help, contact Piwik Professional Services team!