Not tracking since upgrade to 2.0.2

Hi

I upgraded from the latest V1 to 2.0.2 and since then, no tracking is taking place.

I can’t seem to find any errors anywhere, so I have no clue where to start looking.

Could somebody offer some guidance?

thanks for your help.

I have errors after commit 6624e27:

http://clip2net.com/clip/m46368/1388119940-clip-93kb.png

At the previous commit (5d44202) everything is fine:

http://clip2net.com/clip/m46368/1388120482-clip-92kb.png

Have to stay on it (and do not apply new changes)…


# php -v
PHP 5.5.6-1~dotdeb.1 (cli) (built: Nov 19 2013 01:21:59)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies

UPD: after add line “disable_merged_assets = 1” in config.ini.php (in debug section) things work on last commit!))

I have errors after commit https://github.com/piwik/piwik/commit/6624e27e575d6056da7881bc05e9972c50ec1128:

can you open these two URLs (getNonCore and getCore) in the browser → what does it display? I guess an error message?

I’d like to know as hopefully we can make Piwik work with this php version

So, back to my issue… any help in tracking down the problem?

can you open these two URLs (getNonCore and getCore) in the browser -> what does it display? I guess an error message?

Ok, it looks like it was actually an archiving issue.

So, all my own fault. There were permissions problems (no idea when they came about) on the tmp/logs dir, and, my IP address changed a while ago, and something else must have updated when I did the Piwik upgrade, and all of this coincided…

Anyway, thanks for the help.

BUT, what links are you talking about “getCore/getNonCore”? They’re not clickable in your post, and I’m not sure where/how to use them. As part of the dashboard URL, or tracking URL?

[quote=matt]
can you open these two URLs (getNonCore and getCore) in the browser -> what does it display? I guess an error message?[/quote]

Same errors in last commit (822b7c1) when disable_merged_assets is commented
some errors

getCoreJs:
http://clip2net.com/s/6wWz4y

getNonCoreJs:
http://clip2net.com/s/6wWzXk

after update
http://clip2net.com/clip/m46368/1389008213-clip-41kb.png
all ok! )

Matt, tnx!

That’s strange, I would expect it to work… can you apply this change: Making class_exists calls consistently use \\ · matomo-org/matomo@2fcce5f · GitHub
and try again ?

Updated to 2ffc59e. But how now I check? Still works all the same and so function after the console command “php composer.phar update”. Bugs were before executing the command in the console.

Now in my repository has uncommitted changes:


$ git diff composer.lock

diff --git a/composer.lock b/composer.lock
index bfdb4cb..e8d4c68 100644
--- a/composer.lock
+++ b/composer.lock
@@ -11,12 +11,12 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/leafo/lessphp.git",
-                "reference": "a11a6141b5715162b933c405379765d817891c5d"
+                "reference": "v0.3.9"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/leafo/lessphp/zipball/a11a6141b5715162b933c405379765d817891c5d",
-                "reference": "a11a6141b5715162b933c405379765d817891c5d",
+                "url": "https://api.github.com/repos/leafo/lessphp/zipball/v0.3.9",
+                "reference": "v0.3.9",
                 "shasum": ""
             },
             "type": "library",
@@ -48,17 +48,17 @@
         },
         {
             "name": "symfony/console",
-            "version": "v2.4.0",
+            "version": "v2.4.1",
             "target-dir": "Symfony/Component/Console",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/Console.git",
-                "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c"
+                "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Console/zipball/3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c",
-                "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c",
+                "url": "https://api.github.com/repos/symfony/Console/zipball/4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
+                "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
                 "shasum": ""
             },
             "require": {
@@ -97,7 +97,7 @@
             ],
             "description": "Symfony Console Component",
             "homepage": "http://symfony.com",
-            "time": "2013-11-27 09:10:40"
+            "time": "2014-01-01 08:14:50"
         },
         {
             "name": "tedivm/jshrink",