XmlFileLoader.php 第 281 行中的 symfony 2.8 InvalidArgumentException
Posted
技术标签:
【中文标题】XmlFileLoader.php 第 281 行中的 symfony 2.8 InvalidArgumentException【英文标题】:symfony 2.8 InvalidArgumentException in XmlFileLoader.php line 281 【发布时间】:2016-03-30 09:53:31 【问题描述】:我把我的应用程序上线了,但我有这个错误:
XmlFileLoader.php 第 281 行中的 InvalidArgumentException:
无法解析文件“/////htdocs/vendor/symfony/symfony/src /Symfony/Bundle/FrameworkBundle/DependencyInjection/../Resources/config/web.xml”。
我的 app_dev.php:
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Debug\Debug;
// If you don't want to setup permissions the proper way, just uncomment the following PHP line
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
//umask(0000);
// This check prevents access to debug front controllers that are deployed by accident to production servers.
// Feel free to remove this, extend it, or make something more sophisticated.
if (isset($_SERVER['HTTP_CLIENT_IP'])
//|| isset($_SERVER['HTTP_X_FORWARDED_FOR'])
|| !(in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', 'fe80::1', '::1', 'my IP')) || php_sapi_name() === 'cli-server')
)
header('HTTP/1.0 403 Forbidden');
exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
Debug::enable();
require_once __DIR__.'/../app/AppKernel.php';
$kernel = new AppKernel('dev', true);
$kernel->loadClassCache();
$request = Request::createFromGlobals();
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);
【问题讨论】:
我认为发布您的 app_dev.php 没有帮助,您可以发布 Resources/config/web.xml 文件吗? 【参考方案1】:问题在于它需要 5.5 或更高版本的 PHP,因为我将我的应用程序托管在一个免费托管的网站上
【讨论】:
以上是关于XmlFileLoader.php 第 281 行中的 symfony 2.8 InvalidArgumentException的主要内容,如果未能解决你的问题,请参考以下文章
《LeetCode之每日一题》:281.字符串中的第一个唯一字符
《安富莱嵌入式周报》第281期:Keil Studio发布VSCode插件,微软嵌入式IDE升级,开源穿戴手表,CAN XL汽车单片机,USB4 V2.0规范
《安富莱嵌入式周报》第281期:Keil Studio发布VSCode插件,微软嵌入式IDE升级,开源穿戴手表,CAN XL汽车单片机,USB4 V2.0规范
Highly Recommended 650-281 Exam Cram - Valid 650 281 Exam Questions