2012-07-18 53 views
0

我安裝的Joomla後收到此錯誤,當我登錄到的Joomla主頁... 我怎樣才能解決這個問題? 這是一個調用堆棧錯誤。 在這些功能它給此錯誤消息:的Joomla文章錯誤

(!) Notice: Array to string conversion in C:\wamp\www\Joomla\components\com_content\models\articles.php on line 124 

    Time Memory Function  Location  
1 0.0106 147704 {main}() ..\index.php:0 

2 4.1993 3885048 JSite->dispatch() ..\index.php:42 

3 4.2998 4098608 JComponentHelper::renderComponent() ..\application.php:197 

4 4.3968 4122720 JComponentHelper::executeComponent() ..\helper.php:351 

5 4.3976 4142608 require_once('6 4.5327 4384488 JController->execute() ..\content.php:16 

6 4.5327 4384488 JController->execute() ..\content.php:16 

7 4.5327 4384632 ContentController->display() ..\controller.php:760 

8 4.7422 4878680 JController->display() ..\controller.php:74 

9 4.8532 5211688 ContentViewFeatured->display() ..\controller.php:721 

10 4.8556 5214224 JView->get() ..\view.html.php:40 

11 4.8556 5214344 ContentModelFeatured->getItems() ..\view.php:386 

12 4.8560 5223336 ContentModelArticles->getItems() ..\featured.php:80 


13 4.8560 5223832 JModelList->getItems() ..\articles.php:476 

14 4.8561 5223952 ContentModelFeatured->getStoreId() ..\modellist.php:118 

15 4.8561 5224024 ContentModelArticles->getStoreId() ..\featured.php:102 
+0

此日誌僅是調用堆棧。請發佈完整的錯誤消息。 – Skrol29 2012-07-18 10:19:20

+0

請格式化你的代碼由它縮進塊,不要被這樣的線做線。 – Quentin 2012-07-18 10:33:17

+0

第一列顯示錯誤次數秒顯示時間,第三顯示內存,第四顯示功能,最後一個是位置。 – 2012-07-18 11:22:41

回答

2

轉到管理員 登錄 點擊網站=>全局配置 - >服務器選項卡 CLICK錯誤報告下拉列表 單擊簡單 單擊保存並關閉 刷新網站頁面上的Web瀏覽器,通知將消失。

問題本身是由PHP 5.4.x版本,這是目前與XAMPP安裝的錯誤引起的1.8,它只是一個諮詢通知,因此沒有什麼是「破」呢。有可能你以後可能會遇到問題,但Joomla開發者已經意識到了這個問題,並密切關注了開發情況。