Hallo miteinander,
ich stehe zur Zeit auf dem Schlauch und komme nicht mehr weiter.
Folgendes Problem.
Ich habe meine Seite gespiegelt weil ich das neue Update installieren will,
d.h.
ich habe das komplette Verzeichnis und die Datenbank kopiert und die Parameter in der configuration.php angepasst.
Wenn ich die Seite aufrufe bekomme ich eine komplett weiße Seite mit keinerlei Fehlermeldung.
Was habe ich falsch gemacht????
die orginal php
* -------------------------------------------------------------------------
*/
$_DBCONFIG['host'] = 'localhost'; // This is normally set to localhost
$_DBCONFIG['database'] = 'xxxxxx'; // Database name
$_DBCONFIG['tablePrefix'] = 'cms_'; // Database table prefix
$_DBCONFIG['user'] = 'xxxxx'; // Database username
$_DBCONFIG['password'] = 'xxxxxxx'; // Database password
$_DBCONFIG['dbType'] = 'mysql'; // Database type (e.g. mysql,postgres ..)
$_DBCONFIG['charset'] = 'utf8'; // Charset (default, latin1, utf8, ..)
/**
* -------------------------------------------------------------------------
* Site path specific configuration
* -------------------------------------------------------------------------
*/
$_PATHCONFIG['ascms_root'] = '/home/www/cms';
$_PATHCONFIG['ascms_root_offset'] = ''; // example: '/cms';
/**
die kopie
/**
* -------------------------------------------------------------------------
* Site path specific configuration
* -------------------------------------------------------------------------
*/
$_PATHCONFIG['ascms_root'] = '/home/www/test';
$_PATHCONFIG['ascms_root_offset'] = ''; // example: '/cms';
/**
ich stehe zur Zeit auf dem Schlauch und komme nicht mehr weiter.
Folgendes Problem.
Ich habe meine Seite gespiegelt weil ich das neue Update installieren will,
d.h.
ich habe das komplette Verzeichnis und die Datenbank kopiert und die Parameter in der configuration.php angepasst.
Wenn ich die Seite aufrufe bekomme ich eine komplett weiße Seite mit keinerlei Fehlermeldung.
Was habe ich falsch gemacht????
die orginal php
* -------------------------------------------------------------------------
*/
$_DBCONFIG['host'] = 'localhost'; // This is normally set to localhost
$_DBCONFIG['database'] = 'xxxxxx'; // Database name
$_DBCONFIG['tablePrefix'] = 'cms_'; // Database table prefix
$_DBCONFIG['user'] = 'xxxxx'; // Database username
$_DBCONFIG['password'] = 'xxxxxxx'; // Database password
$_DBCONFIG['dbType'] = 'mysql'; // Database type (e.g. mysql,postgres ..)
$_DBCONFIG['charset'] = 'utf8'; // Charset (default, latin1, utf8, ..)
/**
* -------------------------------------------------------------------------
* Site path specific configuration
* -------------------------------------------------------------------------
*/
$_PATHCONFIG['ascms_root'] = '/home/www/cms';
$_PATHCONFIG['ascms_root_offset'] = ''; // example: '/cms';
/**
die kopie
/**
* -------------------------------------------------------------------------
* Site path specific configuration
* -------------------------------------------------------------------------
*/
$_PATHCONFIG['ascms_root'] = '/home/www/test';
$_PATHCONFIG['ascms_root_offset'] = ''; // example: '/cms';
/**
Kommentar