Re: Minor spelling error in 2.0b3
The misspelling is embarrasingly still present in 2.0.2 in Danish, oh please fix it...
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
Hi, Same here ! Did you fix it ? Chag
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
Hi, not yet I have it on tomorrow's agenda, to try to solve this problem. If I find a solution I'll inform you. Run your php as a apache modul or as cgi? Michael
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
to fix the first part of the error message, replace : // set the log writers $logWriters = $logConfig[self::LOG_WRITERS_CONFIG_OPTION]; with // set the log writers $logConfig['log_writers'] =...
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
ok, second fix : replace public static function getCurrentGitBranch() { $firstLineOfGitHead = file(PIWIK_INCLUDE_PATH . '/.git/HEAD'); with public static function getCurrentGitBranch() { return '';...
View ArticleNeeed to Roll Back to 1.12!
The other day as an experiment, I upgraded PHP from 5.2.17 to 5.3.28 - upon visting my piwik install, it prompted me to upgrade to 2.0, which went fine...can't say I particularly liked the new look...
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
Thank you for this information, I'll try it and report. Michael
View ArticleRe: After Update "by hand" form 1.11 to 2.0.2 get errors
I opened following bugs : [dev.piwik.org] [dev.piwik.org] Chag
View ArticleRe: register_shutdown_function(): Invalid shutdown callback Error after...
Hello I have got exactly the same error message. Though I updated form the latest version before 2.02. Any help to get this solved? We need very much our so loved Piwik dashboard.
View Articleset_exception_handler() expects the argument (Piwik_ExceptionHandler)
Hi Piwik people. I am using piwik since few months, and to install the latest update. i followd the on-browser instruction as the appeared. Then it asked to do the following: It appears the composer...
View ArticleRe: Tracking page title if is disabled javascript
Quotematt Is it normal that you have "localhost" in there, maybe you should put the Internet URL of your piwik yes, after uploading the site on the host, it works correctly. what is the reason on...
View ArticleRe: Graphs are black screens
Same issue here. Adding and removing the widgets fixed it. Interesting fact was that I upgraded two installations on the same server, one had no issues and had white graphs. The other sort of hung...
View ArticleRe: Response was 'curl_exec: Empty reply from server' since upgrade to 2.0.1/2
Any error in the "error.log" ?
View ArticleRe: Tracking a single HTML Page
see : [developer.piwik.org] Sometimes this year we will have full support for Custom Events, see ticket; [dev.piwik.org]
View ArticleRe: Update Count of specified page title visits on another database table
Curl is suitable to call the tracking API
View ArticleRe: Minor spelling error in 2.0b3
To participate to translations, please signup at: translations.piwik.org thanks!
View ArticleRe: register_shutdown_function(): Invalid shutdown callback Error after...
What PHP version are you using?
View ArticleRe: set_exception_handler() expects the argument (Piwik_ExceptionHandler)
try to reupload all files from piwik 2.0.2 on top of your files, it looks like some files were not uploaded properly
View Article