Server Error No response

As of Friday my server hasn't given me any response. When I try and get something to send out nothing shows in any error log past the 18th. When I tell the server to send it states sending but nothing actually happens.

What can I do to diagnose the issue?
 
Code:
2016/08/18 15:40:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The requested page does not exist.' in /home/worldwide/public_html/apps/frontend/controllers/CampaignsController.php:191
Stack trace:
#0 [internal function]: CampaignsController->actionTrack_url('HN844QQ1D9C18', 'ZJ501JSO6TB94', 'A784DD59293F7E9...')
#1 /home/worldwide/public_html/apps/common/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Object(CampaignsController), Array)
#2 /home/worldwide/public_html/apps/common/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(Object(CampaignsController), Object(ReflectionMethod), Array)
#3 /home/worldwide/public_html/apps/common/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
#4 /home/worldwide/public_html/apps/common/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
#5 /home/worldwide/public_html/apps/common/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('track_url')
#7 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/track...')
#8 /home/worldwide/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#9 /home/worldwide/public_html/apps/init.php(219): CApplication->run()
#10 /home/worldwide/public_html/index.php(18): require_once('/home/worldwide...')
#11 {main}
REQUEST_URI=/CAMPAIGNS/HN844QQ1D9C18/TRACK-URL/ZJ501JSO6TB94/A784DD59293F7E92133A4391E8F94736B9ACA2A8BY
---
2016/08/18 15:40:08 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The requested page does not exist.' in /home/worldwide/public_html/apps/frontend/controllers/CampaignsController.php:191
Stack trace:
#0 [internal function]: CampaignsController->actionTrack_url('hn844qq1d9c18', 'zj501jso6tb94', '3fceae806b69cbb...')
#1 /home/worldwide/public_html/apps/common/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Object(CampaignsController), Array)
#2 /home/worldwide/public_html/apps/common/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(Object(CampaignsController), Object(ReflectionMethod), Array)
#3 /home/worldwide/public_html/apps/common/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
#4 /home/worldwide/public_html/apps/common/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
#5 /home/worldwide/public_html/apps/common/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('track_url')
#7 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/track...')
#8 /home/worldwide/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#9 /home/worldwide/public_html/apps/init.php(219): CApplication->run()
#10 /home/worldwide/public_html/index.php(18): require_once('/home/worldwide...')
#11 {main}
REQUEST_URI=/campaigns/hn844qq1d9c18/track-url/zj501jso6tb94/3fceae806b69cbb71b13e1a4a8d7d2e645c3e3d3programme
 
Got the below errors so now it is giving a response.

Code:
2016/08/22 17:05:59 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "ca762bhf485e4".' in /home/worldwide/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/worldwide/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('ca762bhf485e4')
#1 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('ca762bhf485e4')
#2 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/ca762...')
#3 /home/worldwide/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/worldwide/public_html/apps/init.php(219): CApplication->run()
#5 /home/worldwide/public_html/index.php(18): require_once('/home/worldwide...')
#6 {main}
REQUEST_URI=/campaigns/ca762bhf485e4/track-url/ep529tm8c6ef1/380da4d3bf04bf1de5d6e5dc6294c67346bd91a5_
---
2016/08/22 18:00:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request "browserconfig.xml".' in /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php:286
Stack trace:
#0 /home/worldwide/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('browserconfig.x...')
#1 /home/worldwide/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#2 /home/worldwide/public_html/apps/init.php(219): CApplication->run()
#3 /home/worldwide/public_html/index.php(18): require_once('/home/worldwide...')
#4 {main}
REQUEST_URI=/browserconfig.xml
---
 
Try server restart.
If that does not fix it, try resetting the paths of the app to normal.
If you cannot do this, iron over the app backup files (if u have any), not the dbf (of which you better have a backup).
If you do not have those, then put the files there of the version you had last.
If this all fails, check disk integrity/server breaches.
Hope this helps ;)
 
We updated the server to easy apache 4 and I think the issue stems from that, my issue is that I get no errors back. I think the ones above are from outside connections hitting the server not the server itself sending out.
 
We updated the server to easy apache 4 and I think the issue stems from that, my issue is that I get no errors back. I think the ones above are from outside connections hitting the server not the server itself sending out.
Try changing php handler.
 
Back
Top