Home >Backend Development >PHP Tutorial >网上下的模板运行报错

网上下的模板运行报错

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-23 14:11:541091browse

网上下的模板运行报错:
Fatal error: Call to undefined function do_atomic() in C:\wamp\www\zenith\index.php on line 11

怎么看这个模板所需要的函数都放在哪里的?index。php页面并没有require什么页面啊。
弄了一个晚上了,也不知道哦错在哪里


回复讨论(解决方案)

index。php代码如下:

 // zenith_before_content 







 // zenith_before_entry 

" class="">

// zenith_open_entry 


' . __( '[entry-edit-link] [entry-published] [entry-author] [entry-comments-link]', 'zenith' ) . '
' ); ?>





→', 'zenith' ) ); ?>
 '

' . __( 'Pages:', 'zenith' ), 'after' => '

' ) ); ?>





' . __( '[entry-terms taxonomy="category" separator=""] [entry-terms taxonomy="post_tag" separator=""]', 'zenith' ) . '
' ); ?>



// zenith_close_entry 



 // zenith_after_entry 









 // zenith_close_content 

// Loads the loop-nav.php template.



// zenith_after_content 

 // Loads the footer.php template. 

没有这个方法么....
do_atomic

全部文档搜索一下
do_atomic

然后引用那个文件.

引用的话,是require_once那个文件?

print_r(get_included_files()); //查看包含的文件列表

 没有引用到这个do_atomic方法 不是要require哪个文件

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn