Strange CakePHP消息:缺少查看文件

时间:2014-04-12 21:05:25

标签: cakephp

我正在开发CakePHP网站。 当我向前/向后移动一页(浏览器中的箭头)时,我得到以下内容:

{
    "code": 500,
    "url": "\urlToWebisite/uploads\/view\/31",
    "name": "View file "urlToWebisite\\app\\View\\Uploads\\json\\view.ctp" is missing."
}

整页都是白色的,这是我唯一看到的......

我的错误日志说:

2014-04-12 22:10:27 Error: [MissingViewException] View file "C:\url\app\View\Users\json\view.ctp" is missing.
Exception Attributes: array (
  'file' => 'C:\\url\\app\\View\\Users\\json\\view.ctp',
)
Request URL: /url/users/view/1
Stack Trace:
#0 C:\url\lib\Cake\View\JsonView.php(107): View->_getViewFileName(NULL)
#1 C:\url\lib\Cake\Controller\Controller.php(952): JsonView->render(NULL, NULL)
#2 C:\url\lib\Cake\Routing\Dispatcher.php(192): Controller->render()
#3 C:\url\lib\Cake\Routing\Dispatcher.php(160): Dispatcher->_invoke(Object(UsersController), Object(CakeRequest), Object(CakeResponse))
#4 C:\url\app\webroot\index.php(108): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#5 {main}

不需要发布我的appController:它只为视图加载模型和设置变量。

当我重新加载页面时,它会加载完美。

我不知道在哪里搜索解决方案。所以,请给我一些提示!

如果我没有提供足够的信息,请发表评论;)

Greetzz

1 个答案:

答案 0 :(得分:0)

找到了解决方案......我禁用了所有.js个文件,但问题已经消失......现在要查找错误的.js文件。

此代码:

$( '#bottom-panel .twitter-feed' ).each(function(){
        $(this).uouTwitterFeed();
    });

我花了2个小时:))