Icy Phoenix
Old Support Topics - Visit Counter (solved)
tiziano [ Mon 15 Jan, 2007 23:49 ]
Post subject: Visit Counter (solved)
I to all,
i have enable visit conter from acp.
But i don't see it.
why?
difus [ Mon 15 Jan, 2007 23:59 ]
Post subject: Re: Visit Counter
you must create a visit counter block through CMS
KugeLSichA [ Tue 16 Jan, 2007 00:03 ]
Post subject: Re: Visit Counter
Hello,
Enabling in ACP takes no effect... we have to check..
If you wish the visit counter block on Portal then add this block via the CMS system, which you can reach from forum index, if you have the rights for that.
tiziano [ Tue 16 Jan, 2007 00:16 ]
Post subject: Re: Visit Counter
yes tnx !!! is ok
but how is possible change the number of the visit?
KugeLSichA [ Tue 16 Jan, 2007 13:39 ]
Post subject: Re: Visit Counter
yes tnx !!! is ok
but how is possible change the number of the visit?
only via phpmyadmin...
run this line and replace the number of visits:
UPDATE phpbb_config SET visit_counter = "123456";
greetz
tiziano [ Tue 16 Jan, 2007 16:52 ]
Post subject: Re: Visit Counter
UPDATE phpbb_config SET visit_counter = "123456";
sorry but not work !!!
KugeLSichA [ Tue 16 Jan, 2007 18:49 ]
Post subject: Re: Visit Counter
try to clear you cache
tiziano [ Tue 16 Jan, 2007 19:59 ]
Post subject: Re: Visit Counter
Errore
query SQL:
UPDATE phpbb_config SET visit_counter = "123456"
Messaggio di MySQL:
#1054 - Unknown column 'visit_counter' in 'field list'
???? help mee
KugeLSichA [ Tue 16 Jan, 2007 20:12 ]
Post subject: Re: Visit Counter
try this:
UPDATE `phpbb_config` SET `visit_counter` = "123456"
tiziano [ Tue 16 Jan, 2007 20:16 ]
Post subject: Re: Visit Counter
again error...
Errore
query SQL:
UPDATE `phpbb_config` SET `visit_counter` = "8564"
Messaggio di MySQL:
#1054 - Unknown column 'visit_counter' in 'field list'
KugeLSichA [ Tue 16 Jan, 2007 20:58 ]
Post subject: Re: Visit Counter
again error...
Errore
query SQL:
UPDATE `phpbb_config` SET `visit_counter` = "8564"
Messaggio di MySQL:
#1054 - Unknown column 'visit_counter' in 'field list'
hmm cann you look into your database via phpmyadmin that in the "config" the entry "visit_counter" is there?
tiziano [ Tue 16 Jan, 2007 23:10 ]
Post subject: Re: Visit Counter (solved)
....
this query is ok !!!! work !!!
UPDATE `phpbb_config` SET `config_value` = '8600' WHERE `config_name` = 'visit_counter';
joni806 [ Wed 17 Jan, 2007 00:57 ]
Post subject: Re: Visit Counter (solved)
good friend after what your you say have to go to the folder blocks and to publish visit_counter_block. tpl and to put where says + 1 to put it in + 0 because if does not count 2 visits instead of 1