Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Rhand

    (@rhand)

    Checked here: https://www.navision-blog.de/counterize-ii-english/ and as the old Counterize plugin was already removed, data should have been converted properly. AND I removed all old data anyways. So why do I not see OS, Browser data and latest entries?

    Thread Starter Rhand

    (@rhand)

    Somehow table was not created or by removing data I removed the table. used this query:

    CREATE TABLE wp_Counterize (
    id int(11) NOT NULL auto_increment,
    IP varchar(16) NOT NULL,
    timestamp datetime NOT NULL,
    pageID int(11) NOT NULL,
    refererID int(11) NOT NULL,
    agentID int(11) NOT NULL,
    PRIMARY KEY (id)
    )

    https://www.navision-blog.de/counterize-ii-english/
    Found in one of the Counterizeii site’s comments: https://www.navision-blog.de/counterize-ii-english/ Check it there as WP messes up the code..

    Thread Starter Rhand

    (@rhand)

    Well, still no browser stats. Nor do I see OS details registered. I did check the database and the table has been created.

    Thread Starter Rhand

    (@rhand)

    Well it appeared I added the table to an older database. The new database already had the proper tables: referrers, user agents and pages though. So why are they not being populated?

    Thread Starter Rhand

    (@rhand)

    Well, made the counterizeii folder CHMOD 777 – not recursively. Loaded a few pages using IE8, no changes..

    Thread Starter Rhand

    (@rhand)

    Here is the agents table:

    CREATE TABLE wp_Counterize_UserAgents (
    agentID int(11) NOT NULL auto_increment,
    name varchar(255) NOT NULL default ”,
    count int(11) NOT NULL default ‘1’,
    PRIMARY KEY (agentID),
    KEY name (name),
    KEY count (count)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2860 ;

    maybe it is flawed/will not work on my PHP 5.2.3 MySQL 4 or 5 Fedora server?

    Thread Starter Rhand

    (@rhand)

    Hmm, page links of pages visited are shown now and latest entries as well. Latest entries show unknown referrer, unknown agent (visited using FF and IE..) and no IP as this version hides it. So improvement, but still no agents nor referrers.

    Thread Starter Rhand

    (@rhand)

    Had my first registrations! It seems like Counterize II needs some time. Only I just realized the time stamp is GMT+7 while I am at GMT+3 now..

    Thread Starter Rhand

    (@rhand)

    By following instructions @ https://lacroa.altervista.org/dokucount/doku.php?id=counterize_ii_mod:en:modded#latest_version adding ip logging again as well.

    Thread Starter Rhand

    (@rhand)

    Only the hack somehow puts the Counterize widget at the bottom of the dashboard everywhere instead of on the index as a small widget. And the Counterize link under the Post header leads to an empty page. I guess the hack needs some more tweaking.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Counterize II] Post Installation issues Counterize > CounterizeII’ is closed to new replies.