Hallo,
ich hab da ein Problem. Diese Fehlermeldung sehe ich im pre-installation check:
Kopfzeile: 10) { header( "Location: ../index.php" ); exit(); } require_once ("../includes/version.php"); /** Include common.php */ include_once( "common.php" ); function get_php_setting($val) { $r = (ini_get($val) == '1' ? 1 : 0); return $r ? 'ON' : 'OFF'; } function writableCell( $folder ) { echo ''; echo '' . $folder . '/'; echo ''; echo is_writable( "../$folder" ) ? 'Writeable' : 'Unwriteable' . ''; echo ''; } echo ""; ?>
Pre-installation check for :
PHP version >= 4.1.0 No' : 'Yes';?>
- zlib compression support Available' : 'Unavailable';?>
- XML support Available' : 'Unavailable';?>
- MySQL support Available' : 'Unavailable';?>
configuration.php Writeable'; } else if (is_writable( '..' )) { echo 'Writeable'; } else { echo 'Unwriteable
You can still continue the install as the configuration will be displayed at the end, just copy & paste this and upload.'; } ?>
Session save path , Writeable' : 'Unwriteable';?>
Recommended settings:
Directive Recommended Actual
: :
Directory and File Permissions: "ebenfalls leer"
Ich habe XAMPP gestartet. Apache und MySQL laufen und ich habe die Datenbank in MyPHP angelegt.
Meine Firewall ist aus und es ist kein Schreibschutz in den Dateien.
Woran könnte es liegen, dass ich diese Fehlermeldungen bekomme?
Danke für Eure Unterstützung...
Peter


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen