我在登录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 :(得分:2)
转到管理员 登录 点击网站=>全局配置 - >服务器标签 点击错误报告下拉列表 点击简单 点击保存并关闭 刷新网站页面上的Web浏览器,通知将会消失。
问题本身是由PHP 5.4.x中的一个错误引起的,该错误现在与XAMPP 1.8一起安装。它只是一个咨询通知,因此没有任何“破坏”。您可能会在以后遇到问题,但Joomla开发人员会意识到这个问题,并密切关注事态发展。