duanji9677 2016-08-22 19:49
浏览 57
已采纳

上传到主机时,php require语句不起作用

I have a php file that lives /php/dbtest.php

it worked perfectly fine on my local machine, running xampp I have uploaded it onto a Linux webhost, now the line

require '/../app/start.php'  

I have tried echoing error_get_last() but it returns nothing. I am unsure what the problem is or where to look next I have tried without the forward slash. All help very much appreciated

  • 写回答

1条回答 默认 最新

  • duanlaiquan8174 2016-08-22 20:19
    关注

    Your link should be not good. Because with the first /, you make reference to the root directoy of your linux system and generally website are contain in /etc/www. So try :

    require '../app/start.php'  
    

    or something that is more linked to the way your document are present in your system.

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

报告相同问题?

悬赏问题

  • ¥15 51单片机中C语言怎么做到下面类似的功能的函数(相关搜索:c语言)
  • ¥15 seatunnel 怎么配置Elasticsearch
  • ¥15 PSCAD安装问题 ERROR: Visual Studio 2013, 2015, 2017 or 2019 is not found in the system.
  • ¥15 (标签-MATLAB|关键词-多址)
  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端
  • ¥15 基于PLC的三轴机械手程序
  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题