Skip to content
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

console core:archive fails with "The Piwik URL ... does not seem to be pointing to a Piwik server" #5986

Closed
d10r opened this issue Aug 12, 2014 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@d10r
Copy link

d10r commented Aug 12, 2014

php5 /var/www/piwik/console core:archive --url=http://piwik.mysecretdomain.org/
INFO CoreConsole[2014-08-12 08:47:12] [c2bf0] ---------------------------
INFO CoreConsole[2014-08-12 08:47:12] [c2bf0] INIT
INFO CoreConsole[2014-08-12 08:47:12] [c2bf0] Piwik is installed at: http://piwik.mysecretdomain.org/index.php
INFO CoreConsole[2014-08-12 08:47:12] [c2bf0] Running Piwik 2.4.1 as Super User
ERROR CoreConsole[2014-08-12 08:47:12] [c2bf0] The Piwik URL http://piwik.mysecretdomain.org/index.php does not seem to be pointing to a Piwik server. Response was 'PHP Warning:  Module 'curl' already loaded in Unknown on line 0 PHP Warning:  Module 'mysql' already loaded in Unknown on line 0 PHP Warning:  Module 'mysqli' already loaded in Unknown on line 0 PHP Warning:  Module 'PDO' already loaded in Unknown on line 0 PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0 PHP Warning:  Module 'pdo_sqlite' already loaded in Unknown on line 0 PHP Warning:  Module 'sqlite3' already loaded in Unknown on line 0 a:40:{s:9:"nb_visits";s:6:"Visits";s:16:"nb_uniq_visitors";s:15:"Unique visitors";s:10:"nb_actions";s:7:"Actions";s:20:"nb_actions_per_visit";s:17:"Actions per Visit";s:16:"avg_time_on_site";s:20:"Avg. Time on Website";s:11:"bounce_rate";s:11:"Bounce Rate";s:15:"conversion_rate";s:15:"Conversion Rate";s:5:"label";s:5:"Label";s:4:"date";s:4:"Date";s:16:"avg_time_on_page";s:17:"Avg. time on page";s:14:"sum_time_spent";s:41:"Total time spent by visitors (in seconds)";s:16:"sum_visit_length";s:41:"Total time spent by visitors (in seconds)";s:12:"bounce_count";s:7:"Bounces";s:22:"bounce_count_returning";s:33:"Bounce Count for Returning Visits";s:11:"max_actions";s:28:"Maximum actions in one visit";s:21:"max_actions_returning";s:38:"Maximum actions in one returning visit";s:29:"nb_visits_converted_returning";s:36:"Number of converted returning visits";s:26:"sum_visit_length_returning";s:51:"Total time spent by returning visitors (in seconds)";s:19:"nb_visits_converted";s:23:"Visits with Conversions";s:14:"nb_conversions";s:11:"Conversions";s:7:"revenue";s:7:"Revenue";s:7:"nb_hits";s:9:"Pageviews";s:15:"entry_nb_visits";s:9:"Entrances";s:22:"entry_nb_uniq_visitors";s:16:"Unique entrances";s:14:"exit_nb_visits";s:5:"Exits";s:21:"exit_nb_uniq_visitors";s:12:"Unique exits";s:18:"entry_bounce_count";s:7:"Bounces";s:17:"exit_bounce_count";s:7:"Bounces";s:9:"exit_rate";s:9:"Exit rate";s:26:"sum_daily_nb_uniq_visitors";s:27:"Unique visitors (daily sum)";s:32:"sum_daily_entry_nb_uniq_visitors";s:28:"Unique entrances (daily sum)";s:31:"sum_daily_exit_nb_uniq_visitors";s:24:"Unique exits (daily sum)";s:16:"entry_nb_actions";s:27:"Actions after entering here";s:22:"entry_sum_visit_length";s:61:"Total time spent by visitors (in seconds) after entering here";s:9:"nb_events";s:12:"Total events";s:15:"sum_event_value";s:11:"Total value";s:15:"min_event_value";s:13:"Minimum value";s:15:"max_event_value";s:13:"Maximum value";s:15:"avg_event_value";s:13:"Average value";s:20:"nb_events_with_value";s:19:"Events with a value";}'.

Running Piwik 2.4.1.

@tsteur
Copy link
Member

tsteur commented Aug 12, 2014

Can you try --piwik-domain instead of --url? This might be related to #5180 and --url should already work again with the next update.

@d10r
Copy link
Author

d10r commented Aug 12, 2014

With --piwik-domain it behaves the same.

@merowinbt
Copy link

check your php configuration (php.ini), it looks like you have defined some modules twice

@d10r
Copy link
Author

d10r commented Aug 12, 2014

@merowinbt thanks for the hint, that was it. Remains of a distribution upgrade some time ago...

@d10r d10r closed this as completed Aug 12, 2014
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

4 participants