MyBB.de Forum
Coppermine Bridge zu MyBB - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Coppermine Bridge zu MyBB (/thread-12735.html)

Seiten: Seiten: 1 2


RE: Coppermine Bridge zu MyBB - cRaZyYy - 12.09.2009

Hallo,
mein Forum liegt auf /Forum und Coopermine unter /Forum/Galerie

Relativer Pfad zur Konfigurations-Datei Deines Forums: ../inc

Fehlermeldung:
../incconfig.php existiert nicht. Korrigiere den Wert, den Du für Relativer Pfad zur Konfigurations-Datei Deines Forums eingegeben hast

Weiß wer, was ich falsch gemacht habe?


RE: Coppermine Bridge zu MyBB - Marti95. - 12.09.2009

../inc/


RE: Coppermine Bridge zu MyBB - linwinman - 12.09.2009

Hallo cRaZyYy,

versuche es einmal mit
Zitat:Relativer Pfad zur Konfigurations-Datei Deines Forums: ../inc/



RE: Coppermine Bridge zu MyBB - cRaZyYy - 12.09.2009

Redio Webhosting | PHP Fehler
Parse error: syntax error, unexpected '=', expecting ']' in /home/www-data/htdocs/g/germanen/www/Upload/Galerie/bridge/mybb.inc.php on line 58

PHP-Code:
// Database connection settings
         
$this->db = array(
             
'name' => $config['database']['database'],
             
'host' => $config['database']['hostname'],
             
'user' => $config['database']['username'],
             
'password' => $config['database']['password'],
             
'prefix' => $config[color=#FF4500]['database'][/color]['table_prefix']
   
); 



RE: Coppermine Bridge zu MyBB - linwinman - 12.09.2009

Verwende
PHP-Code:
// Database connection settings
         
$this->db = array(
             
'name' => $config['database']['database'],
             
'host' => $config['database']['hostname'],
             
'user' => $config['database']['username'],
             
'password' => $config['database']['password'],
             
'prefix' => $config['database']['table_prefix']
   );