Hello,
anyone has a problem in access to admin panel? (Arastta 1.6.2)
This error occurs with three different installations!
[06-Apr-2018 14:17:34 Europe/Rome] PHP Fatal error: Uncaught exception 'Httpful\Exception\ConnectionErrorException' with message 'Unable to connect to "http://arastta.io/core/1.0/version/1.6.2/5.6.35/5.6.38-log/it,en/1": 6 Could not resolve: arastta.io (Domain name not found)' in /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php:1028" target="_blank">globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php:1028
Stack trace:
#0 /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php(204)" target="_blank">globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php(204): Httpful\Request->buildResponse(false)
#1 /home/videoges/globalvideo.it/admin/model/common/update.php(242): Httpful\Request->send()
#2 /home/videoges/globalvideo.it/admin/model/common/update.php(219): ModelCommonUpdate->getRemoteVersion('http://arastta....')
#3 /home/videoges/globalvideo.it/admin/model/common/update.php(172): ModelCommonUpdate->getVersions(Array)
#4 /home/videoges/globalvideo.it/admin/model/common/update.php(158): ModelCommonUpdate->getUpdates()
#5 /home/videoges/globalvideo.it/admin/controller/common/header.php(152): ModelCommonUpdate->countUpdates()
#6 [internal function]: in /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php on line 1028
Can you help me?
anyone has a problem in access to admin panel? (Arastta 1.6.2)
This error occurs with three different installations!
[06-Apr-2018 14:17:34 Europe/Rome] PHP Fatal error: Uncaught exception 'Httpful\Exception\ConnectionErrorException' with message 'Unable to connect to "http://arastta.io/core/1.0/version/1.6.2/5.6.35/5.6.38-log/it,en/1": 6 Could not resolve: arastta.io (Domain name not found)' in /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php:1028" target="_blank">globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php:1028
Stack trace:
#0 /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php(204)" target="_blank">globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php(204): Httpful\Request->buildResponse(false)
#1 /home/videoges/globalvideo.it/admin/model/common/update.php(242): Httpful\Request->send()
#2 /home/videoges/globalvideo.it/admin/model/common/update.php(219): ModelCommonUpdate->getRemoteVersion('http://arastta....')
#3 /home/videoges/globalvideo.it/admin/model/common/update.php(172): ModelCommonUpdate->getVersions(Array)
#4 /home/videoges/globalvideo.it/admin/model/common/update.php(158): ModelCommonUpdate->getUpdates()
#5 /home/videoges/globalvideo.it/admin/controller/common/header.php(152): ModelCommonUpdate->countUpdates()
#6 [internal function]: in /home/videoges/globalvideo.it/system/vendor/nategood/httpful/src/httpful/request.php on line 1028
Can you help me?
Share this post:
Responses (2)
-
Accepted Answer
-
Accepted Answer
Hi Massimo,
well, yes. We have encountered the same issue unfortunately. Looks like there was some issue with the server connection. If it is something urgent you may want to temporary disable update. That should let you in to to the site until fix is introduce by Arastta folks on their side.
To do so you may comment out updates in the following file, in your case it's here:admin/model/common/update.php
Around line 70 comment out upgrade functions, in the line where it says, comment out Upgrade functions
then close the comment in around the line 290
just before the line with function showColums
Now you will receive another error due to references in the header file. So open the admin/controller/common/header.php and on the line 152 comment out count updates line
Around the line 152 where it says ]alert_update.
You may want to make a backup of these files and remember to upload them when issue is fixed. Again, this is just a workaround in case you have live site that has some visitors
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »