Die Suche ergab 6 Treffer

von Warui
30.10.2005 17:52
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

ok, ich hab das Rätsel wohl teilweise gelöst ...
ich hatte "vorauseilend" in einer Projekte-Konstanten-Datei bereits einige Konstanten definiert, die zum sinnvollen gebrauch der Board-Fkt. wichtig sind ... z.B. die Definition der Tabellennamen. Bereits dort hat das Skript wegen nem Schreibfehler die ...
von Warui
30.10.2005 17:38
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

Auf nem Server
von Warui
30.10.2005 14:34
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

Nachtrag:

Dieser Fehler tritt wohl schon früher auf ...
Als weitere Information liefert phpbb:
Could not query config information

DEBUG MODE

SELECT * FROM config

Line : 227
File : common.php

Die entsprechende Zeile liest sich bei mir wie folgt

//
// Setup forum wide options, if this fails ...
von Warui
30.10.2005 14:25
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

IMHO nicht ... hab ich schon geprüft, sogar per grep -e ;)

dafür hab ich was anderes interessantes gefunden:
Ich hab an der entsprechenden Stelle mal was umgeschrieben ...

if (is_object($db)) {
echo "yay\n";
$sql_error = $db->sql_error();
} else echo "buh\n";


Da krieg ich raus ...
buh ...
von Warui
30.10.2005 12:53
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

Meine Meinung ... nur, wenn ich das Board als solches aufrufe, funktioniert alles :(
von Warui
29.10.2005 16:44
Forum: phpBB 2.0: Mods in Entwicklung
Thema: Projektweite Integration eines Boards
Antworten: 9
Zugriffe: 2176

Projektweite Integration eines Boards

Moinmoin,

Ich hab ein Problem damit, ein phpBB in meine Projektseite einzubinden.
Ich habe in einer neuen Datei, die automatisch vom System eingebunden wird (per rekursivem Including) folgenden Code:
<?
// This code lives in $WEBROOT$/mod/phpbb_live_integration
define('IN_PHPBB',TRUE);
global ...

Zur erweiterten Suche