开发者

Drupal - shows content after refresh

Have issue with clients site. when showing content first time -it shows blank page. After refresh - we have all content.

Can 开发者_运维知识库anybody help?


its not a real solution but try to add this

include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
drupal_flush_all_caches();

at the top of node.tpl.php in your theme files...if its working we can move to the second step..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜