Fork me on GitHub

7.64 migration to Z1.1.2 hangs  Bottom

  • I'm getting "categories not initialized" during the system initialization process. Following that, the upgrade page hangs partway through (after upgrading the news module) with the error message "Unknown column 'pn_secid' in 'field list' SELECT pn_pageid, pn_secid FROM pn_pages" followed by the statement "Fatal error: Call to a member function MoveNext() on a non-object in C:\wamp\www\park2z1.1\modules\Pages\pninit.php on line 167"

    I'm doing this locally on a wamp server so as to not disrupt the PN page until I've completed all the fussing and adjusting. The actual site is K5PRK.net.

    This is puzzling since I have migrated the site successfully several times in past weeks - - - I'm trying to replace the old "seabreeze" theme (which I much modified) with a Zikula friendly theme, but that's another story - - -

    I follow the directions - have upgraded to downloads 2.2, set the opening page to "news" etc, etc.

    Any ideas what I'm now doing wrong?
  • maybe it is not this, but i have had this kind of problems because i installed wamp and appserv in the same computer and if you have activated mysql in wamp and the apache with appserv, maybe you are accessing to other data base installed (realize that this programs restart automatically and could fight one with the other)...

    --
    www.ahorradores.net
  • Thanks for your thoughts.

    No, I don't have multiple activations of mysql - this is a peculiar "problem" in that the installer doesn't run to completion, but the migration seems to have been successful?? I just don't feel comfortable - the Zikula implementation could be incomplete or defective in some way that bites me in the backside later.

    Still looking - - -
  • I'm getting the same hangup trying to do the .764 to 1.12 migration.

    I've spent countless hours trying to get my site to Zikula and thought I finally had everything together to do the move this weekend.

    I'm doing this on the live server in a sub-directory of the live site to be sure conditions are identical.

    I got the latest version of the Migration distribution, then I compared the modules there with what my .764 site is using, I found these modules in use that are not included in the Migration package.

    Censor > replaced by MultiHook in Migration
    Downloads
    FAQ
    Formicula
    mGallery2
    pnForum
    pnMessages > replaced by Intercom
    pnProfile
    PostCalendar
    Subscriptions
    UserPictures
    Weblinks

    I found versions of each of these that work on Zikula 1.12 and added them to the modules of the Migration package.

    Uploaded this expanded package into a /new directory on my site. Created a copy of the PN 764 database with a new name to use for the Z 1.12 site and edited the /config/config.php to use that database.

    Checked permissions on pnTemp, config, and themes directories.

    Ran /new/upgrade.php

    Choose language by clicking on the flag
    Click on the button "Click here to start upgrade process"

    -Backing up user database
    -Users database structure ugpraded
    -Module database structure upgraded

    that's it, as far as it gets. I started the whole thing again with debug turned on and get this in the
    /pnTemp/error_logs/zikula-20100321.log file

    + 2010-03-21 17:41:14, level=FATAL, uid=1, module=News, type=user, func=main
    Exit-Handler: Exiting after SQL-error

    Just like rady I have successfully done a .764 > 1.12 upgrade before on this server, this time no go. Tearing my hair out here, really need to get this site ugpraded.

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • guessing: maybe try an older version of News? 2.4.1?
  • Thanks but News 2.4.1 is the one in the Migration distro, that's what I'm using.

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • Don't know if it would matter, but the old .764 site uses news 1.3

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • No ideas on this?

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • News should update just fine (if all is well of course). The upgrade from postnuke News is meant for PN News 1.3. But is the install handing on News? I saw the Pages module in your SQL errors above?

    --
    campertoday.nl, Module development, Dutch Zikula Community
  • espaan

    News should update just fine (if all is well of course). The upgrade from postnuke News is meant for PN News 1.3. But is the install handing on News? I saw the Pages module in your SQL errors above?


    It is (evidently) News hanging for me, I don't have the Pages module in either .764 or 1.12
    "+ 2010-03-21 17:41:14, level=FATAL, uid=1, module=News, type=user, func=main
    Exit-Handler: Exiting after SQL-error"

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • I see that statement now also in your post above. It doesn't say however what SQL error it is. Can you turn on more debug levels in the config.php, so that the SQL statements are shown as well (setting $PNConfig['Debug']['sql_adodb'] to 1).

    You can also skip News in the full upgrade and perform that one later on, to make it easier to track down the specific problem.

    It would be very helpful to find out which table and what table field is not working.

    Do you have the PN News 1.3 tables structure (pn_stories, pn_autonews, pn_queue, pn_stories_cat, pn_topics)? In postnuke News was spread out over a whole lot of tables and even modules (News, AddStory, Submit_News).

    --
    campertoday.nl, Module development, Dutch Zikula Community
  • I set the sql_adodb and also set $log_level = array("All");
    and got more output. Hope it helps.

    At the top of the upgrade that stalls with

    -Backing up user database
    -Users database structure ugpraded (spelling error in Zikula)
    -Module database structure upgraded

    I get this output

    Code

    (mysql): SHOW VARIABLES LIKE 'character_set_database'   (mysql): set names utf8   (mysql): SELECT pn_value , pn_name FROM nuke_module_vars WHERE pn_modname='/PNConfig'   (mysql): SELECT pn_id as "id",pn_name as "name",pn_type as "type",pn_displayname as "displayname",pn_description as "description",pn_regid as "regid",pn_directory as "directory",pn_version as "version",pn_admin_capable as "admin_capable",pn_user_capable as "user_capable",pn_state as "state" FROM nuke_modules as tbl

    and a couple of new errors now showup in the domain error log.

    Code

    [Wed Mar 24 20:52:37 2010] [error] [client 0.0.0.0] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/lensdebug/lensdebug.class.php' (include_path='.:') in /var/www/vhosts/example.com/httpdocs/z/includes/Loader.class.php on line 322, referer: http://example.com/z/upgrade.php?action=start&lang=eng
    [Wed Mar 24 20:56:26 2010] [error] [client 0.0.0.0] PHP Fatal error:  class 'ZLanguage' not found in /var/www/vhosts/example.com/httpdocs/z/modules/PostCalendar/pnversion.php on line 11, referer: http://example.com/z/upgrade.php?action=start&lang=eng


    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • espaan

    Do you have the PN News 1.3 tables structure (pn_stories, pn_autonews, pn_queue, pn_stories_cat, pn_topics)? In postnuke News was spread out over a whole lot of tables and even modules (News, AddStory, Submit_News).


    Yes, that's what I have, this is News 1.3 that is running on the live site where the DB was copied from.

    --
    Damon
    Catamaran Sailing at TheBeachcats.com
  • Don't know if it will help, but here is the complete HTML source output of the last page I get in upgrade.php

    It doesn't have a closing body or HTML tag, so something is aborting the script.

    Code

    <hr />
    (mysql): SHOW VARIABLES LIKE 'character_set_database'  
    <hr />
    <hr />
    (mysql): set names utf8  
    <hr />
    <hr />
    (mysql): SELECT pn_value , pn_name FROM nuke_module_vars WHERE pn_modname='/PNConfig'    
    <hr />
    <hr />
    (mysql): SELECT pn_id as "id",pn_name as "name",pn_type as "type",pn_displayname as "displayname",pn_description as "description",pn_regid as "regid",pn_directory as "directory",pn_version as "version",pn_admin_capable as "admin_capable",pn_user_capable as "user_capable",pn_state as "state" FROM nuke_modules as tbl  Â 

    <hr />
    <!DOCTYPE html public "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
    <head>

    <title>Zikula v1.1 series Upgrade script (for PostNuke version .764)</title>

    </head>
    <body>
    <div id="nonFooter"><div id="header">
    <div id="headertopleft"><img src="install/pnimages/top1.jpg" alt="" /></div>
    <div id="headertopright"><img src="install/pnimages/top2.jpg" alt="" /></div>
    </div>
    <div id="contents"><h1>PostNuke Upgrade script (for versions .764 only)</h1>
    <p>This script will upgrade PostNuke v0.764 to Zikula v1.1.2. Upgrades from prior releases of PostNuke are not supported by this script.</p><p><strong>BEFORE proceeding you should backup your database!</strong></p><ul id="upgradelist">

    <li>Backing up user database... <hr />
    (mysql): UPDATE nuke_users SET pn_timezone_offset = pn_timezone_offset-12  
    <hr />
    <hr />
    (mysql): CREATE TABLE nuke_users76x SELECT * FROM nuke_users  
    <hr />
    done</li><hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): SHOW COLUMNS FROM `nuke_module_vars`  

    <hr />
    <hr />
    (mysql): INSERT INTO nuke_module_vars (pn_modname,pn_name,pn_value)VALUES ('/PNConfig','sessionname','s:9:\"ZIKULASID\";')  
    <hr />
    <hr />
    (mysql): SELECT LAST_INSERT_ID()  
    <hr />
    <li>Users database structure upgraded.</li><hr />
    (mysql): SELECT pn_bid, pn_position, pn_weight FROM nuke_blocks  
    <hr />
    <hr />

    (mysql): select version()  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): SHOW COLUMNS FROM `nuke_modules`  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_id INTEGER NOT null AUTO_INCREMENT  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_name VARCHAR(64) NOT null default ''  

    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_type TINYINT NOT null  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_displayname VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_description VARCHAR(255) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_regid INTEGER NOT null default 0  
    <hr />

    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_directory VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_version VARCHAR(10) NOT null default '0'  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_official TINYINT NOT null default 0  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_author VARCHAR(255) NOT null default ''  
    <hr />
    <hr />

    (mysql): ALTER TABLE nuke_modules ADD pn_contact VARCHAR(255) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_admin_capable TINYINT NOT null default 0  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_user_capable TINYINT NOT null default 0  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_profile_capable TINYINT NOT null default 0  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_message_capable TINYINT NOT null default 0  

    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules MODIFY COLUMN pn_state TINYINT NOT null default 0  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_credits VARCHAR(255) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_help VARCHAR(255) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_changelog VARCHAR(255) NOT null default ''  
    <hr />

    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_license VARCHAR(255) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD pn_securityschema TEXT  
    <hr />
    <hr />
    (mysql): SHOW INDEX FROM nuke_modules  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />

    (mysql): ALTER TABLE nuke_modules ADD  INDEX state  (pn_state)  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_modules ADD  INDEX mod_state  (pn_name, pn_state)  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): SHOW COLUMNS FROM `nuke_hooks`  

    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_id INTEGER NOT null AUTO_INCREMENT  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_object VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_action VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_smodule VARCHAR(64) NOT null default ''  
    <hr />

    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_stype VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_tarea VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_tmodule VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_ttype VARCHAR(64) NOT null default ''  
    <hr />
    <hr />

    (mysql): ALTER TABLE nuke_hooks MODIFY COLUMN pn_tfunc VARCHAR(64) NOT null default ''  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks ADD pn_sequence INTEGER NOT null default 0  
    <hr />
    <hr />
    (mysql): SHOW INDEX FROM nuke_hooks  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks ADD  INDEX smodule  (pn_smodule)  

    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): ALTER TABLE nuke_hooks ADD  INDEX smodule_tmodule  (pn_smodule, pn_tmodule)  
    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): SHOW COLUMNS FROM `nuke_module_deps`  
    <hr />

    1146: Table 'example.nuke_module_deps' doesn't exist<br>
    <hr />
    (mysql): CREATE TABLE nuke_module_deps (
    pn_id                    INTEGER NOT NULL AUTO_INCREMENT,
    pn_modid                 INTEGER NOT NULL DEFAULT 0,
    pn_modname               VARCHAR(64) NOT NULL DEFAULT '
    ',
    pn_minversion            VARCHAR(10) NOT NULL DEFAULT '
    ',
    pn_maxversion            VARCHAR(10) NOT NULL DEFAULT '
    ',
    pn_status                TINYINT NOT NULL DEFAULT 0,
                     PRIMARY KEY (pn_id)
    )engine = MyISAM  
    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl WHERE pn_name='
    Modules'  LIMIT 0,1  

    <hr />
    <hr />
    (mysql): select version()  
    <hr />
    <hr />
    (mysql): SHOW COLUMNS FROM `nuke_modules`  
    <hr />
    <hr />
    (mysql): UPDATE nuke_modules SET pn_name='
    Modules',pn_type='2',pn_displayname='Modules',pn_description='Enable/disable modules, view install/docs/credits.',pn_regid='1',pn_directory='Modules',pn_version='3.3',pn_official='0',pn_author='',pn_contact='',pn_admin_capable=1,pn_user_capable=0,pn_profile_capable=0,pn_message_capable=0,pn_state=3,pn_credits='',pn_changelog='',pn_help='',pn_license='',pn_securityschema=NULL  WHERE pn_id='17'  
    <hr />
    <li>Module database structure upgraded.</li><hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />
    <hr />
    (mysql): SELECT pn_id AS "id",pn_name AS "name",pn_type AS "type",pn_displayname AS "displayname",pn_description AS "description",pn_regid AS "regid",pn_directory AS "directory",pn_version AS "version",pn_official AS "official",pn_author AS "author",pn_contact AS "contact",pn_admin_capable AS "admin_capable",pn_user_capable AS "user_capable",pn_profile_capable AS "profile_capable",pn_message_capable AS "message_capable",pn_state AS "state",pn_credits AS "credits",pn_changelog AS "changelog",pn_help AS "help",pn_license AS "license",pn_securityschema AS "securityschema" FROM nuke_modules AS tbl  Â 

    <hr />




    edited by: damon, datetimebrief

    --
    Damon
    Catamaran Sailing at TheBeachcats.com

This list is based on users active over the last 60 minutes.