Hallo zusammen!
Ich habe folgendes Problem: Ich habe eine kleine Seite gebastelt, welche lokal auch ohne Probleme lief. Nach dem Testen auf meinem Webspace trat dann folgendes Problem auf.
Fatal error: Cannot use object of type __PHP_Incomplete_Class as array in /var/www/users/d/d00055/websites/http://martin.freshn.de/dma/inc/security.php on line 17
Hier die Zeilen um Zeile 17:
PHP
if (basename($_SERVER['PHP_SELF']) != "index.php" AND !isset($_SESSION['user']['username'])) { ?>
<meta http-equiv="refresh" content="0; URL=index.php">
<?php }
Lokal entwickel ich mit XAMPP für Windows Version 1.6.6a.
Server: PHP Version 5.2.5-3
Ich hoffe, dass mir da jmd weiter helfen kann.
Danke schon mal im vorraus!