Note that there are some explanatory texts on larger screens.

plurals
  1. PONOT your standard Curl error: WAMP/local copy of remote Magento site, curl_setopt() not defined
    primarykey
    data
    text
    <p>I have created a local copy of my remote store (Magento Community 1.6.2.0) using WampServer 2.2E:</p> <ol> <li>Cleared entire Magento cache on remote site</li> <li>exported remote MySql database using phpMyAdmin</li> <li>tar'd up the entire remote public_html folder and downloaded to local PC</li> <li>Recreated directory structure locally under C:\wamp\www\</li> <li>created a new database locally (I'm using WAMPserver) with appropriate user/pass/DBname according to /app/etc/local.xml -- note: dbase host in local.xml is "localhost"</li> <li>imported database with no errors</li> <li>modified mage_core_config_data table's baseurl variables to both point to <a href="http://www.localhost.com/" rel="nofollow">http://www.localhost.com/</a></li> <li>modified local .htaccess to prevent configuration that would result in crashing as well as to modify the rewrite rule that does the 301 redirect for domain.com to www.domain.com (I changed domain.com to be localhost.com).</li> <li>deleted everything in var/cache, var/session, var/tmp, and the system /tmp folder, as suggested in another Q&amp;A</li> <li>verified that WAMP has curl PHP extension enabled</li> </ol> <p>So now everything loads except for the admin panel. When I go to <a href="http://localhost.com/index.php/admin" rel="nofollow">http://localhost.com/index.php/admin</a> and log in, the error is:</p> <pre><code>( ! ) SCREAM: Error suppression ignored for ( ! ) Fatal error: Call to undefined function curl_setopt() in C:\wamp\www\includes\src\Varien_Http_Adapter_Curl.php on line 52 </code></pre> <p>I assume that curl_setopt() is defined in the curl library, and that extension is enabled in WAMPserver.. anyone know what's going on with this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload