Seite 2 von 2

Verfasst: 27.05.2006 02:35
von Gulaschk@none
ach öffne einfach die intro_portal_mod_db_install

und ersetze :

Code: Alles auswählen

$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
mit :

Code: Alles auswählen

$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'config.'.$phpEx);
include_once($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
include_once($phpbb_root_path . 'includes/db.'.$phpEx);
und führe sie nochmal aus :wink:

Verfasst: 27.05.2006 03:04
von FlexuZ
Die Strukturtabelle intro_portal_mod_db_install ist nicht vorhanden , ich finde sie auf jedenfall nicht

Verfasst: 27.05.2006 03:06
von Gulaschk@none
mach doch was ich dir geschrieben habe um sie an zu legen einfach die änderungen an der install vornehmen und ausführen

Verfasst: 27.05.2006 03:16
von FlexuZ
ASO an der install selbst =D kk :grin:

THX! Hat geklappt !! =DDD :grin: :grin:

Verfasst: 27.05.2006 13:45
von Dreamer1984
wird direkt in der SQL Datenbank ausgefürt kommt in keine vorhandene tabelle du brauchst die durch den Code erstellten tabellen damit das Portal und das Intra die abfragen in der SQL machen kann mit der zugehörigen Install datei werden die normal installiert aber dabei kann es zu fehlern kommen weil nich jeder die Struktur phpbb_ nutzt must du also für dich selber anpassen wie du dein Forum installiert hast.

Aber so wie ich das sehe leuft dein Forum mit Portal und Intro nun schon.

Verfasst: 27.05.2006 14:45
von FlexuZ
Hmmm... mal ne Frage : Welche Styles ist mit der Protal Mod Kompatibel? Und , wie kann man styles ins PhpBB einbauen? :-?

Verfasst: 27.05.2006 14:53
von Gulaschk@none
Hi...

bitte lies dir >>> installation eines neuen Templates <<< durch .

:wink:

Verfasst: 27.05.2006 15:16
von FlexuZ
Und ein weiteres Problem ... beim Installeieren Der Cashmod komtm folgene Fehlermeldung im EMI :


Kritischer Fehler

FINDE FEHLGESCHLAGEN: Konnte in Zeile [posting.php] nicht finden:

$select_sql = ( !$submit ) ? ", t.topic_title, p.enable_bbcode, p.enable_html, p.enable_smilies, p.enable_sig, p.post_username, pt.post_subject, pt.post_text, pt.bbcode_uid, u.username, u.user_id, u.user_sig" : '';

MOD script Linie #256 :: FAQ :: Report

Ich hab das gefühl keiner will mir mehr helfen ...aber naja styles sind jetzt drin nur Das Portal und der EMI funktioniert jetzt nicht mehr

Verfasst: 28.05.2006 12:34
von FlexuZ
*push* Hmm ahhh ich brauch hilfe xD

Verfasst: 29.05.2006 17:56
von FlexuZ
Immernoch .... :(