錯誤訊息 • Notice:Array to string conversion 於 views_plugin_cache->gather_headers()(C:\TWAMPdv719\htdocs\yuan\sites\all\modules\views\plugins\views_plugin_cache.inc中的第206行)。
• Notice:Array to string conversion 於 views_plugin_cache->gather_headers()(C:\TWAMPdv719\htdocs\yuan\sites\all\modules\views\plugins\views_plugin_cache.inc中的第206行)。
• Notice:Array to string conversion 於 views_plugin_cache->gather_headers()(C:\TWAMPdv719\htdocs\yuan\sites\all\modules\views\plugins\views_plugin_cache.inc中的第206行)。
• Notice:Array to string conversion 於 views_plugin_cache->gather_headers()(C:\TWAMPdv719\htdocs\yuan\sites\all\modules\views\plugins\views_plugin_cache.inc中的第206行)。
....
C:\TWAMPdv719\htdocs\yuan\sites\all\modules\views\plugins\views_plugin_cache.inc 如下
// Slightly less simple for CSS:
$css = drupal_add_css();
$css_start = isset($this->storage['css']) ? $this->storage['css'] : array();
206 行 $this->storage['css'] = array_diff_assoc($css, $css_start);
Re: 出現 • Notice:Array to string conversion 於 ...
是在安裝什麼模組或是調整什麼設定之後發生的?
Re: 出現 • Notice:Array to string conversion 於 ...
我也遇到了…似乎是在view裡面開啟快取後會遇到的錯誤訊息…
Re: 出現 • Notice:Array to string conversion 於 ...
所以關掉views cache就不會出現這個訊息?
Re: 出現 • Notice:Array to string conversion 於 ...
目前看來是這樣沒錯…我關掉之後就沒這個問題了 @@
Re: 出現 • Notice:Array to string conversion 於 ...
因為我從來沒碰過這個問題,所以想請問
Drupal版本?
Views版本?
任何View都會出現這個訊息?
安裝什麼模組或是調整什麼設定之後發生的?
其實簡單的說就是 jamesliu78 所問的..
Re: 出現 • Notice:Array to string conversion 於 ...
好問題,但我安裝的模組太多了,所以我也不是很確定是裝了那個模組或設定什麼後會出現這個問題。
我的環境:
Drupal版本是:7.22
views版本是: 7.x-3.6+4-dev
Re: 出現 • Notice:Array to string conversion 於 ...
你要不要試試非dev的版本,
開發版本常常都會有些小問題。
Re: 出現 • Notice:Array to string conversion 於 ...
這可能是 PHP 5.3+ 引出來的問題