doucong1268 2016-11-01 16:20
浏览 514
已采纳

Xampp / php:找不到文件路径

I use brackets for editing and live previewing my code, but when I change the names of my folders live preview doesn't work. Here is the error message:

Warning: require(header.php): failed to open stream: No such file or directory in D:\Programmering\Xammp\Files\htdocs\webside1\pages\index.php on line 13 Fatal error: require(): Failed opening required 'header.php'

(include_path='D:\Programmering\Xammp\Files\htdocs\webside1\pages/../') in D:\Programmering\Xammp\Files\htdocs\webside1\pages\index.php on line 13

Here is my index.php code:

<!DOCTYPE html>
<html>
    <title>Home - Awt-technologies</title>
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
    <link rel="stylesheet" href="style.css">
    <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.js"></script>

    <body id="indexbody">
        <?php //include_once('D:\Programmering\Xammp\Files\htdocs\webside1\pages\header.php');
        set_include_path(dirname(__FILE__)."/../");
        require 'header.php';
        //Checks if user is logged in
        if(isset($_SESSION['name'])) {
            include_once "templates\loggedin.php";
        }
        ?>

    </body>
</html>

I checked the path and it should work but doesn't. Here is a picture of my files in brackets: screenshot

  • 写回答

1条回答 默认 最新

  • douji8017 2016-11-01 16:46
    关注

    Your index.php is in a different folder than your header.php file.

    You'll need to change the require path to ../templates/header.php.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug