Author Topic: cannot login to control panel admin  (Read 4662 times)

Offline guswic

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
cannot login to control panel admin
« on: May 10, 2017, 03:39:30 AM »
I'm just install AbanteCart, and after installation is complete application web commerce running well.

But while i'll try login to admin control panel after fill username and password... page blank (white screen).. nothing icon or menu display anything.

it's below error.txt (/system/logs/error.txt):
warning:  AbanteCart core v.1.2.10 curl_exec() has been disabled for security reasons in <b>/home/domain/public_html/core/lib/connect.php</b> on line <b>430</b>

how to solve this..?


Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: cannot login to control panel admin
« Reply #1 on: May 10, 2017, 04:48:00 AM »
curl functions are disabled in your php.ini file. Please check this
Quote
In order to eliminate this error message you need to do ONE of the following things:

    Remove the curl_exec string from the disable_functions at php.ini* file
    Ask your hosting provider to remove the string above if you don't have an access to the php.ini* file
    Change hosting provider which allows the running of the curl_exec function.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline guswic

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: cannot login to control panel admin
« Reply #2 on: May 10, 2017, 06:03:12 AM »
you mean change option in php.ini file:

;extension=php_curl.dll
remove string change to
extension=php_curl.dll


isn't it?..

 

Powered by SMFPacks Social Login Mod