Page 1 of 1

Fatal error: Invalid opcode 89/1/8.

PostPosted: 11. January 2006 07:48
by iahhel
Fatal error: Invalid opcode 89/1/8. in C:\XAMPP\xampp\htdocs\index.php on line 2


index.php
Code: Select all
<?php
   if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
      $uri = 'https://';
   } else {
      $uri = 'http://';
   }
   $uri .= $_SERVER['HTTP_HOST'];
   header('Location: '.$uri.'/xampp/');
   exit;
?>
Something is wrong with the XAMPP installation :-(


Now I never got this b4 and my XAMPP was working fine then I had to go somewhere so I logged off... didnt even think about stopping apache or mysql but that shouldnt matter, should it? Anyways, I looked everywhere and came up emptyhanded, now my XAMPP wont even start :( ... well it gives a 404. Thanks :)

PostPosted: 12. January 2006 00:06
by vern
I've had the same problem once I've activated eAccelerator and PostgresSql support. :(
Try to deactivate eAccelerator :wink: