Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 12, 20204 yr Hello, I have a lot of SOCKETS REQUEST in System Logs: Some examples are: #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(450): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(170): IPS\core\modules\admin\support\_support->_connectionChecker() #4 /home/mywebsite/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\admin\support\_support->_selfService(Array) #5 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(52): IPS\Helpers\_Wizard->__toString() #6 /home/mywebsite/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\support\_support->manage() #7 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(33): IPS\Dispatcher\_Controller->execute() #8 /home/mywebsite/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\support\_support->execute() #9 /home/mywebsite/public_html/admin/index.php(14): IPS\_Dispatcher->run() #10 {main} #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Google.php(372): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Google.php(254): IPS\Login\Handler\OAuth2\_Google->_userData('ya29.a0Ae4lvC2n...') #4 /home/mywebsite/public_html/system/Login/Handler/OAuth2/OAuth2.php(786): IPS\Login\Handler\OAuth2\_Google->authenticatedEmail('ya29.a0Ae4lvC2n...') #5 /home/mywebsite/public_html/system/Member/Member.php(4511): IPS\Login\Handler\_OAuth2->userEmail(Object(IPS\Member)) #6 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(78): IPS\_Member->profileSync() #7 /home/mywebsite/public_html/system/Task/Task.php(362): IPS\core\tasks\_profilesync->IPS\core\tasks\{closure}() #8 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(81): IPS\_Task->runUntilTimeout(Object(Closure), 1) #9 /home/mywebsite/public_html/system/Task/Task.php(261): IPS\core\tasks\_profilesync->execute() #10 /home/mywebsite/public_html/system/Task/Task.php(224): IPS\_Task->run() #11 /home/mywebsite/public_html/applications/core/interface/task/task.php(56): IPS\_Task->runAndLog() #12 {main} #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Facebook.php(310): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/system/Member/Member.php(4588): IPS\Login\Handler\OAuth2\_Facebook->userProfilePhoto(Object(IPS\Member)) #4 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(78): IPS\_Member->profileSync() #5 /home/mywebsite/public_html/system/Task/Task.php(362): IPS\core\tasks\_profilesync->IPS\core\tasks\{closure}() #6 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(81): IPS\_Task->runUntilTimeout(Object(Closure), 1) #7 /home/mywebsite/public_html/system/Task/Task.php(261): IPS\core\tasks\_profilesync->execute() #8 /home/mywebsite/public_html/system/Task/Task.php(224): IPS\_Task->run() #9 /home/mywebsite/public_html/applications/core/interface/task/task.php(56): IPS\_Task->runAndLog() #10 {main} Can someone help me?
April 12, 20204 yr Disable the debug logging in your constants file by searching for following code and just remove it. Quote define('DEBUG_LOG', true); Edited April 12, 20204 yr by Fosters
April 12, 20204 yr Author Many thanks, @Fosters. It is possible that support activated it to check some issues.