Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHttpException #131

Closed
pedrommone opened this issue Sep 8, 2014 · 4 comments
Closed

CHttpException #131

pedrommone opened this issue Sep 8, 2014 · 4 comments

Comments

@pedrommone
Copy link

Im getting a lot of CHttpException on logs files

2014/09/08 09:06:24 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resol                                                ve the request "assets/c33dcf56/userpicker.js".' in /home/x/web/social.x.com/public_html/protected/vend                                                ors/yii/web/CWebApplication.php:288
Stack trace:
#0 /home/x/web/social.x.com/public_html/protected/vendors/yii/web/CWebApplication.php(141): CWebApplica                                                tion->runController('assets/c33dcf56...')
#1 /home/x/web/social.x.com/public_html/protected/vendors/yii/base/CApplication.php(169): CWebApplicati                                                on->processRequest()
#2 /home/x/web/social.x.com/public_html/index.php(39): CApplication->run()
#3 {main}
REQUEST_URI=/assets/c33dcf56/userpicker.js
HTTP_REFERER=http://social.x.com/dashboard

---
2014/09/08 09:08:39 [error] [exception.CHttpException.400] exception 'CHttpException' with message 'The CSRF token                                                 could not be verified.' in /home/x/web/social.x.com/public_html/protected/vendors/yii/web/CHttpRequest.                                                php:1042
Stack trace:
#0 /home/x/web/social.x.com/public_html/protected/vendors/yii/base/CComponent.php(559): CHttpRequest->v                                                alidateCsrfToken(Object(CEvent))
#1 /home/x/web/social.x.com/public_html/protected/vendors/yii/base/CApplication.php(196): CComponent->r                                                aiseEvent('onBeginRequest', Object(CEvent))
#2 /home/x/web/social.x.com/public_html/protected/vendors/yii/base/CApplication.php(167): CApplication-                                                >onBeginRequest(Object(CEvent))
#3 /home/x/web/social.x.com/public_html/index.php(39): CApplication->run()
#4 {main}
@luke-
Copy link
Contributor

luke- commented Sep 8, 2014

Sorry, that are too few informations to help you.

@samdark
Copy link
Contributor

samdark commented Sep 9, 2014

@luke- luke- closed this as completed Sep 30, 2014
@taha-azzabi
Copy link

I got the same issue you need to increase upload_max_filesize and post_max_filesize in your server
http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size

@christophlehmann
Copy link

@taha-azzabi I have both values > 100M so this can't be the reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants