这是我第一次上传网站 - http://indianrestaurantmumbai.com/,我已经添加了所有必要的文件夹(我认为),它给了我这个错误信息:
Warning: require_once(/home/ecoconst/public_html/IndianRestaurantMumbai.com/includes/defines.php): failed to open stream: No such file or directory in /home/ecoconst/public_html/IndianRestaurantMumbai.com/index.php on line 21
Fatal error: require_once(): Failed opening required '/home/ecoconst/public_html/IndianRestaurantMumbai.com/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ecoconst/public_html/IndianRestaurantMumbai.com/index.php on line 21
可以请别人帮帮我吗?
答案 0 :(得分:1)
错误实际上似乎很清楚。文件:
您的托管帐户似乎不存在/home/ecoconst/public_html/IndianRestaurantMumbai.com/includes/defines.php
。该路径似乎是正确的,将其与您尝试引用definitions.php的index.php文件进行比较。
我建议您确认文件define.php已正确上传到:
/home/ecoconst/public_html/IndianRestaurantMumbai.com/includes
如果是,请确保其权限为644或755.
如果这是现有的Joomla并且文件丢失,我建议您联系您的托管服务提供商,看看他们是否使用ConfigServer eXploit Scanner(cxs)。如果您的Joomla已被盗用,扫描程序通常会隔离文件,从而导致类似的问题。
答案 1 :(得分:0)
我找到了解决方案,只是.htaccess正在寻找第一页“index.html”而我的.html文件是“Index.html”,资本为“我”,所以我只是重命名它,一切都很好。< / p>