Beiträge: |
Hatte ich mir bereits gedacht.
Mein mainfile sieht so aus:
$dbhost = 'localhost';
$dbconnstr = '';
$dbuname = 'root';
$dbpass = 'password';
$dbname = 'opn';
$dbdialect = 0;
$dbcharset = '';
$system = 2;
$opn_tableprefix = 'opn_';
$dbdriver = 'mysql';
/* physical path to your main opn directory with a trailing slash */
$root_path = 'C:/Programme/Internet/xampp/htdocs/opn';
/* Needed only when installed in a subdir.
* i.e. /server/www/opn
* $installdir = 'opn'
* /server/www/cms/opn
* $installdir = 'cms/opn';
*/
$installdir='';
ini_set('memory_limit','40M');
((int)include($root_path.'master.php')) or die ('<br /><strong>Error: can't find master.php <br />- openPHPnuke is not correctly installed - </strong><br /><br /><br /> your root_path is set to "'.$root_path.'" but this seems that this is not ok<br />edit the /mainfile.php to set this path<br /><br /> or <br /><br />run install.php to install openPHPnuke');
?> |