Skip to content

Instantly share code, notes, and snippets.

@pauloharaujos
Last active August 30, 2017 12:07
Show Gist options
  • Save pauloharaujos/5d18ecb460e6a3bd19841e7245dfab6e to your computer and use it in GitHub Desktop.
Save pauloharaujos/5d18ecb460e6a3bd19841e7245dfab6e to your computer and use it in GitHub Desktop.
MAGENTO ERROS
Fatal error: Class 'SoapClient' not found :
Solution:
Do the following:
Locate php.ini in your apache bin folder, I.e Apache/bin/php.ini
Remove the ; from the beginning of extension=php_soap.dll
Restart your Apache server
Look up your phpinfo(); again and check if you see a similar picture to the one above
If you do, problem solved!
Fatal error: Call to a member function select() on boolean in C:\xampp\htdocs\magento-pw\app\code\core\Mage\Core\Model\Resource\Config.php on line 187
Solution :
1 - check the branch !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment