windows中php开发的项目在Linux服务器下部署提示路径错误,谁可以解决吗
路径是用$_SERVER[SERVER_NAME]和$_SERVER[PHP_SELF]表示的,怎么解决啊
错误:
Warning: include_once(/home/lampfans/public_html/ajws/Common/Ckeditor/Ckeditor_php5.php) [function.include-once]: failed to open stream: No such file or directory in /home/lampfans/public_html/ajws/Common/Ckeditor/ckeditor.php on line 29Warning: include_once() [function.include]: Failed opening '/home/lampfans/public_html/ajws/Common/Ckeditor/Ckeditor_php5.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lampfans/public_html/ajws/Common/Ckeditor/ckeditor.php on line 29Warning: require_once(/home/lampfans/public_html/ajws/Modules/CKEditor.php) [function.require-once]: failed to open stream: No such file or directory in /home/lampfans/public_html/ajws/Core/YJcore.php on line 16Fatal error: require_once() [function.require]: Failed opening required '/home/lampfans/public_html/ajws/Modules/CKEditor.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lampfans/public_html/ajws/Core/YJcore.php on line 16