Seite 1 von 1

Ultimate_Quiz_MOD_130

Verfasst: 13.02.2007 00:22
von dennyk20
Folgendes Problem lade die datein hoch...gehe dann auf www.meinforum.de/install/quiz_install.php und dann kommt folgende fehlermeldung: Warning: main(./extension.inc) [function.main]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/totalk/install/quiz_install.php on line 26

Warning: main() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/totalk/install/quiz_install.php on line 26

Warning: main(./common.) [function.main]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/totalk/install/quiz_install.php on line 27

Wo liegt der fehler?

Verfasst: 13.02.2007 02:14
von uwe310

Code: Alles auswählen

www.meinforum.de/install/quiz_install.php und 
lade mal die quiz_install.php in dein forum ordner und rufe sie dann über
auf

Verfasst: 13.02.2007 09:29
von dennyk20
Danke das mit der install hat geklappt! jetzt ist nur noch eins, wenn ich die includes/constants.php ändere kommt dieser fehler!
SQL Error : 1146 Table 'totalk.phpbb_quiz_categories' doesn't exist


so sieht meine geänderte datei aus!

// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 1); // Debugging off
// !- Start Ultimate Quiz MOD v1.2 -!
define('ON', 1);
define('OFF', 2);

define('POST_QUIZ_URL', 'q');

define('TRUE_FALSE', 'true_false');
define('INPUT_ANSWER', 'input_answer');
define('MULTIPLE_CHOICE', 'multiple_choice');

define('QUIZ_CATEGORY_TABLE', $table_prefix.'quiz_categories');
define('QUIZ_MULTIPLE_CHOICE_TABLE', $table_prefix.'quiz_multiple_choice_data');
define('QUIZ_GENERAL_TABLE', $table_prefix.'quiz');
define('QUIZ_INPUT_TABLE', $table_prefix.'quiz_input_data');
define('QUIZ_TRUE_FALSE_TABLE', $table_prefix.'quiz_true_false_data');
define('QUIZ_STATISTICS_TABLE', $table_prefix.'quiz_statistics');
// !- End Ultimate Quiz MOD v1.2 -!
// User Levels <- Do not change the values of USER or ADMIN
define('DELETED', -1);
define('ANONYMOUS', -1);


was mache ich falsch?

LG Denny

Verfasst: 13.02.2007 09:38
von dennyk20
ok das mit der datei hat jetzt geklappt hab den installer nochmals drüberlaufen lassen! jetzt kommt nur noch folgende meldeung über den einstellungen: Warning: file() [function.file]: URL file-access is disabled in the server configuration in /usr/export/www/vhosts/funnetwork/hosting/totalk/admin/admin_quiz.php on line 359

Warning: file(http://www.cmxmods.net/quiz_latest.txt) [function.file]: failed to open stream: no suitable wrapper could be found in /usr/export/www/vhosts/funnetwork/hosting/totalk/admin/admin_quiz.php on line 359


Danke schonmal...

Verfasst: 16.02.2007 06:31
von uwe310