VTS connection problem
VTS connection problem
OK so I installed VTS 1.3.4 RC1 on phpwcms 1.1 RC4
Installation went good but now all I get is an error:
phpOpenTracker Error: Could not connect to database.
I did the settings in include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php and even tried setting my connection info ther places.
Any ideas?
Installation went good but now all I get is an error:
phpOpenTracker Error: Could not connect to database.
I did the settings in include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php and even tried setting my connection info ther places.
Any ideas?
Database error
look at this:
- config in phpOpenTracker.php
-------[FIND]---------
// Added by Christian Günther | guenther@emediafabrik.de for VTS-MOD
// Have a look into your include/inc_conf/conf.inc.php
$phpwcms["db_host"] = '...';
$phpwcms["db_user"] = '...';
$phpwcms["db_pass"] = '...';
$phpwcms["db_table"] = 'phpwcms';
$phpwcms["site"] = '...';
$phpwcms["root"] = '';
you shoult be use the values from include/inc_conf/conf.inc.php
- if you use phpmyadmin or the like
in the Database must be tables with starts with "pot_" 4 the tracker
- if not you check please: include/inc_ext/phpOpenTracker/phpOpenTracker/docs/sql/mysql/myisam_merge.sql
or myisam.sql
and paste maybe the statements in phpmyadmin sql-window
-------------------------------
I think it's an simple config-error - my install-test was ok
- config in phpOpenTracker.php
-------[FIND]---------
// Added by Christian Günther | guenther@emediafabrik.de for VTS-MOD
// Have a look into your include/inc_conf/conf.inc.php
$phpwcms["db_host"] = '...';
$phpwcms["db_user"] = '...';
$phpwcms["db_pass"] = '...';
$phpwcms["db_table"] = 'phpwcms';
$phpwcms["site"] = '...';
$phpwcms["root"] = '';
you shoult be use the values from include/inc_conf/conf.inc.php
- if you use phpmyadmin or the like
in the Database must be tables with starts with "pot_" 4 the tracker
- if not you check please: include/inc_ext/phpOpenTracker/phpOpenTracker/docs/sql/mysql/myisam_merge.sql
or myisam.sql
and paste maybe the statements in phpmyadmin sql-window
-------------------------------
I think it's an simple config-error - my install-test was ok
Erfahrung ist das, was man besitzt, kurz nach dem es gebraucht wurde.
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
The tables are installed correctly in mysql
The cms runs perfectly using the exact same settings as I am trying to apply to phpOpenTracker.php
I tried aplying the sql from myisam_merge.sql
Still the script can't make the connection..
here's the info (password x'ed out)
The cms runs perfectly using the exact same settings as I am trying to apply to phpOpenTracker.php
I tried aplying the sql from myisam_merge.sql
Still the script can't make the connection..
here's the info (password x'ed out)
Code: Select all
$phpwcms["db_host"] = "mysql01.cliche.dk";
$phpwcms["db_user"] = "ilbox_dk";
$phpwcms["db_pass"] = "xxxxxx";
$phpwcms["db_table"] = "ilbox_dk";
$phpwcms["site"] = "http://www.ilbox.dk/";
$phpwcms["root"] = "wcms";
Yes I am trying to get VTS running on my localhost and the same problem as the others!
I have also installed SVG, but cannot get the graph showing up..... Also I only get very minimal info on my screen. i.e. The number of visitors... I cannot get info such as the browser they are using, page hits etc as I have seem in screen shots.
Any ideas?
I have also installed SVG, but cannot get the graph showing up..... Also I only get very minimal info on my screen. i.e. The number of visitors... I cannot get info such as the browser they are using, page hits etc as I have seem in screen shots.
Any ideas?
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
tried this yet? --> http://www.phpwcms.de/forum/viewtopic.p ... rary+table