VTS connection problem

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
kmoon
Posts: 6
Joined: Tue 2. Nov 2004, 12:12

VTS connection problem

Post by kmoon »

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?
Neelix
Posts: 80
Joined: Wed 29. Sep 2004, 12:06
Location: España

Database error

Post by Neelix »

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
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-
kmoon
Posts: 6
Joined: Tue 2. Nov 2004, 12:12

Post by kmoon »

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)

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";
kmoon
Posts: 6
Joined: Tue 2. Nov 2004, 12:12

Post by kmoon »

Oh bugger... the path... the path to the config files... aarrgghhh...
kmoon
Posts: 6
Joined: Tue 2. Nov 2004, 12:12

Post by kmoon »

kmoon wrote:Oh bugger... the path... the path to the config files... aarrgghhh...
Nope.. that wasn't it... tepaths are fine.
ohno
Posts: 6
Joined: Wed 24. Nov 2004, 23:06

Post by ohno »

well.... i have exactly the same problem!

i still cannot bring vts to connect to the database! :(
cchhita
Posts: 54
Joined: Sun 14. Nov 2004, 23:54

Post by cchhita »

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?
jmeyknecht
Posts: 112
Joined: Sun 11. Jan 2004, 23:13
Location: Merseburg, Germany
Contact:

Post by jmeyknecht »

chAb
Posts: 8
Joined: Thu 29. Dec 2005, 23:28
Location: saint-Etienne, France
Contact:

I found the trouble... Maybe

Post by chAb »

Post Reply