Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all 5834 articles
Browse latest View live

Syntax error in config.ini.php

$
0
0

@epinci wrote:

Hello,

I'm really baffled by this but "all of a sudden" my piwik 3 installation stopped working.
I have piwik 3.0.1 binaries running against php 5.6.30.

Unable to read INI file {C:\Inetpub\WWWRoot\piwik/config/config.ini.php}: Syntax error in INI configuration: Your host may have disabled parse_ini_file().

The parse_ini_file() is not disabled.
I also tried deleting the file to reconfigure piwik, I get to the setup wizard but while checking the system the php processes start spinning until they timeout of execution so I'm basically stuck.

Any spare ideas?

Thank you.
Edoardo.

Posts: 1

Participants: 1

Read full topic


Big difference between "page" and "download" display

$
0
0

@pick1987 wrote:

Hi everyone,

Here has a big difference between "page" fuction display and "download".
For example,

When I check the "page" by class, it shows every classes clearly like the screenshot below


but when I trun to the "download" page by class shown mode, it just show the directory togerther without classification.

Why is that? can the download page show the clear class?

Regards,
PICK

Posts: 1

Participants: 1

Read full topic

Actions.getDownloads data difference between overlapping date ranges

$
0
0

@ScottIBM wrote:

Hello everyone,

I am running into some data inconsistencies when I call getDownloads on two different date ranges (full calls below). Please note, calls have had the domain and token removed for security purposes.

My under standing is: If i specify getDownloads with a range of Jan. 1st to Jan. 8th, let's call this Call-A, this data should be also present within getDownloads with a range of Jan. 1st to Jan 31st, let's call this Call-B.

Full Calls to piwik
Call-A
myDomain/tools/piwik/index.php?module=API&method=Actions.getDownloads&format=JSON&idSite=1&period=range&date=2017-01-01,2017-01-08&flat=1&include_aggregate_rows=1&filter_limit=-1&token_auth=myAuthToken

Call-B
myDomain/tools/piwik/index.php?module=API&method=Actions.getDownloads&format=JSON&idSite=1&period=range&date=2017-01-01,2017-01-31&flat=1&include_aggregate_rows=1&filter_limit=-1&token_auth=myAuthToken

My expectation for this data is that Call-A would be a subset of Call-B ie. all the downloads in the first week (Call-A) would be represented in all the downloads in that month (Call-B).

The Issue
However, Call-A results in 43 results and only 41 of them are present in Call-B. This makes for inconsistent reporting history. Under my current expectations and understanding I believe this is a bug.

I can repeat this issue for the 2nd, 3rd, and 4th weeks within the month.

If anyone can help with this issue, clear up my understanding of the problem, or confirm it is a bug it would be much appreciated.

Thank you,

Posts: 1

Participants: 1

Read full topic

Endless file integrity check breaks setup

$
0
0

@epinci wrote:

Hello,

I was trying to do a fresh install of Piwik on my system with php v5.6.30.
The file integrity check at the second step of the wizard is so heavy that never completes effectively preventing the installation of Piwik.
I upped the php execution timeout to 120 seconds and still it never completes. Over that the web server timeout kicks in.
For the records, it appears that the whole files checking appears to run serially in a single php process and not spawing to multiple processes.

For whoever ends up in my same scenario, deleting the config\manifest.inc.php disables the file integrity check and allows the setup wizard to complete.

Thank you.
Edoardo.

Posts: 1

Participants: 1

Read full topic

Inflated unique visitor count with import_logs.py

$
0
0

@edk4piwik wrote:

Hello,

The daily number of unique visitors with import_logs.py is inflated (two to six fold) compared to the number of unique IP addresses from my apache logs. I am using --enable-http-redirect, --enable-bots only and did not change any other configuration parameter in my installation.

Since I am importing logs and not using cookies, I expected the unique visitor count in Piwik to closely match the number of unique IPs from the weblogs. This is the case in my Webtrends installation with the same exact weblogs. What could inflate the number of unique visitors in Piwik?

Thanks!

Posts: 1

Participants: 1

Read full topic

Why it has difference between "page" and "download" display

$
0
0

@pick1987 wrote:

Hi everyone,

Here has a big difference between "page" fuction display and "download".
For example,

When I check the "page" by class, it shows every classes clearly like the screenshot below

but when I trun to the "download" page by class shown mode, it just show the directory togerther without classification.

Why is that? can the download page show the clear class?

Regards,
PICK

Posts: 1

Participants: 1

Read full topic

Why the number is different?

$
0
0

@pick1987 wrote:

Hi
it's me again, I have a question about the number of unit download.
At download page, for example the URL: www.ndl.go.jp/jp/diet/publication/issue/0554.pdf

the number of unit download is 59

but I search the same link with Visitor Segment function

the result is not 59, is different. turn to 127.

Why did this happed? was it got to do with "Others"? If it was, what was that?
could anyone give me some advise!?
Please!

Regards,

Posts: 1

Participants: 1

Read full topic

Piwik 3.0.1 cannot connect to SMTP server when using PHP 7.1.1

$
0
0

@kondrich wrote:

Hi,

I realized that Piwik 3.0.1 cannot connect to our SMTP server when using PHP 7.1.1. It is working fine using the same SMTP server settings when using PHP 7.0.15. Sending mail report manually does not work (just "loading data" forever).
My SMTP server settings in Piwik:
Server name: domain.tld
Port 587
Authentication Login or CRAM-MD5
User/password: Correctly provided
Encryption: TLS

SMTP server (MailEnable 9.6.0) logs do not show connection attempts when using PHP 7.1.1. When I switch the site back to PHP 7.0.15, sending Piwik mail reports is working fine.

I just switched back Piwik's scheduled task command line path from PHP 7.1 to PHP 7.0 as well. Let's see, if scheduled emails will arrive again tonight.

Are there known issues when using Piwik 3.0.1 together with PHP 7.1.1 concerning mailing).

Posts: 1

Participants: 1

Read full topic


Problem with filtering by Custom variables

$
0
0

@Dmitry_Bulgakov wrote:

Hello everyone! We faced a couple of problems with Custom Variables. After setting them in the following format $Piwik->setCustomVariable(2, 'Email', $FullUserInfo->email)

1st is that they their are not reflected in the filer section smth like this > http://i.imgur.com/4sDmIGX.png
2ed is that the filters with customer segments are not working for us ;(

Does smb know what can cause such behaviour?

Posts: 1

Participants: 1

Read full topic

Issue with Actions.getPageUrls

$
0
0

@wao138 wrote:

Hi guys i have issue with PIWIK.
When i try get data about page views a got next one:

[{"label":"\/public","nb_visits":921,"nb_hits":1113,"sum_time_spent":43663,"nb_hits_with_time_generation":"1102","min_time_generation":"0.002","max_time_generation":"15.095","entry_nb_visits":"805","entry_nb_actions":"1254","entry_sum_visit_length":"109655","entry_bounce_count":"603","exit_nb_visits":"767","sum_daily_nb_uniq_visitors":886,"sum_daily_entry_nb_uniq_visitors":"779","sum_daily_exit_nb_uniq_visitors":"747","avg_time_on_page":39,"bounce_rate":"75%","exit_rate":"83%","avg_time_generation":0.724,"url":"http:\/\/www.example.com\/public","segment":"pageUrl==http%3A%2F%2Fwww.example.com%2Fpublic"},{"label":"public","nb_visits":660,"nb_hits":769,"sum_time_spent":18775,"nb_hits_with_time_generation":751,"min_time_generation":"0.002","max_time_generation":"46.574","entry_nb_visits":614,"entry_nb_actions":796,"entry_sum_visit_length":36977,"entry_bounce_count":518,"exit_nb_visits":593,"avg_time_on_page":24,"bounce_rate":"84%","exit_rate":"90%","avg_time_generation":0.833,"idsubdatatable":9}]

How i can group this data by label or url? I need get all nb_visits. Or how i can get all urls, that was included to "public"?

Posts: 1

Participants: 1

Read full topic

Cebeci çilingir anahtarcı

$
0
0

@emreaga wrote:


cebeci çilingir kısa süre içinde sizin yanınızda olacak ve sorununuzu çözecektir.
En hızlı ve güvenilir şekilde 7/24 hizmetinizdeyiz. Acil çilingir yardım için 0555 699 08 09 aramanız yeterlidir.

Ankara Cebeci çilingir, Cebeci Çilingir,Çilingir Cebeci, Ankara Cebeci Anahtarcı,Cebeci Anahtarcı, Cebeci Oto Çilingir

Posts: 1

Participants: 1

Read full topic

Çankaya çilingir 0541 579 57 70

$
0
0

@emreaga wrote:


Ankara Çankaya ‘da en hızlı çilingir ve anahtarcı hizmeti vermekteyiz.
20 Yıldır hizmet verdimiz sektörde Çankaya çilingir yenilenen
kadrosuyla çankaya çilingir bölgesinde örnek çilingir olmaya adayız.
Firmamız pazar günleri de dahil olmak üzere haftanın 7 günü hizmet vermekteyiz.
Siz değerli müşterilerimizi bekleriz.
sm1mc.gif0541 579 57 70 Acil 0555 699 08 09

Çankaya da Hizmet verdimiz bölgeler

Anıttepe Çilingir
Ayrancı Çilingir
Bahçelievler Çilingir
Balgat Çilingir
Basınsitesi Çilingir
Beşevler Çilingir
Emek Çilingir
Bilkent Plaza Çilingir
Bilkent Çilingir
Beytepe Çilingir
Çayyolu Çilingir
Cebeci Çilingir
Dikmen Çilingir
Oran Çilingir
Gaziosmanpaşa (Gop) Çilingir
Güvenpark Çilingir
Hürriyet Çilingir
Kavaklıdere Çilingir
Kırkkonaklar Çilingir
Kızılay Çilingir
Mustafa Kemal Mahallesi Çilingir
Çankaya Köyleri Çilingir
Ankara Cepa Çilingir
Ankara Kentpark Çilingir
Ankara Armada Çilingir
Ankara Migros Çilingir
Ankara Ankamall Çilingir
Tepe prime Çilingir
Küçükesat Çilingir
Ankara Çankaya Çilingir
Maltepe Çilingir
Öveçler Çilingir
Sıhhiye Çilingir
Sıhhiye/Zafer
Söğütözü Çilingir
Topraklık/Kurtuluş
Yenişehir Çilingir
Yıldız Çilingir
Yüzüncüyıl Çilingir
Karakusunlar Çilingir
Zafertepe Çilingir
100.Yıl Mahallesi Çilingir
50.Yıl Mah Çilingir Çilingir
Akpınar Mahallesi Çilingir
Anıttepe Mahallesi Çilingir
Arkatopraklık Mahallesi Çilingir
Aşağıdikmen Mahallesi Çilingir
Aşağıöveçler Mahallesi Çilingir
Ata Mahallesi Çilingir
Aydınlar Mahallesi Çilingir
Ayrancı Mahallesi Çilingir
Aziziye Mahallesi Çilingir
Bağcılar Mahallesi Çilingir
Bahçelievler Mahallesi Çilingir
Balgat Mahallesi Çilingir
Barbaros Mahallesi Çilingir
Bayraktar Mahallesi Çilingir
Beşevler Mahallesi Çilingir
Beştepe Mahallesi Çilingir
Birlik(Çukurca) Mahallesi Çilingir
Birlik Mahallesi Çilingir
Boztepe Mahallesi Çilingir
Büyükesat Mahallesi Çilingir
Çamlıtepe Mahallesi Çilingir
Çankaya Mahallesi Çilingir
Cebeci Mahallesi Çilingir
Cengiztopel Mahallesi
Cevizlidere Mahallesi Çilingir
Çiğdem Mahallesi Çilingir
Cumhuriyet Mahallesi
Devlet Mahallesi Çilingir
Dilekler Mahallesi Çilingir
Doğuş Mahallesi Çilingir
Ehlibeyt Mahallesi Çilingir
Emek Mahallesi Çilingir
Ertuğrulgazi Mahallesi
Esat Mahallesi Çilingir
Esatoğlu Mahallesi Çilingir
Eti Mahallesi Çilingir
Fakülteler Mahallesi Çilingir
Fidanlık Mahallesi Çilingir
Gaziosmanpaşa Mahallesi
Girne Mahallesi Çilingir
Gökkuşağı Mahallesi Çilingir
Göktürk Mahallesi Çilingir
Güvenevler Mahallesi Çilingir
Güzeltepe Mahallesi Çilingir
Harbiye Mahallesi Çilingir
Huzur Mahallesi Çilingir
İleri Mahallesi Çilingir
İlkadım Mahallesi Çilingir
İlkbahar Mahallesi Çilingir
İlker Mahallesi Çilingir
İncesu Mahallesi Çilingir
İşçiblokları Mahallesi Çilingir
Karakusunlar Mahallesi Çilingir
Karapınar Mahallesi Çilingir
Kazımözalp Mahallesi Çilingir
Keklikpınarı Mah Çilingir
Keklikpınarı Mahallesi Çilingir
Kırkkonaklar Mahallesi Çilingir
Kızılay Mahallesi Çilingir
Kızılırmak Mahallesi Çilingir
Korkutreis Mahallesi Çilingir
Kültür Mahallesi Çilingir
Kurtuluş Mahallesi Çilingir
Lefkoşe Mahallesi Çilingir
Malazgirt Mahallesi Çilingir
Maltepe Mahallesi Çilingir
Mebusevleri Mahallesi Çilingir
Meşrutiyet Mahallesi Çilingir
Metinakkuş Mahallesi Çilingir
Metinoktay Mahallesi Çilingir
Mimarsinan Mahallesi Çilingir
Muhsin ertuğrul Mahallesi Çilingir
Murat Mahallesi Çilingir
Mürseluluç Mahallesi Çilingir
Mustafakemal Mahallesi Çilingir
Mutlukent Mahallesi Çilingir
Naciçakır Mahallesi Çilingir
Namıkkemal Mahallesi Çilingir
Nasuhakar Mahallesi Çilingir
Oğuzlar Mahallesi Çilingir
Omorfo Mahallesi Çilingir
Oran Mahallesi Çilingir
Osmantemiz Mahallesi Çilingir
Öveçler Mahallesi Çilingir
Remzioğuzarık Mahallesi Çilingir
Sağlık Mahallesi Çilingir
Sancak Mahallesi Çilingir
Şehitcengizkaraca Mahallesi Çilingir
Şehitcevdetözdemir Mahallesi Çilingir
Seyranbağları Mahallesi Çilingir
Söğütözü Mahallesi Çilingir
Sokullu mehmetpaşa Mahallesi Çilingir
Tınaztepe Mahallesi Çilingir
Topraklık Mahallesi Çilingir
Ümit Mahallesi Çilingir
Umut Mahallesi Çilingir
Üniversiteler Mahallesi Çilingir
Yıldız Mahallesi Çilingir
Yıldızevler Mahallesi Çilingir
Yücetepe Mahallesi Çilingir
Yukarıbahçelievler Mahallesi
Yukarıdikmen Mahallesi Çilingir
Yukarıöveçler Mahallesi Çilingir
Yüzüncüyıl işçiblokları Mahallesi Çilingir
İncek Çilingir
Ahlatlıbel Çilingir
Çankaya Oto Çilingir
Çankaya Pimapen Tamiri
Ankara Çankaya Pimapen Tamiri
Çankaya Pimapenci
Ankara Çankaya Çelik Kapı Tamiri
Çankaya Kale Kapı
Çankaya Kale Yetkili Servis
Ankara Çankaya Çilingir
Çankaya Oto Anahtarcı
Çankaya Oto Kapısı Açma
Çankaya Oto Anahtarı Tamiri
Çankaya Araba Kapısı Açma
Çankaya Anahtarcı
Çankaya Oto Çilingirci
Çankaya Araba Anahtarcı
Çankaya Araç Anahtarcı
Çankaya Oto Kontak Tamiri
Çankaya Araba Cilingir
Çankayada otomobil kapısı açma
Çankaya 24 saat Acık oto Çilingir
Çankaya Acil 7/24 Anahtarcı
Çankayada acil oto çilingir servisi
Çankaya Kasa Çilingir
Çankaya Çilingir
Çankaya şifreli Kasa Çilingir
Çankaya Banka Kasası Çilingiri
Çankaya Duvar Kasası Çilingir
Diğer Kasa Çilingiri Hizmetleri
Çankaya Yale Kasa Cilingiri
Gaziantep celik kasa açma çilingir
Çankaya şifreli çelik kasa açma
Çankaya para çekmece kilidi açma
Çankaya 7/24 Kasa Çilingirci
Çankaya Kasa Çilingiri Telefonu
Çankaya çilingir fiyat
Çankaya Kapı Çilingir
Çankaya Çelik Kapı Çilingir
Çankaya Demir Kapı Anahtarcı
Çankaya Foteselli Cam Kapı Çilingir
Çankaya Çilingir
Cankaya Cilingir
Hırsızlara karşı kapı kilidi
Çankaya alarmlı kapı kilidi
Çankaya kapı güvenlik kilidi
Çankaya çilingir kapı açma
Çankaya kapı kilit çeşitleri
Çankaya nöbetçi çilingir
Çankaya 24 saat çilingircisi
Çankaya Acil Çilingir
Çankaya 24 saat Açık Çilingir
Ankara Çankaya Çilingir
Nöbetçi Çilingir
Nöbetçi Anahtarcı
Çilingir
Anahtarcı
Ankara Çilingir
Ankara Anahtarcı
Cilingir
Acil Çilingir
Acil Anahtarcı

Posts: 1

Participants: 1

Read full topic

Ankara Cebeci çilingir

$
0
0

@emreaga wrote:


Ankara cebeci çilingirr olarak 24 saat nöbetçi Çilingir servisi vermekteyiz.
Anahtarınızı kapının arkasında unuttunuz veya kayıp ettiniz tek yapmanız geren bizi arayıp açık adresinizi bildirmek.
cebeci çilingir kısa süre içinde sizin yanınızda olacak ve sorununuzu çözecektir.
En hızlı ve güvenilir şekilde 7/24 hizmetinizdeyiz. Acil çilingir yardım için 0555 699 08 09 aramanız yeterlidir.

Ankara Cebeci çilingir, Cebeci Çilingir,Çilingir Cebeci, Ankara Cebeci Anahtarcı,Cebeci Anahtarcı, Cebeci Oto Çilingir

Hizmet verdimiz bölgeler

Ankara Kolej çilingir anahtarcı
Ankara Kurtuluş çilingir anahtarcı
Ertuğrulgazi mahallesi çilingir anahtarcı
Öncebeci çilingir anahtarcı
Erzurum mahallesi çilingir anahtarcı
Fakülteler mahallesi çilingir anahtarcı
Çamlıtepe mahallesi çilingir anahtarcı
Dikimevi çilingir anahtarcı
İçcebeci çilingir anahtarcı
Kolej çilingir anahtarcı
Aşıkpaşa Mahallesi Çilingir
Ayrancı çilingir anahtarcı
Cebeci dörtyol çilingir anahtarcı
Kurtuluş çilingir anahtarcı
50 Yıl mahallesi çilingir anahtarcı
Türközü çilingir anahtarcı
Kırkkonaklar çilingir anahtarcı
Ulucanlar çilingir anahtarcı
Çankaya çilingir anahtarcı
İncesu çilingir anahtarcı
Topraklık çilingir anahtarcı
Mamak çilingir anahtarcı
Abdinpaşa çilingir anahtarcı
Akdere çilingir anahtarcı
Tuzluçayır çilingir anahtarcı
Aktaş çilingir anahtarcı
Ulus çilingir anahtarcı
Gülveren çilingir anahtarcı
Siteler çilingir anahtarcı
Demirlibahçe çilingir anahtarcı
Seyranbagları çilingir anahtarcı
Esat çilingir anahtarcı
Büyük Esat çilingir
Küçük Esat çilingir
Gazi Osman Paşa çilingir
Birlik mahallesi çilingir anahtarcı
Altındağ çilingir anahtarcı
Varlık mahallesi çilingir anahtarcı
Anafartalar çilingir anahtarcı
Aydınlıkevler çilingir anahtarcı
Hasköy çilingir anahtarcı
Hisar çilingir anahtarcı
İskitler çilingir anahtarcı
Merkez Köyler çilingir anahtarcı
Opera/Gençlikparkı çilingir anahtarcı
Önder çilingir anahtarcı
Peçenek çilingir anahtarcı
Samanpazarı çilingir anahtarcı
Siteler çilingir anahtarcı
Telsizler çilingir anahtarcı
Ulubey çilingir anahtarcı
Ulus İsmetpaşa çilingir anahtarcı
Yeşilöz çilingir anahtarcı
Yıldırımbeyazıt Dışkapı çilingir anahtarcı
Ziraat Mahallesi çilingir anahtarcı
Yeni Ziraat Mahallesi çilingir anahtarcı
Hacı Bayram çilingir anahtarcı
Yeşilbayır çilingir anahtarcı
Şirintepe çilingir anahtarcı
Atmışevler çilingir anahtarcı
Dereboyu çilingir anahtarcı
Küçük Kayaş çilingir anahtarcı
Bahçeleriçi çilingir anahtarcı
Karapürçek çilingir anahtarcı
Anahtarcı
Çilingir
Ankara çilingir
Ankara anahtarcı
Nöbetçi çilingir
Nöbetçi anahtarcı
Acil çilingir

Hizmetlerimiz

Ankara Cebeci kepenk kumandası kopyalama
Ankara Cebeci garaj kumandası kopyalama
Ankara Cebeci çilingir
Cebeci çilingir
Ankara Cebeci acil çilingir
Ankara Cebeci acil anahtarcı
Ankara Cebeci pimapen
Ankara Cebeci pimpen tamiri
Cebeci pimapen tamiri
Ankara Cebeci acil kilitçi
Ankara Cebeci anahtar çekme
Ankara Cebeci çilingir
Ankara Cebeci anahtar kopyalama
Ankara Cebeci akıllı kilit
Cebeci akıllı kilit
Cebeci bina akıllı kilit
Çankaya akıllı kilit
Cebeci apartman akıllı kilit
Cebeci nöbetçi çilingir
Cebeci nöbetçi anahtarcı
Ankara Cebeci anahtar tamiri
Ankara Cebeci kilit tamiri
Ankara Cebeci asma kilit satışı
Ankara Cebeci elektrikçi
Ankara Cebeci mahallesi çilingir
Ankara Cebeci oto anahtarı tamiri
Ankara Cebeci oto anahtar ve kumanda tamiri
Ankara Cebeci oto anahtarı ve kumanda tamir ve kopalama
Ankara Cebeci oto çilingir
Cebeci çilingir
Ankara Cebeci anahtarcı
Ankara Cebeci oto kilitçi
Ankara Cebeci oto kapı açma
Ankara Cebeci oto kapısı kilidi açma
Ankara Cebeci hasarsız oto kapısı açma
Ankara Cebeci oto kilit açma
Ankara Cebeci oto kilit tamiri
Ankara Cebeci immobilizer anahtar tamiri
Ankara Cebeci immobilizer kumanda tamiri
Ankara Cebeci immobilizerlı kapı açma
Ankara Cebeci çilingir
Ankara Cebeci immobilizerlı anahtar tamiri
Ankara Cebeci immobilizer anahtar kopyalama
Ankara Cebeci araba kumandası
Ankara Cebeci araba kumanda tamiri
Ankara Cebeci araba kumanda kopyalama
Ankara Cebeci araba kapısı Açma
Ankara Cebeci araba kapı Kilidi Açma
Ankara Cebeci araba kilit açma
Ankara Cebeci araba anahtarcısı
Ankara Cebeci araba kilitçi
Cebeci çilingir
Ankara Cebeci çilingir
Ankara elektrikçi

Posts: 1

Participants: 1

Read full topic

SQLSTATE[42S02]: Base table or view not found:

$
0
0

@tigere_rangwani wrote:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik01-iq.site' doesn't exist

This is after Pwik update to 3.0.1

Environment:

Piwik version: 3.0.1
MySQL version: 5.6.30
PHP version: 5.5.9-1ubuntu4.17

Posts: 1

Participants: 1

Read full topic

GET requests to piwik.php do not match visitor logs

$
0
0

@Sacha wrote:

In my webserver logs I see successful GET requests to piwik.php but some of those ips do not appear in piwik's visitor logs.

From what I have been able to discover clients should only make that request if the tracking js has successfully executed and 'Do not track' is disabled, but I have not been able to confirm that this means they are tracked by piwik.

So my questions are:
Should clients that send get requests to piwik.php appear in the visitor logs?
If not, in which cases will the client not be counted?

Thanks
S

Posts: 1

Participants: 1

Read full topic


Piwik installed but nothing shows when I log in

$
0
0

@pablostarter wrote:

I just install Piwik in my VPS behind nginx. After expending hours trying to figure out which nginx configuration I should use (the documentation in this matter is terrible) I managed to make it work.

Now I can register and log in, but if I go to setting the only thing I see is the left vertical menu. But when I click in any of them nothing happens, the screen is just white.

I only see something on the Dashboard page, where it says No data has been recorded yet and it shows instructions of how use the tracking code.

Any idea what could be happening?

Posts: 6

Participants: 3

Read full topic

Can't connect to MySQL server on 'database.on.other.server'

$
0
0

@Nefeli_Kousi wrote:

Hello everyone,

I am having a piwik running on one server and a database on demand running on an other. I have the credentials fro the admin user of the database I can actually connect to it via:
mysql -h database.on.other.server -P 5302 -u admin -p

and I have access to the mysql on that server with no issues. When I am getting to the database setup on the piwik setup though I am getting the error:

Error while trying to connect to the database server: SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'dbod-cvmweb.cern.ch' (13)

I am adding the database server: database.on.other.server:5302

username and password are correct.

Any idea of what I am facing here?

Posts: 1

Participants: 1

Read full topic

Archiving too often?

$
0
0

@dali wrote:

Is it possible to archive too often/too many times? I'm running the archiving with console every 15 minutes. I got 130k actions daily on 10 sites.

I just run this command : > egrep "Done|Start" piwik-console-cron217-1.log

And see few weird things like 3 "Done" in a row without any start:

INFO [2017-02-23 09:45:01] Starting Piwik reports archiving...
INFO [2017-02-23 09:49:30] Done archiving!
INFO [2017-02-23 10:00:01] Starting Piwik reports archiving...
INFO [2017-02-23 10:04:37] Done archiving!
INFO [2017-02-23 10:15:01] Starting Piwik reports archiving...
INFO [2017-02-23 10:19:30] Done archiving!
INFO [2017-02-23 10:30:02] Starting Piwik reports archiving...
INFO [2017-02-23 11:27:36] Starting Piwik reports archiving...
INFO [2017-02-23 11:27:36] Starting Piwik reports archiving...
INFO [2017-02-23 11:27:36] Starting Piwik reports archiving...
INFO [2017-02-23 11:28:49] Done archiving!
INFO [2017-02-23 11:28:58] Done archiving!
INFO [2017-02-23 11:29:24] Done archiving!
INFO [2017-02-23 11:30:01] Starting Piwik reports archiving...
INFO [2017-02-23 11:30:21] Done archiving!
INFO [2017-02-23 11:31:19] Done archiving!
INFO [2017-02-23 11:45:02] Starting Piwik reports archiving...
INFO [2017-02-23 11:49:45] Done archiving!
INFO [2017-02-23 12:00:02] Starting Piwik reports archiving...
INFO [2017-02-23 12:05:18] Done archiving!

Should I limit archiving to every 30 minutes or every hour at max? Maybe it's the cause of a bigger problem I got : https://github.com/piwik/piwik/issues/11322

Any suggestions ?

Posts: 1

Participants: 1

Read full topic

Little help for a technophobe - Form security failed

$
0
0

@iabm wrote:

Hey all,

I've installed PWIK via cPanel and set it up. It was working yesterday but I've gone to log into it today and I get the follow message:

Error: Form security failed. Please reload the form and check that your cookies are enabled. If you use a proxy server, you must configure Piwik to accept the proxy header that forwards the Host header. Also, check that your Referrer header is sent correctly

Is anyone able to help me? I'm not the most technical of people and learning as I go along...

Thanks,
Ben

Posts: 1

Participants: 1

Read full topic

Visitor Segments show NO data after refresh

$
0
0

@jhall.insight wrote:

Hello,

We have been using Piwik for about 8 months now for our production website. Ever since the auto-upgrade to 3.0.1, we can run a saved visitor segment or create a new visitor segment and the first time it runs, it appears to return all results correctly. However, if we refresh a segment that previously returned good results, then the same segment returns no data. We can then create another segment with the same filters/criteria, and again, the first time the data is returned, it looks fine, but upon refresh, all data disappears. Please Help!!

Jeff

Posts: 1

Participants: 1

Read full topic

Viewing all 5834 articles
Browse latest View live