Hi Bert,
hmmm.. this versions should works without problems.
To ensure that we not have a database problem, can you please try to create the table manually ?
Execute following SQL Statement e.g. with phpmyadmin :
( Replace "jos" with your prefix )
Code:
CREATE TABLE IF NOT EXISTS jos_mod_vvisit_counter_memo (
counter varchar(240) NOT NULL, lastMaxPerDay DATE NULL DEFAULT NULL ,
valMaxVisits INT NULL DEFAULT NULL, valMaxVisitsDay int NULL DEFAULT NULL, lastMaxVisits DATETIME NULL ,
PRIMARY KEY (counter) ) ENGINE=MEMORY;
Hint:
the counter should create this _memo table first time if he is called with enabled parameter "show_highest_visitors..". If the mysql-server is restarted the table will automatictly deleted. The counter re-create it like before..
Greetings
Micha
Ps.: you used counter version : mod_vvisit_counter_2_0_4_
j3.zip ?