Statistic for Visitor, Host, OS etc.
Problem mit Version MOD phpWCMS VTS-v1.3.4-RC1
Hallo
Ich habe mir die VTS version für mein Version vom 22.06. heruntergeladen und nach dem HOWTO installiert.
Wenn ich jetzt im Adminbereich das VTS aufrufe, bekomme ich die Meldung:
Ich habe dann auch mal meine Seiten aufgerufen und bekam unter der Seite die Fehlermeldung:
Nach einem Refresh der Seite war sie dann weg und danach kam die erstgenannte Fehlermeldung (accesslog), die dann aber nach einem Refresh auch wieder weg war.
Im Adminbereich tat sich nach einem Refresh nichts. Die Fehlermeldung bleibt.
Die Tabellen sind alle in der Datenbank vorhanden.
Zum probieren bitte auf meine Homepage gehen.
Vielen Dank.
Ich habe mir die VTS version für mein Version vom 22.06. heruntergeladen und nach dem HOWTO installiert.
Wenn ich jetzt im Adminbereich das VTS aufrufe, bekomme ich die Meldung:
Code: Select all
phpOpenTracker Error: Table 'phpwcms.pot_accesslog' doesn't exist
Code: Select all
phpOpenTracker Error: Table 'phpwcms.pot_visitors' doesn't exist (oder so ähnlich)
Im Adminbereich tat sich nach einem Refresh nichts. Die Fehlermeldung bleibt.
Die Tabellen sind alle in der Datenbank vorhanden.
Zum probieren bitte auf meine Homepage gehen.
Vielen Dank.
Ich sagte doch: ich geh nie wieder in den Bau.
i've got the same problem:
thx for your answer & any solution!
by
jkn
i'm use php 4.3.3 on freebsd 5.2.1 & vts 1.3.4 !Visitors
one time -265 unique 47
returning 312 online 0
383
/ Visitors 4.26
Visits
total 90
return 355
Top Operating System
Name Total Percents
phpOpenTracker Error: Keine Zugriffsberechtigung für Benutzer: 'blabla@%' für Datenbank 'blabla'.
thx for your answer & any solution!
by
jkn
Re: Problem mit Version MOD phpWCMS VTS-v1.3.4-RC1
Did you read "howtow.txt" and follow the directions???derD wrote:Code: Select all
phpOpenTracker Error: Table 'phpwcms.pot_accesslog' doesn't exist
Code: Select all
phpOpenTracker Error: Table 'phpwcms.pot_visitors' doesn't exist (oder so ähnlich)
#
#-----[ Run this SQL eg. in phpmyadmin ]------------------------------------------
#
#
#
#
CREATE TABLE `pot_accesslog` (
`accesslog_id` int(11) NOT NULL default '0',
`timestamp` int(10) unsigned NOT NULL default '0',
`weekday` tinyint(1) unsigned NOT NULL default '0',
`hour` tinyint(2) unsigned NOT NULL default '0',
`document_id` int(11) NOT NULL default '0',
`exit_target_id` int(11) NOT NULL default '0',
`entry_document` tinyint(1) unsigned NOT NULL default '0',
KEY `accesslog_id` (`accesslog_id`),
KEY `timestamp` (`timestamp`),
KEY `document_id` (`document_id`),
KEY `exit_target_id` (`exit_target_id`)
) TYPE=MyISAM;
~SNIP~
CREATE TABLE `pot_visitors` (
`accesslog_id` int(11) NOT NULL default '0',
`visitor_id` int(11) NOT NULL default '0',
`client_id` int(10) unsigned NOT NULL default '0',
`operating_system_id` int(11) NOT NULL default '0',
`user_agent_id` int(11) NOT NULL default '0',
`host_id` int(11) NOT NULL default '0',
`referer_id` int(11) NOT NULL default '0',
`timestamp` int(10) unsigned NOT NULL default '0',
`weekday` tinyint(1) unsigned NOT NULL default '0',
`hour` tinyint(2) unsigned NOT NULL default '0',
`returning_visitor` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`accesslog_id`),
KEY `client_time` (`client_id`,`timestamp`)
) TYPE=MyISAM;
~SNIP~
I noticed this, have you tried your luck there?
http://www.phpwcms.de/forum/viewtopic.php?p=7333#7333
http://www.phpwcms.de/forum/viewtopic.php?p=7333#7333
Follow the instructions in the howto.txt.
If you need support ask via E-Mail or Webform on our Website.
No ~other~ choice... if the author(s) of this "hack" do not monitor this thread and ~answer~ these type of questions.jkn wrote:but this will not realy help other users...
I ~could~ have said -->"you posted this in the wrong section of the forum, it should be in hacks & enhancements Support section"

Hab noch ein Problem
Nach der Installation habe ich die Meldung auf jeder Seite:
Ich habe schon gesucht wo der Fehler sein könnte, hab aber nichts gefunden.
Habt Ihr einen Tipp für mich.
Christian
Code: Select all
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/phpwcmsschani/phpwcms_template/inc_script/frontend_init/sample.php:4) in /home/www/web1/html/phpwcmsschani/index.php on line 201
Habt Ihr einen Tipp für mich.
Christian
Re: Hab noch ein Problem
halloschani wrote:Nach der Installation habe ich die Meldung auf jeder Seite:
Ich habe schon gesucht wo der Fehler sein könnte, hab aber nichts gefunden.Code: Select all
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/phpwcmsschani/phpwcms_template/inc_script/frontend_init/sample.php:4) in /home/www/web1/html/phpwcmsschani/index.php on line 201
Habt Ihr einen Tipp für mich.
Christian
brnas hat ja schon was dazu gesagt!

http://docu.fhss.de/1.162.0.0.1.0.phtml
- cyppher.nl
- Posts: 138
- Joined: Wed 19. May 2004, 18:38
- Location: Hilversum, Netherlands
Re: Hab noch ein Problem
I installed the latest VTS hack, like I supposed to do (following the howto.txt file)
but I cannot see any changes in the backend.
How do I see the statistics and why is there no link in the modules page?
Please, help me out. Thankx!
but I cannot see any changes in the backend.
How do I see the statistics and why is there no link in the modules page?
Please, help me out. Thankx!
How do you do? And how do you do your wife?