开发者

Drupal - shows content after refresh

开发者 https://www.devze.com 2023-03-28 21:40 出处:网络
Have issue with clients site. when showing content first time-it shows blank page. After refresh - we have all content.

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

精彩评论

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