Extension talk:Open Web Analytics
Add topicWhile it correctly captures the user login and article creation - the "Site Metrics" tab is always at zero.
I tried installing this with mediawiki 1.19.1 and it makes all special pages unaccessible. 24.130.249.87 21:13, 21 July 2012 (UTC) Reply
Fatal error: Call to a member function addMessages() on a non-object in ../wiki/extensions/owa/mw_plugin.php on line 577 --hollosch (talk) 09:03, 10 October 2012 (UTC) Reply
Is this still being maintained? Error after installing.
[edit ]Others above have pointed out. There are error messages coming up upon installation. Please if someone is maintaining it address this.
MediaWiki 1.22.5 PHP 5.3.10-1ubuntu3.11 (apache2handler) MySQL 5.5.37-0ubuntu0.12.04.1 Lua 5.1.5
Latest OWA instalaltion Error:
Warning:mysql_select_db() expects parameter 2 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 115
Warning: mysql_set_charset() expects parameter 2 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 118
Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 259
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'mysql...org' (111) in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 112
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 115
Warning: mysql_set_charset() expects parameter 2 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 118
Warning: mysql_errno() expects parameter 1 to be resource, boolean given in /home.../a/extensions/owa/plugins/db/owa_db_mysql.php on line 174
Fatal error: Call to undefined method SpecialPage::SpecialPage() in /wiki/extensions/owa/mw_plugin.php on line 499
Which is this part:
function __construct() {
parent::SpecialPage('Owa', 'owa_view');
self::loadMessages();
}
Anyway, judging by other comments here this extension is clearly incompatible with all but a few outdated versions of MW and/or current versions of Open Web Analytics.
With the Popular pages section in Special pages along with the humble Hit Counter having been dropped from current MW there doesn't seem to be many options except to those who likes to share their visitors data with Google Analytics & Co.
Any tried and tested alternatives, please post them here. -- User:Yellowdog, 2016年09月21日 at 14:09
- There seems to be a solution here :
- --Dieudo (talk) 11:29, 2 June 2017 (UTC) Reply