I suddenly got these errors in my application log(Many more from the last 2-3 days):
I am currently sending out an Email and just noticed this has been there some days... It tracks some of the clicks and unsubscribes. Which is what these errors look like they are.
I've checked the unique ID and they are correct and I have not deleted any of the list/campaigns I am sending. - Some of the clicks going through and some don't. I cant access the link my self either it just shows the "The requested page does not exist." page as the error log also shows.
Stats for the email are attached.
The tracking domain works when testing at track.domain.com - I get to my homepage that way when using that.
So how do I fix this? Any settings that needs to be changed? Tracking domain and everything are up and confirmed...
Code:
2018/03/07 00:01:38 [error] [exception.CHttpException.404] [185.75.141.32] exception 'CHttpException' with message 'The requested page does not exist.' in /home/steelmai/public_html/apps/frontend/controllers/CampaignsController.php:242
Stack trace:
#0 [internal function]: CampaignsController->actionTrack_url('br209zmt6f44f', 'tvt2vcb7bctsh', '3c2eed1e693cf0e...')
#1 /home/steelmai/public_html/apps/common/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Object(CampaignsController), Array)
#2 /home/steelmai/public_html/apps/common/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(Object(CampaignsController), Object(ReflectionMethod), Array)
#3 /home/steelmai/public_html/apps/common/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
#4 /home/steelmai/public_html/apps/common/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
#5 /home/steelmai/public_html/apps/common/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 /home/steelmai/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('track_url')
#7 /home/steelmai/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/track...')
#8 /home/steelmai/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#9 /home/steelmai/public_html/apps/init.php(238): CApplication->run()
#10 /home/steelmai/public_html/index.php(18): require_once('/home/steelmai/...')
#11 {main}
REQUEST_URI=/campaigns/br209zmt6f44f/track-url/tvt2vcb7bctsh/3c2eed1e693cf0ea14af58dd58a996c7cbd2285b
---
2018/03/07 00:02:09 [error] [exception.CHttpException.404] [185.75.141.32] exception 'CHttpException' with message 'The requested page does not exist.' in /home/steelmai/public_html/apps/frontend/controllers/ListsController.php:1075
Stack trace:
#0 /home/steelmai/public_html/apps/frontend/controllers/ListsController.php(700): ListsController->loadSubscriberModel('1vhpxqv333041', '2')
#1 [internal function]: ListsController->actionUnsubscribe('nf762a2xx6202', '1vhpxqv333041', 'br209zmt6f44f', NULL)
#2 /home/steelmai/public_html/apps/common/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Object(ListsController), Array)
#3 /home/steelmai/public_html/apps/common/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(Object(ListsController), Object(ReflectionMethod), Array)
#4 /home/steelmai/public_html/apps/common/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
#5 /home/steelmai/public_html/apps/common/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
#6 /home/steelmai/public_html/apps/common/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#7 /home/steelmai/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('unsubscribe')
#8 /home/steelmai/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('lists/unsubscri...')
#9 /home/steelmai/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#10 /home/steelmai/public_html/apps/init.php(238): CApplication->run()
#11 /home/steelmai/public_html/index.php(18): require_once('/home/steelmai/...')
#12 {main}
REQUEST_URI=/lists/nf762a2xx6202/unsubscribe/1vhpxqv333041/br209zmt6f44f
I am currently sending out an Email and just noticed this has been there some days... It tracks some of the clicks and unsubscribes. Which is what these errors look like they are.
I've checked the unique ID and they are correct and I have not deleted any of the list/campaigns I am sending. - Some of the clicks going through and some don't. I cant access the link my self either it just shows the "The requested page does not exist." page as the error log also shows.
Stats for the email are attached.
The tracking domain works when testing at track.domain.com - I get to my homepage that way when using that.
So how do I fix this? Any settings that needs to be changed? Tracking domain and everything are up and confirmed...
Attachments
Last edited: