Win 8.1 xampp problems

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

Win 8.1 xampp problems

Postby gpowell2605 » 08. August 2014 01:25

This is in my index.php file inside htdocs. i cant get to the config from the browser.. the browser only shows errors in the left side bar on the localhost page


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 :-(
gpowell2605
 
Posts: 2
Joined: 08. August 2014 01:16
Operating System: Windows 8.1 Ent 64bit

Re: Win 8.1 xampp problems

Postby gpowell2605 » 08. August 2014 01:32

These are the errors im getting....




Warning: fopen(.modell): failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\navi.php on line 4

Warning: filesize(): stat failed for .modell in C:\xampp\htdocs\xampp\navi.php on line 6

Warning: fread() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\xampp\navi.php on line 6

Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\xampp\navi.php on line 7


Warning: include(.modell): failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\navi.php on line 57

Warning: include(): Failed opening '.modell' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\xampp\navi.php on line 57


Warning: include(.version): failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\navi.php on line 57

Warning: include(): Failed opening '.version' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\xampp\navi.php on line 57

[PHP: 5.5.11]

Welcome
Status
Security
Documentation
Components
Applications

Php
phpinfo()
CD Collection
Biorhythm
Instant Art
Phone Book

Perl
perlinfo()
Guest Book

J2ee
Info
Tomcat examples

Tools
phpMyAdmin
Mail

©2002-2014
gpowell2605
 
Posts: 2
Joined: 08. August 2014 01:16
Operating System: Windows 8.1 Ent 64bit


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 156 guests