Page 1 of 1

Fatal error bei VTS

Posted: Tue 3. Aug 2004, 07:54
by cwenet
Undefined class name 'phpopentracker_config' in phpot.total.tmpl.php on line 48

Woran kann das liegen?
Christoph

Posted: Tue 3. Aug 2004, 17:55
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

Posted: Tue 3. Aug 2004, 18:56
by cguenther
Überprüf bitte ob du die Eintragungen in der phpwcms.php laut howto durchgeführt hast.

Posted: Fri 6. Aug 2004, 07:32
by shpolbder
I have same error...
Would you like to use English please?

Posted: Fri 6. Aug 2004, 10:29
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.

Posted: Wed 13. Oct 2004, 09:56
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????

Posted: Thu 21. Oct 2004, 01:39
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? :?:

Posted: Thu 21. Oct 2004, 08:35
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 ;-(

Posted: Sat 30. Oct 2004, 11:49
by cguenther
@Oli: Welche mySQL-Version benutzt du?

mysql-version 4.0.15

Posted: Sat 30. Oct 2004, 12:59
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