【发布时间】:2012-07-14 00:53:24
【问题描述】:
我最近在我的网站上工作并决定清除所有缓存,现在主页只显示标题,没有其他内容。所有其他页面都可以正常工作,但我确实收到此错误:
警告:include(page-front.php) [function.include]: 未能打开 流:include() 中没有这样的文件或目录(第 14 行) /home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php)。 警告:include(page-front.php) [function.include]: 未能打开 流:include() 中没有这样的文件或目录(第 14 行) /home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php)。 警告:include() [function.include]:打开 'page-front.php' 失败 包含 (include_path='.:/usr/lib/php:/usr/local/lib/php') 在 包括()(第 14 行 /home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php)。
我确实看到了其他人发布的一个非常相似的问题,但它是针对 drupal 6 的,修复方法是通过访问 admin/build/modules 来重建模块 并通过访问 admin/build/themes 重建主题。不幸的是,D7 没有相同的菜单选项。
有人知道如何解决这个问题吗?
【问题讨论】: