Intro+Portal Mod
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Intro+Portal Mod
Hallo!
Habe ein paar schwierigkeiten den mod einzubauen.
sobald ich die install ausführen möchte kommt sofort
phpBB : Kritischer Fehler
Could not connect to the database
Wenn ich normal ins Forum schauen möchte kommt:
Could not query Intro + Portal configuration !
RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!
Fehler beim Abfragen der Intro + Portal Konfiguration !
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
HTH AWSW
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 44
File : intro.php
demnach kann ich auch sonst nix machen. wäre für jede hilfe oder tip sehr dankbar.
lg
Habe ein paar schwierigkeiten den mod einzubauen.
sobald ich die install ausführen möchte kommt sofort
phpBB : Kritischer Fehler
Could not connect to the database
Wenn ich normal ins Forum schauen möchte kommt:
Could not query Intro + Portal configuration !
RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!
Fehler beim Abfragen der Intro + Portal Konfiguration !
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
HTH AWSW
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 44
File : intro.php
demnach kann ich auch sonst nix machen. wäre für jede hilfe oder tip sehr dankbar.
lg
Re: Intro+Portal Mod
öffne mal deine intro_portal_mod_db_installtrianor hat geschrieben: sobald ich die install ausführen möchte kommt sofort
phpBB : Kritischer Fehler
Could not connect to the database
suche
Code: Alles auswählen
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);
Code: Alles auswählen
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);
habe alles so gemacht, der install hat dann auch funktioniert, habe alle codes eingegeben, und mehrfach kontrolliert, die tabelle ist auch vorhanden aber es kommt trotzdem noch immer
Could not query Intro + Portal configuration !
RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!
Fehler beim Abfragen der Intro + Portal Konfiguration !
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
HTH AWSW
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 44
File : intro.php
Could not query Intro + Portal configuration !
RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!
Fehler beim Abfragen der Intro + Portal Konfiguration !
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
HTH AWSW
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 44
File : intro.php
im admin bereich komm ich sogar in die navigation des mods rein aber wenn ich auf konfiguration gehe kommt
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
die tabelle ist aber definiv laut myPHPadmin vorhanden
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'ordodi_01.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
die tabelle ist aber definiv laut myPHPadmin vorhanden
habe fast das selbe problem, wenn ich auf Install gehe kommt das..
--------------------------------------------------------------------------------
Warning: mysql_connect(): Access denied for user: 'web88@localhost' (Using password: NO) in /home/www/web88/html/phpBB2/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/www/web88/html/phpBB2/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/www/web88/html/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database
------------------------------------------------------------------------------------
http://web88.server4.nl.kolido.net/phpBB2/
kann uns den jemand helfen? also bei mir weiß ich das es nicht am password liegt der ist bei der config eingetragen!
--------------------------------------------------------------------------------
Warning: mysql_connect(): Access denied for user: 'web88@localhost' (Using password: NO) in /home/www/web88/html/phpBB2/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/www/web88/html/phpBB2/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/www/web88/html/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database
------------------------------------------------------------------------------------
http://web88.server4.nl.kolido.net/phpBB2/
kann uns den jemand helfen? also bei mir weiß ich das es nicht am password liegt der ist bei der config eingetragen!
Re: Intro+Portal Mod
infinity hat geschrieben:öffne mal deine intro_portal_mod_db_installtrianor hat geschrieben: sobald ich die install ausführen möchte kommt sofort
phpBB : Kritischer Fehler
Could not connect to the database
sucheersetze mitCode: Alles auswählen
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);
hochladen und ausführen.Code: Alles auswählen
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);
HAMMER GEIL DAS HAT GEKLAPPT! jetzt gehts bei mir
EDIT:
trianor bei dir liegt es wahrscheinlich daran weil du die install gar nicht gelöscht hast nach der installation!
DANKE!