[v1.3] Unbekannter Datenbankfehler after include("include.inc.php"); - Printable Version +- TWLan Forum (https://twlan.org) +-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61) +--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62) +---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65) +----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7) +----- Thread: [v1.3] Unbekannter Datenbankfehler after include("include.inc.php"); (/showthread.php?tid=3842) |
Unbekannter Datenbankfehler after include("include.inc.php"); - Kennedy - 06.01.2011 I made a new file named mass.php (for a mass recruitment project), can someone explain why do I get "Unbekannter Datenbankfehler" after including include.inc.php . The data from include/config.php for php to connect to the mysql is correct. I don't understand why does it give this error. RE: Unbekannter Datenbankfehler after include("include.inc.php"); - Molt - 06.01.2011 Because the include.inc.php doen's get the security hash. You don't have to include the include.inc.php, let the game.tpl include mass.php, then it works Greetings Molt RE: Unbekannter Datenbankfehler after include("include.inc.php"); - Kennedy - 06.01.2011 Solved it, just needed to require not include it. |