skip to Main Content

Magento 1.9 api/rest 404 error

Recently I have moved a magento 1.9 but the api/rest url is 404ing. The site is running on php 7.0 on a virtual host. I have added <Directory /var/www/html/magento/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> But this…

VIEW QUESTION

Auth 1.0 oauth_signature creation Android for magento API

I call the Magento API with the following Autherization as header, auth = "OAuth oauth_consumer_key=**********************,oauth_consumer_secret=****************,oauth_token=************,oauth_token_secret=**************,oauth_signature_method=HMAC-SHA1,oauth_timestamp=" + ConstantFunctions.GetTimeStamp() + ",oauth_nonce=" + ConstantFunctions.GetNonce() + ",oauth_signature=*******************) ; While I call the API, Getting error oauth_problem=signature_invalid .All other parameters validate successfully but got an…

VIEW QUESTION

Magento 1.x Date field is not getting updated when we use setData method with multiple setData

We are using Magento 1.9 for our application. Here is my sample code $customer_collection= Mage::getModel("customer/customer")->load($data['customer_id']); foreach ($data['data'] as $key => $customer) { $customer_collection->setData($customer['attribute_name'] , $customer['attribute_value']); } $customer_collection->save(); //finally saving the data Above code is working for all the fields except…

VIEW QUESTION

Magento layout block

i changed the images directly in the coding of the home page in the panel and now its showing on the home page only before doing this it was showing on every product page any help will be appreciated. Home…

VIEW QUESTION
Back To Top
Search