Fatal error: Invalid opcode 89/1/8.

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Fatal error: Invalid opcode 89/1/8.

Postby iahhel » 11. January 2006 07:48

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 :)
iahhel
 
Posts: 1
Joined: 27. December 2005 03:30

Postby vern » 12. January 2006 00:06

I've had the same problem once I've activated eAccelerator and PostgresSql support. :(
Try to deactivate eAccelerator :wink:
vern
 
Posts: 1
Joined: 11. January 2006 23:44


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 145 guests