phpopentracker fehler

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
Rolf77
Posts: 37
Joined: Mon 2. Jan 2006, 14:17

phpopentracker fehler

Post by Rolf77 »

Hallo

Ich habe ein Problem mit meinem CMS
und zwar habe ich das phpwcms installiert und zwar eine Version
wo das tinyMCE und VTS schon drin ist.

Nun habe ich einen Externlink bei einem Artikel reingestellt,
der auf eine externe Seite verlinkt, die sich in einem extra Fenster öffnen soll.

Jetzt ist es wohl so, dass in diesem CMS ein phpOpenTracker mitinstalliert ist
und er versucht externlinks über eine exit.php zu öffnen...

Es kommt nun beim Klick auf den Link jedesmal in einem neuen Fenster
der Fehler:

Code: Select all

phpOpenTracker Error: Could not connect to database.
Kann mir jemand helfen wie ich das hinkriege?
Im schlimmsten Fall muss das VTS gar nicht funktionieren, denn ich brauche es gar nicht so.
Hauptsache der Link funktioniert.

Liebe Grüße
Rolf
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

you have to edit the File where phpOpenTracker gets his config
../include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php

change

Code: Select all

// require_once ($_SERVER['DOCUMENT_ROOT'].'/config/phpwcms/conf.inc.php');
to

Code: Select all

require_once ('config/phpwcms/conf.inc.php');
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Rolf77
Posts: 37
Joined: Mon 2. Jan 2006, 14:17

Post by Rolf77 »

Hello thank you for your response...

but in the ../include/inc_ext/phpOpenTracker/phpOpenTracker/conf/phpOpenTracker.php
file there is no line with the require_once ...

there only is

Code: Select all

// Added by Christian Günther | guenther@emediafabrik.de for VTS-MOD
// Have a look into your include/inc_conf/conf.inc.php
include("http://www.my-site.de/cms/config/phpwcms/conf.inc.php"); 
and i did the right path in the include argument... but it still does not work...
???

can someone help me?

Rolf77
Pappnase

Post by Pappnase »

hallo

bitte poste nächste mal im richtigen forum!

thread verschoben!
Rolf77
Posts: 37
Joined: Mon 2. Jan 2006, 14:17

Post by Rolf77 »

Ja werde ich tun,


allerdings funktioniert es immer noch nicht *heul*...

Rolf
Post Reply