Fatal error: require_once(): Failed opening required 'pre.php' in /usr/share/tuleap/src/www/index.php

帅比萌擦擦* 提交于 2019-12-12 06:10:07

问题


I have installed xampp and then tuleap in centos and gave /usr/share/tuleap/src/www as document root in /etc/httpd/conf/httpd.conf

When I hit the url, I am getting the following error:

Warning: require_once(pre.php): failed to open stream: No such file or directory in /usr/share/tuleap/src/www/index.php on line 9

Fatal error: require_once(): Failed opening required 'pre.php' (include_path='.:/opt/lampp/lib/php') in /usr/share/tuleap/src/www/index.php on line 9

I am also seeing that the document root points to /usr/share/tuleap/src/www and pre.php is not in this folder. Instead it is at include/pre.php I am totally confused on this directory structure. I didn't change any code after installing tuleap.

Please let me know how to fix this issue.

Thanks in advance!

来源:https://stackoverflow.com/questions/29046780/fatal-error-require-once-failed-opening-required-pre-php-in-usr-share-tul

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!