Page 1 of 1

Blank Page after Admin login. Errors.

Posted: Wed Nov 15, 2017 7:28 pm
by cssjunkie
I did a server move and the config files are all correct. However when I login to admin I get a blank screen. Pulling the errors in index file I get the following:

Code: Select all

Fatal error: Uncaught Error: Call to undefined function curl_init() in /home/xxxx/public_html/admin/model/localisation/currency.php:121 Stack trace: #0 /home/xxxx/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(178): ModelLocalisationCurrency->refresh() #1 /home/xxxx/public_html/system/engine/proxy.php(25): Loader->{closure}(Array, Array) #2 /home/xxxx/public_html/admin/controller/common/dashboard.php(87): Proxy->__call('refresh', Array) #3 /home/xxxx/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): ControllerCommonDashboard->index() #4 /home/xxxx/public_html/admin/controller/startup/router.php(26): Action->execute(Object(Registry), Array) #5 /home/xxxx/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): ControllerStartupRouter->index() #6 /home/xxxx/public_html/system/engine/front.php(34): Action->execute(Object(Registry)) #7 /home/xxxx/public_html/system/engine/front.php(29): Front->ex in /home/xxxx/public_html/admin/model/localisation/currency.php on line 121
Im really not sure the cause of this unless possible permissions errors but I cant find where that would be. Can anyone help on this or give me a way to move server to server with retaining all the permissions?

Re: Blank Page after Admin login. Errors.

Posted: Wed Nov 15, 2017 10:52 pm
by straightlight
Followed are the steps to enable CURL: https://stackoverflow.com/questions/638 ... -curl-init . If you do not have access to those settings, contact your host support to get it added.

Re: Blank Page after Admin login. Errors.

Posted: Thu Nov 16, 2017 6:18 pm
by paulfeakins
As above the clue is in the error message: undefined function curl_init. Ask your host to install curl.

Re: Blank Page after Admin login. Errors.

Posted: Thu Nov 16, 2017 9:48 pm
by straightlight
This is what I have indicated on the above ... I don't get it ...