Fatal error bei VTS

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
cwenet
Posts: 159
Joined: Sat 24. Jul 2004, 10:21
Location: Lake Of Constance, Germany

Fatal error bei VTS

Post by cwenet »

Undefined class name 'phpopentracker_config' in phpot.total.tmpl.php on line 48

Woran kann das liegen?
Christoph
Executter
Posts: 78
Joined: Thu 29. Jul 2004, 15:37
Location: Koblenz, Deutschland
Contact:

Post by Executter »

Installation nicht richtig gemacht ?

Backup Files auspacken und nochmal neu installieren würd ich vorschlagen ^^

Ich aber nix ahnung von PHP^^
Deshalb benutzt ich ja auch ne super open source version von nem CMS und code keins selbst :P

Ich hab einfach alles gemacht wie es in der anleitung stand.. Find 'text' insert after... bla bla blub

hat 1a funktioniert... ok hab vergessen opentracker in den ordner zu laden ^^
alle seite waren dann weiß *g* aber das is nu auch behoben *lol*

Gruß
Executter
Armin Rüdiger Vieweg
Design & Programmierung

Image
Website: http://www.dewecon.de
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

Überprüf bitte ob du die Eintragungen in der phpwcms.php laut howto durchgeführt hast.
shpolbder
Posts: 11
Joined: Thu 29. Jul 2004, 14:13

Post by shpolbder »

I have same error...
Would you like to use English please?
cwenet
Posts: 159
Joined: Sat 24. Jul 2004, 10:21
Location: Lake Of Constance, Germany

Post by cwenet »

I followed the instructions in the file 'howto' a second time and now it works. But I have negative values in the statistic.
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

Holla,

mit der letzten PHPWCMS version incl. aller Patches bekomme ich den selben fehler

Fatal error: Undefined class name 'phpopentracker_config' in /include/inc_ext/phpOpenTracker/tmpl/phpot.total.tmpl.php on line 48

ich habe alle dateien mehrmals neu hochgeladen, die anleitung durchgegangen... so blind kann ich doch garnicht sein :oops: oder doch?

vielleicht hat noch jemand eine idee????
oli
Posts: 46
Joined: Thu 6. May 2004, 23:58

Post by oli »

marcus@localhorst wrote:Holla,

mit der letzten PHPWCMS version incl. aller Patches bekomme ich den selben fehler

Fatal error: Undefined class name 'phpopentracker_config' in /include/inc_ext/phpOpenTracker/tmpl/phpot.total.tmpl.php on line 48

ich habe alle dateien mehrmals neu hochgeladen, die anleitung durchgegangen... so blind kann ich doch garnicht sein :oops: oder doch?

vielleicht hat noch jemand eine idee????
just a try: chmod these file 777
oli


:arrow:
but: my phpwcms-installation with vts gets (after setting almost all files to 777/or 755) this error in backend:vts

Code: Select all

Top Betriebssystem
phpOpenTracker Error: Access denied for user: 'web1071@localhost' to database 'usr_web1071_1'
:?:
"Besucher" and "Besuche" works fine, but i wanted to know more!
but: all items are stored in database!
what happens?
please help!


anyone an idea? :?:
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

ich habe die ergänzung zu diesem codeblock

Code: Select all

#
#-----[ FIND ]------------------------------------------
#

case "messages":	//Messages
switch($p) {
case 0: include_once "./include/inc_tmpl/message.center.tmpl.php";
break;
 //Messages Overview
case 1: include_once "./include/inc_tmpl/message.send.tmpl.php";
break;
//New Message
case 2: //Newsletter subscription
if($_SESSION["wcs_user_admin"] == 1) include_once "./include/inc_tmpl/message.subscription.tmpl.php";
break; 
}
break;
falsch gesetzt (der kommt in dem script nämlich annähernd 2x vor :oops:
jetzt funktioniert alles

auf deine frage weiss ich allerdings keine antwort ;-(
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

@Oli: Welche mySQL-Version benutzt du?
oli
Posts: 46
Joined: Thu 6. May 2004, 23:58

mysql-version 4.0.15

Post by oli »

PHP Version 4.3.3

Code: Select all

MySQL Support
enabled

Active Persistent Links
0

Active Links
1

Client API version
4.0.15

MYSQL_MODULE_TYPE
external

MYSQL_SOCKET
/var/lib/mysql/mysql.sock

MYSQL_INCLUDE
-I/usr/include/mysql

MYSQL_LIBS
-L/usr/lib -lmysqlclient
sollte also funktionieren, oder? (wg temp.table)
oli
Post Reply