Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我把整个WP网站转移到Fresh LAMP服务器,PHP不工作?_Php_Wordpress_Ubuntu - Fatal编程技术网

我把整个WP网站转移到Fresh LAMP服务器,PHP不工作?

我把整个WP网站转移到Fresh LAMP服务器,PHP不工作?,php,wordpress,ubuntu,Php,Wordpress,Ubuntu,我在Ubuntu 16.04上安装了一个新的LAMP服务器,并安装了Wordpress。在该网站上,我有一个独特的算法,可以根据如下模板动态创建新页面: http://example.com/sign-up/planid?=xxxxx 但是,当我导航到该页面时,它会给我一个HTTP500错误页面 错误日志告诉我: PHP Parse error: Invalid numeric literal on "filename" at line 1227. 您的错误日志会说什么?PHP解析错误:第

我在Ubuntu 16.04上安装了一个新的LAMP服务器,并安装了Wordpress。在该网站上,我有一个独特的算法,可以根据如下模板动态创建新页面:

http://example.com/sign-up/planid?=xxxxx
但是,当我导航到该页面时,它会给我一个HTTP500错误页面

错误日志告诉我:

PHP Parse error:  Invalid numeric literal on "filename" at line 1227.

您的错误日志会说什么?PHP解析错误:第1227行的数字文字无效您需要显示该区域周围的代码。。。