Is this a hack attempt?

Hello,

Have been getting request views for my website with the following error, can someone tell me whats going on here?




2011/06/16 07:17:31 [error] [exception.CHttpException.404] exception

'CHttpException' with message 'The requested view

"#.Tfnu2gyiJDE;twitter" was not found.' in

/<yii folder>/framework/web/actions/CViewAction.php:110


Stack trace:

#0

/<yii folder>/framework/web/actions/CViewAction.php(121):

CViewAction->resolveView('#.Tfnu2gyiJDE;t...')



Thanks

It just sounds like something is requesting a page that doesn’t exist using the site/page action.

You should check to see whether this url is generated by accident anywhere in your views.

If you changed your site recently, you will get lots of those requests for pages/urls/actions which aren’t there anymore.

It’s annoying, but not a threat.

You can actually use the log to help you generate permanent (301?) redirects so that bots and maybe real people will learn that the resource has permanently moved.