我在这个问题中面临同样的问题:
致命错误:require_once():无法在 /usr/share/tuleap/src/www/index.php 中打开所需的“pre.php”
我正在尝试使用 Wamp Server 从源代码运行 Tuleap。我已经在 Windows 上安装了 Wamp 并将 Tuleap 文件解压缩到 www 文件夹中。当我访问 URL 时,我收到以下错误:
( ! ) 警告:require_once(pre.php): failed to open stream: No such file or directory in C:\wamp64\www\tuleap-master\tuleap-master\src\www\index.php 第 9 行
( ! ) 致命错误:require_once(): 无法在 C:\wamp64\www\tuleap-master\tuleap-master\src\ 中打开所需的 'pre.php' (include_path='.;C:\php\pear')第 9 行 www\index.php
我在文件夹“www/include/”中找到了文件 pre.php。我把这个路径放在文件 index.php 中,问题就解决了,但是又出现了一个与路径文件相关的问题:
警告:require_once(common/autoload.php):无法打开流:第 1 行的 C:\wamp64\www\tuleap-master\tuleap-master\src\www\include\pre.php 中没有这样的文件或目录
我想知道是否有一些方法可以解决这个问题。
如果可以以这种方式运行 Tuleap。