从网上下了一个网站的模板,在本机运行了下,出现这个错误:
scream: error suppression ignored for
( ! ) fatal error: call to undefined function get_header() in c:\wamp\www\zenith\index.php on line 17
call stack
# time memory function location
1 0.0004 386824 {main}( ) ..\index.php:0
index。php的第17行是:
get_header(); // loads the header.php template. ?>
这是为什么?
回复讨论(解决方案) get_headers()
还是报错:
( ! ) parse error: syntax error, unexpected '
但是前面的代码没问题啊:
/**
* index template
*
* this is the default template. it is used when a more specific template can't be found to display
* posts. it is unlikely that this template will ever be used, but there may be rare cases.
*
* @package zenith
* @subpackage template
* @since 0.1.0
* @author tung do
* @copyright copyright (c) 2013, tung do
* @link http://devpress.com/themes/zenith/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
将17 行附件的代码贴出来
class=>
'' . __( 'pages:', 'zenith' ), 'after' => '
' ) ); ?>
第17行是getheaders
get_headers(); // loads the header.php template. ?>
这种把注释删掉,否则后面的?>的也被注释掉了,或者就把?>放在下面一行。
知道了,网上下的模板,怎么这么多低级错误啊
scream: error suppression ignored for
( ! ) fatal error: call to undefined function do_atomic() in c:\wamp\www\zenith\index.php on line 11
现在还是这个报错,