Hallo alle zusammen.
Als erstes möchte ich mich Entschuldigen wenn ich mein Problem ins falsche forum gepostet habe :
Mein Props. ist folgendermassen.
versuche schon die ganze zeit myphptourney zu instalieren,kriege aber immer folgende Fehlermeldung wenn ich auf createdb.php gehe (also instaliern der datenbank)
diese
Warning: php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 19
Warning: Failed opening 'http://www.df-empire.de/phpmytourneycommon/mysql.inc' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 19
Fatal error: Call to undefined function: execute_queries() in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 47
habe alles wie in der readme beschrieben ausgeführt.Will mich aber nicht instalieren lassen .
Oder ich hab nicht alles richtig verstanden
Lege mal ein stück der config.php bei ,vielleicht kann mir ja jemand helfen.
<?php
// Path to your phpmytourney dir.
// this is not the www url , but the server path.
// example : /home/user/httpdocs/phpmytourney/ *unix/linus servers
// G:\\phpmytourney\\ ** a windowish path
$path_phpmytourney = "/home/groups/p/ph/phpmytourney/htdocs/demo/";
// *****************************************************
// Should not edit below on regular installation.
// *****************************************************
//
// Path of some sub-directories.
$path_includes = $path_phpmytourney . "includes/";
$path_common = $path_phpmytourney . "common/";
// Path to some include files.
$header_file = $path_includes . "header.inc";
$footer_file = $path_includes . "footer.inc";
$functions_file = $path_includes . "functions.inc";
// Mysql Related Variables.
// Ask you Web host for details on this...
$db_Hostname = "mysql.sourceforge.net"; //Where is the Database? ("localhost usually works")
$db_UserName = "phpmytourney";
$db_Password = "fwelvis";
$db_Database = "phpmytourney"; //database name, often same as username
Sry hab es aus versehen 2 mal gepostet .
Schönen dank im voraus
Als erstes möchte ich mich Entschuldigen wenn ich mein Problem ins falsche forum gepostet habe :
Mein Props. ist folgendermassen.
versuche schon die ganze zeit myphptourney zu instalieren,kriege aber immer folgende Fehlermeldung wenn ich auf createdb.php gehe (also instaliern der datenbank)
diese
Warning: php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 19
Warning: Failed opening 'http://www.df-empire.de/phpmytourneycommon/mysql.inc' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 19
Fatal error: Call to undefined function: execute_queries() in /usr/home/php00247/public_html/phpmytourney/install-uninstall/createdb.php on line 47
habe alles wie in der readme beschrieben ausgeführt.Will mich aber nicht instalieren lassen .
Oder ich hab nicht alles richtig verstanden
Lege mal ein stück der config.php bei ,vielleicht kann mir ja jemand helfen.
<?php
// Path to your phpmytourney dir.
// this is not the www url , but the server path.
// example : /home/user/httpdocs/phpmytourney/ *unix/linus servers
// G:\\phpmytourney\\ ** a windowish path
$path_phpmytourney = "/home/groups/p/ph/phpmytourney/htdocs/demo/";
// *****************************************************
// Should not edit below on regular installation.
// *****************************************************
//
// Path of some sub-directories.
$path_includes = $path_phpmytourney . "includes/";
$path_common = $path_phpmytourney . "common/";
// Path to some include files.
$header_file = $path_includes . "header.inc";
$footer_file = $path_includes . "footer.inc";
$functions_file = $path_includes . "functions.inc";
// Mysql Related Variables.
// Ask you Web host for details on this...
$db_Hostname = "mysql.sourceforge.net"; //Where is the Database? ("localhost usually works")
$db_UserName = "phpmytourney";
$db_Password = "fwelvis";
$db_Database = "phpmytourney"; //database name, often same as username
Sry hab es aus versehen 2 mal gepostet .
Schönen dank im voraus
Kommentar