X   Site Message
(Message will auto close in 2 seconds)
Welcome Guest: Log In or Register
 
Reply to this topicStart new topic
Piwik 1 is available.
Jimaek
post May 28 2010, 09:32 PM
Post #1


Newbie
*

Group: Members
Posts: 3
Joined: 6-May 10
Member No.: 22,181



After updating to 0.6.2 i always see this message

QUOTE
Piwik 1 is available.
Please update now! (see changes).


Obviously piwik 1.0 is not available and if i click update then i have to download the latest release which is 0.6.2

How to fix it?
Go to the top of the page
 
+Quote Post
Uwe
post May 29 2010, 12:32 AM
Post #2


Newbie
*

Group: Members
Posts: 5
Joined: 11-May 10
Member No.: 22,961



Good morning.
My Piwik installation shows the same message.

Furthermore if I call the Settings, I get the following message:
QUOTE
The Piwik configuration file (config/config.ini.php) is not writable, your changes will not be saved.
Please change permissions of the config file to make it writable.

But manual changes of the permissions showed no influence on the effect.

And for Settings>Security I get the following information to PHP and Piwik:
QUOTE
You are running PHP 5.2.10. The latest version of PHP is 1.
You are running Piwik 0.6.2. The latest version of Piwik is 1.

???????
Uwe
Go to the top of the page
 
+Quote Post
blank
post May 29 2010, 03:09 AM
Post #3


Newbie
*

Group: Members
Posts: 1
Joined: 29-May 10
Member No.: 24,461



QUOTE (Uwe @ May 29 2010, 12:32 AM) *
Good morning.
My Piwik installation shows the same message.

Furthermore if I call the Settings, I get the following message:

But manual changes of the permissions showed no influence on the effect.

And for Settings>Security I get the following information to PHP and Piwik:

???????
Uwe


Alot of times servers dont give the proper permissions to server generated scripts.
So whats going on is the piwik created that config php file, and the server didnt give you permission.

Easy fix is to save it to your computer via ftp or something. Delete the original, and then upload the copy. Then you'll have full ownership.


I have the Piwiki 1 update notification too, and obviously it hasnt been released. Took me a while to figure out why it wasnt updating and still showing that notification after uploading the files.
Go to the top of the page
 
+Quote Post
vipsoft
post May 29 2010, 02:22 PM
Post #4


Advanced Member
***

Group: Administrators
Posts: 1,985
Joined: 10-February 09
Member No.: 246



I believe this is the fix:

http://dev.piwik.org/trac/changeset/2239


--------------------
Buy me a beer. Show me some love.
Go to the top of the page
 
+Quote Post
shulato
post May 29 2010, 03:02 PM
Post #5


Newbie
*

Group: Members
Posts: 3
Joined: 29-May 10
Member No.: 24,541



QUOTE (vipsoft @ May 29 2010, 02:22 PM) *


tried it but didn't work.
Go to the top of the page
 
+Quote Post
vipsoft
post May 29 2010, 03:14 PM
Post #6


Advanced Member
***

Group: Administrators
Posts: 1,985
Joined: 10-February 09
Member No.: 246



It won't be immediately apparent. Please wait until the next attempt to check for the latest Piwik version, ie 8 hours elapsed since the last check.


--------------------
Buy me a beer. Show me some love.
Go to the top of the page
 
+Quote Post
Marbot
post May 29 2010, 03:52 PM
Post #7


Newbie
*

Group: Members
Posts: 6
Joined: 16-December 09
From: Berlin, Germany
Member No.: 10,921



I get the same surprise-message. I think the best in this situation is to wait for 0.6.3 since this does not seem to be a serious problem.
Go to the top of the page
 
+Quote Post
vipsoft
post May 30 2010, 12:34 AM
Post #8


Advanced Member
***

Group: Administrators
Posts: 1,985
Joined: 10-February 09
Member No.: 246



This should now be fixed in the latest version of core/Http.php.

http://dev.piwik.org/trac/export/2242/trunk/core/Http.php


--------------------
Buy me a beer. Show me some love.
Go to the top of the page
 
+Quote Post
shulato
post May 30 2010, 01:57 AM
Post #9


Newbie
*

Group: Members
Posts: 3
Joined: 29-May 10
Member No.: 24,541



QUOTE (vipsoft @ May 29 2010, 03:14 PM) *
It won't be immediately apparent. Please wait until the next attempt to check for the latest Piwik version, ie 8 hours elapsed since the last check.


it's fixed! when i login this morning the message is gone and back to normal. thanks.
Go to the top of the page
 
+Quote Post
Tomcraft
post May 30 2010, 02:50 PM
Post #10


Newbie
*

Group: Members
Posts: 7
Joined: 29-May 10
Member No.: 24,501



THX for the fix! Works great. ;-)

Best regards

Tom
Go to the top of the page
 
+Quote Post
Uwe
post May 30 2010, 05:55 PM
Post #11


Newbie
*

Group: Members
Posts: 5
Joined: 11-May 10
Member No.: 22,961



Quick and effective help rolleyes.gif . Thanks.
Uwe
Go to the top of the page
 
+Quote Post
McHunter
post May 30 2010, 06:32 PM
Post #12


Advanced Member
***

Group: Members
Posts: 37
Joined: 21-March 10
From: Hamburg
Member No.: 18,511



QUOTE (shulato @ May 30 2010, 01:57 AM) *
it's fixed! when i login this morning the message is gone and back to normal. thanks.



Not for me in one case. I made saturday (yesterday) three complete new installations with the same 0.6.2. lastest.zip scripts. On two domains on right top the orange message says correct "Piwik 0.6.2 is a collaborative project."

In the 3rd domain it says "Piwik 1 is available. Please update now! (see changes)."

Even the Http.php updoad/change from vipsoft doesn´t fix it.
Go to the top of the page
 
+Quote Post
McHunter
post May 30 2010, 08:33 PM
Post #13


Advanced Member
***

Group: Members
Posts: 37
Joined: 21-March 10
From: Hamburg
Member No.: 18,511



QUOTE (McHunter @ May 30 2010, 06:32 PM) *
Not for me in one case. I made saturday (yesterday) three complete new installations with the same 0.6.2. lastest.zip scripts. On two domains on right top the orange message says correct "Piwik 0.6.2 is a collaborative project."

In the 3rd domain it says "Piwik 1 is available. Please update now! (see changes)."

Even the Http.php updoad/change from vipsoft doesn´t fix it.


Now after 4h the message is correct -> "Piwik 0.6.2 is a collaborative project."

This is very strange for me.

Go to the top of the page
 
+Quote Post
vipsoft
post Jun 2 2010, 02:34 PM
Post #14


Advanced Member
***

Group: Administrators
Posts: 1,985
Joined: 10-February 09
Member No.: 246



The fix isn't immediately apparent because your Piwik installation will cache the version number for 8 hours, so it won't be continuously trying to see if there's a new release.


--------------------
Buy me a beer. Show me some love.
Go to the top of the page
 
+Quote Post
McHunter
post Jun 2 2010, 04:17 PM
Post #15


Advanced Member
***

Group: Members
Posts: 37
Joined: 21-March 10
From: Hamburg
Member No.: 18,511



QUOTE (vipsoft @ Jun 2 2010, 02:34 PM) *
The fix isn't immediately apparent because your Piwik installation will cache the version number for 8 hours, so it won't be continuously trying to see if there's a new release.



OK - thx for your answer
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic