AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: guswic on May 10, 2017, 03:39:30 AM

Title: cannot login to control panel admin
Post by: guswic 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..?

Title: Re: cannot login to control panel admin
Post by: abolabo 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.
Title: Re: cannot login to control panel admin
Post by: guswic 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?..