-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0b1: visitor log very wide table regression #4221
Comments
Attachment: |
I cannot reproduce this issue. Can you delete all files in piwik/tmp/* and try again? do you see any other similar problem or only the visitor log? |
deleted everything in piwik/tmp/ => problem remains :-( its only in visitor log, no matter which time period is chosen |
one additional comment: |
Attachment: |
problem appears in all tested browsers: ff, ie, opera |
This should be fixed in master! |
hmm in beta 2 it looks different but not perfect... "Visuzalization type PiwikPluginsLiveVisitorLog not found" please see attachement. |
Attachment: |
Hi hpvd, which OS and PHP version are you using? |
thanks for your question. |
just tested the latest version from github master (pre 2.0b3): |
Attachment: |
I made some more changes, can you try again using the latest version from github master? If it still does not work, can you think of any changes you made to Piwik or php.ini? Did you disable any plugins or so? Just asking because I can still not reproduce the issue with PHP 5.3.10-1ubuntu3.7. Can you otherwise maybe try to install another fresh Piwik and check if it still happens? And/or update your PHP version to see if it fixes the issue? Cheers and thank you very much for helping. I'd love to fix this issue for you |
many thanks for your work! Just installed the latest version from master: clicking on the marked button at the button I now got this error message:Notice: Use of undefined constant DEBUG_BACKTRACE_IGNORE_ARGS - assumed 'DEBUG_BACKTRACE_IGNORE_ARGS' in /html/piwik/core/Log.php on line 458 Notice: Use of undefined constant DEBUG_BACKTRACE_IGNORE_ARGS - assumed 'DEBUG_BACKTRACE_IGNORE_ARGS' in /html/piwik/core/Log.php on line 458 Backtrace --> #0 Piwik\Error::errorHandler(...) called at [/html/piwik/core/Log.php:458] WARN Live06:36:38 [67225] Failed to get data from API: Trying to add two strings values in DataTable\Row::sumRowArray: '�9 ' + '�9 'maybe it helps also for the other error.. As far as i can remember there are no changes in php ini. |
Attachment: |
Attachment: |
php is now updated to 5.3.27: only 4 columns, well structured and the icons show up in the right way etc but there are some yellow error boxes in the 4th column: here is an error. Please report the message (Piwik 2.0-b3) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!). Warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in /html/piwik/vendor/twig/twig/lib/Twig/Extension/Core.php on line 927 Backtrace --> #0 Piwik\Error::errorHandler(...) called at [:] |
Cool! That already helps us. Can you execute We don't need the backtrace. Just this message is enough: Warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in /html/piwik/vendor/twig/twig/lib/Twig/Extension/Core.php on line 927 Thx a lot for your help! |
stupid question because I'm no programmer: |
ah sorry, I thought you are maybe familiar with this. No worries, we will release another beta soon and maybe you can just use the Piwik Update feature from the UI to upgrade? That also does the trick and is easier. |
Hi, FYI: beta 3 is now available |
Hi, thanks for the information. I regularly copy the latest version from github master to my account, so no update was found today. |
your files have not updated properly, becuase the line 927 does not have such function in the 2.0-beta 3 zip, make sure all files are really overwritten |
thanks for your info. So I don't do the GUI update as before (which shows "no new version") but take the file piwik-2.0-b3.zip from http://builds.piwik.org/ and put it on my server: New Message: Warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in /html/piwik/vendor/twig/twig/lib/Twig/Extension/Core.php on line 942 |
just updated to latest piwik master from github now its: |
Hi hvpd, unfortunately I can still not reproduce it. There must be a text which contains for instance a not correct encoded German umlaut. Do you always get this error? Can you maybe try the following thing:
|
put "error_reporting(0);" the error messages are gone with your help I could now figure out the details: of course piwik beta is running only on a testing website so there are not that many page views.. The error only occurs in visits from last month (october) switching the error messages off I could see at the places where the pagetitles have to been shown some empty rows. You are right: these pagetitles contain german umlauts (,,...) => seems to be solved !!!! many thanks!! |
Cool, thx for letting us know! It is not needed to reprocess the data as the VisitorLog does not use any archived data. Also the recorded data and the data structure did not change. Probably it was a bug in a previous master version. We take this issue seriously though and I will look into the code to look for some possible causes. I will let you know if I find something! |
This bug has occurred again in Piwik 2.2.2. I created ticket at #5157 |
In 2.0b1: somthing went wrong visitor log is only a very wide table
was alreaday this way in 2.0a14
please see attachment.
The text was updated successfully, but these errors were encountered: