随笔分类 - Drupal
摘要:Drupal 安装后页面出现:warning: Invalid argument supplied for foreach() on line448解决办法:办法1: foreach ($theme->info['scripts'] as $script => $path) { if (file_exists($path)) { $theme->scripts[$script] = $path; } }改成 foreach ((array)$theme->info['scripts'] as $script => $path) {
阅读全文
摘要:What are you trying to say?(你到底想说什么?) Don't be silly.(别胡闹了。) How strong are your glasses?(你近视多少度?) Just because.(没有别的原因。) It isn't the way I hoped it would be.(这不是我所盼望的。) You will never guess.(你永远猜不到。) No one could do anything about it.(众人对此束手无措。) I saw something deeply disturbing.(深感事情不妙。) M
阅读全文

浙公网安备 33010602011771号