Quantcast
Viewing all 1374 articles
Browse latest View live

Tried to install an extension and my site took forever to backup now its frozen and I can't login.

Posted: 2014-05-31 05:53:36
Version: CE 1.8.0.0
Status: Open
Reported By: Karina singer

Steps to reproduce: Version 1.7.0.1 I went to Google Api and there was no google shopping tab. So I searched for the extension in magento connect and entered the key. I selected to back up the database and the media and it basically froze on me. Now I dont know what its doing and Im scared to mess it up. My site is down and I cant login from another tab. Please help Expected Result: Expected it to backup and install the extension. Actual Result: It froze

On Magento 1.8.1 tried to upgrde to Mage_All_Latest 1.9.0.1 failed with this error apache 500 error

Posted: 2014-05-30 22:53:58
Version: CE 1.8.1.0
Status: Open
Reported By: ed1011 ed1011

Steps to reproduce: shared hosting account, with ssh access. upload and extract magento-1.8.1.0.tar.gz. fresh install of magento 1.8.1. After successfully installation, login to magento connect manger to run updates. attempt to upgrade to upgrade Mage_All_Latest 1.8.1 to 1.9.0.1. I failed with this 500 error. After this, system is not accessible anymore. unable to log into front end and back end. The only way to get around this is to re-install it after dropping database. This can be reproduced multiple time upon request. Expected Result: either success or failure not completely shut access to system. Actual Result: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@fairs.mytrijet.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at fairsportswear.com Port 80

REST API create operation: HTTP error code 401: "oauth_problem=nonce_used"

Posted: 2014-05-29 05:16:43
Version: CE 1.8.1.0
Status: Open
Reported By: Hugues Masy

Steps to reproduce: The following applies to version 1.9.0.1 as well. 1. Code any creation (POST) program in Windows+Apache on Windows + Apache; giving a 200 "OK" response (see "Expected result"). We see the HTTP Location header giving the location of the newly created record. 2. Run the program on Linux+Nginx+Php-Fpm, giving the HTTP 401 "Unauthorized" response (see "Actual result"). We see no Location header and a message: :"oauth_problem=nonce_used". Solution: In Mage_Api2_Model_Server, add : [code]const HTTP_ACCEPTED = 202;[/code] In Mage_Api2_Model_Resource, line 227 approx, locate [code]$this->getResponse()->setHeader('Location', $newItemLocation);[/code] and insert just after this: [code]$this->getResponse()->setHttpResponseCode(Mage_Api2_Model_Server::HTTP_ACCEPTED);[/code] Ref: Wikipedia "HTTP Location": [quote] The HTTP Location header field is returned in responses from an HTTP server under two circumstances: 1. To ask a web browser to load a different web page. In this circumstance, the Location header should be sent with an HTTP status code of 3xx. 2. To provide information about the location of a newly created resource. In this circumstance, the Location header should be sent with an HTTP status code of 201 or 202.[/quote] Expected Result: object(Zend_Http_Response)#130 (5) { ["version":protected] => string(3) "1.1" ["code":protected] => int(200) ["message":protected] => string(2) "OK" ["headers":protected] => array(11) { ["Date"] => string(29) "Thu, 29 May 2014 05:08:32 GMT" ["Server"] => string(32) "Apache/2.2.22 (Win32) PHP/5.4.28" ["X-powered-by"] => string(10) "PHP/5.4.28" ["Set-cookie"] => string(132) "PHPSESSID=ld1a3b05s7rqk9btq7bs4j3931; expires=Thu, 29-May-2014 06:08:32 GMT; path=/magento/1.8.0.1; domain=www.example.com; HttpOnly" ["Expires"] => string(29) "Thu, 19 Nov 1981 08:52:00 GMT" ["Cache-control"] => string(62) "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" ["Pragma"] => string(8) "no-cache" ["Location"] => string(19) "/api/rest/samples/3" ["Content-length"] => string(1) "0" ["Connection"] => string(5) "close" ["Content-type"] => string(9) "text/html" } ["body":protected] => string(0) "" } Actual Result: object(Zend_Http_Response)#95 (5) { ["version":protected] => string(3) "1.1" ["code":protected] => int(401) ["message":protected] => string(12) "Unauthorized" ["headers":protected] => array(6) { ["Server"] => string(11) "nginx/1.6.0" ["Date"] => string(29) "Thu, 29 May 2014 04:57:22 GMT" ["Content-type"] => string(31) "application/json; charset=utf-8" ["Transfer-encoding"] => string(7) "chunked" ["Connection"] => string(5) "close" ["X-powered-by"] => string(20) "PHP/5.5.3-1ubuntu2.3" } ["body":protected] => string(85) "4a {"messages":{"error":[{"code":401,"message":"oauth_problem=nonce_used"}]}} 0 "

Improvement 2

Posted: 2014-05-15 14:12:30
Version: CE 1.3.0
Status: Open
Reported By: Ira Kolomiets

Very Improvement 2

Just a test Improvement

Posted: 2014-05-15 13:55:30
Version: CE 1.8.0.0
Status: Open
Reported By: Ira Kolomiets

Just a test Improvement

Just a test bug

Posted: 2014-05-15 13:46:26
Version: CE 1.8 RC1
Status: In Progress
Reported By: Ira Kolomiets

Steps to reproduce: steps to reproduse Expected Result: expected reslt Actual Result: actual result

Add New Tax Rate required field

Posted: 2014-06-04 14:44:00
Version: CE 1.9.0.1
Status: Open
Reported By: choussamaster choussamaster

Steps to reproduce: In Sales > tax > Manage tax zone & Rates Try to create a new tax with the value of state field * you have an error "required field" I verified in magento 1.7 the bug is not here Expected Result: State with the value * Actual Result: error "required field"

Theme package hierarchy not working

Posted: 2014-06-04 13:45:17
Version: CE 1.9.0.1
Status: Open
Reported By: choussamaster choussamaster

Steps to reproduce: - Copy add/design/frontend/rwd/default to app/design/frontend/default and remove add/design/frontend/rwd/ - Copy skin/frontend/rwm/default to skin/frontend/default/rwd/ and remove skin/frontend/rwm/ in system > config > design configure "Current Package Name" and "Default" with the value "default" configure Templates, Skin, Layout with the value "rwd" if you put the xml and templates files of any extension to app/design/frontend/default/default it's not working with older version of magento, magento visit first frontend/default/rwd/ and then front/default/default but now he don't visit frontend/default/default at all you have to put all new layout and template files to the theme directory frontend/default/rwd to work so heritage hierarchy of theme package is not working I tried also with system > design but nothing change Expected Result: app/design/frontend/default/rwd normally herit from app/design/frontend/default/default/ so if a file is not existing in app/design/frontend/default/rwd he will seach it on app/design/frontend/default/default/ Actual Result: heritage from app/design/frontend/default/default/ not working

oAuth customer login redirect missing formkey

Posted: 2014-06-04 09:37:23
Version: CE 1.9.0.0
Status: Open
Reported By: Bas van Poppel

Steps to reproduce: Use oAuth to login as customer, using correct email and password. Solution: http://stackoverflow.com/questions/23992987/magento-api-rest-customer-not-redirecting-to-authentication-page/24033838#24033838 Expected Result: Screen to confirm/deny application. Actual Result: Redirected to customer/account/login

Serializer when no multidimensional mode

Posted: 2014-06-03 21:44:40
Version: CE 1.9.0.0
Status: Open
Reported By: Matthieu Vion

Steps to reproduce: Create a grid loaded in Ajax with serializer block instance, without "addColumnInputName". Serializer is in unidimensional mode. getGridDataHash method of serializerController class try to convert an array to object but variable is already an object (JSON). Then, hidden input can not be initialized. ---------------------------------------------------------------- getGridDataHash: function (_object){ return $H(this.multidimensionalMode ? _object : this.convertArrayToObject(_object)) }, Should be : getGridDataHash: function (_object){ return $H(_object) }, Expected Result: Actual Result:

Catalog Promotion Rule Bug

Posted: 2014-06-03 11:35:45
Version: CE 1.8.1.0
Status: Open
Reported By: Jacco de Heus

Steps to reproduce: We have Grouped products and we have a strange problem. We want to use Catalog Price Rules but it's not working well. We have servel actions: 10% discount on trees, 10% discount on plants. When we do this almost all trees have the new price. So the Catalog Price Rules works almost perfect (a few products doesn't) work. When we want to do the exact same thing with plants it goes completly wrong. It's the opposit.. There are a few products with the new prices but most products still have their old prices. System says rules are updated and apllied but i don't see the result (only a few products you can see it). We have 21.000 products in Magento with 3 stores (all in 1 Magento). I googled for some results but it should be working perfectly in Magento 1.8.1.0 but it doesn't.. I'm using Windows 7 with Mozilla Firefox (newest). Expected Result: All products in category action/special price Actual Result: A few products with action price.

create select font in magento backend

Posted: 2014-06-03 10:45:45
Version: CE 1.9.0.1
Status: Open
Reported By: seansan seansan

Fix default Magento font in order PDF (and filesize of 1MB +) IN BACKEND => How about we provide a simple font dropdown in backend to select our own font. And default this to Helvetica? Now users can choose. (and actually choose for small PDF files) https://github.com/magento/magento2/issues/312 http://magento.stackexchange.com/questions/4812/why-is-my-invoice-pdf-1mb

List of small code bugs, @Todo's, loose ends, easy to fix

Posted: 2014-06-03 10:41:28
Version: CE 1.9.0.1
Status: Open
Reported By: seansan seansan

Steps to reproduce: Find coding errors, neatly summed http://meta.magento.stackexchange.com/questions/240/lets-make-this-fun-ish Expected Result: Fix small things Actual Result: All fixed in code

Magento Connet Manager - Installation Downloads Fails "Please Wait"

Posted: 2014-06-03 10:09:17
Version: CE 1.8.1.0
Status: Open
Reported By: Scott Rettie

Steps to reproduce: When using magento Connect Manager to install magento extensions, manager fails to download the extension. The "please wait" pop up does a couple of rotations and just dissappears. Expected Result: Downloaded extension to appear below, so as to be installed by clicking the install button Actual Result: "Please wait" pop up disappears and no downloaded extension appears

php-fpm header issue

Posted: 2014-06-05 19:17:59
Version: CE 1.9.0.1
Status: Open
Reported By: Robert Mangiafico

Steps to reproduce: Running Apache and php-fpm, in the admin panel, try to view the sales chart on the dashboard home page. Expected Result: Should show the chart Actual Result: FastCGI: comm with server "/dev/shm/XXX-php.fcgi" aborted: error parsing headers: duplicate header 'Content-Type', referer: http://XXX/index.php/admin/dashboard/index/key/XXX/

RE: XSS Vulnerability Bug

Posted: 2014-06-05 17:15:58
Version: CE 1.8 RC1
Status: Open
Reported By: Noman Aziz

Steps to reproduce: Dear Sir, I found an XSS vulnerability on your website page "Product Checkout" that you're gonna want to fix asap . I have also attached POC. Thanks, Noman Aziz Exis Media a.k.a Dropcatch.domains We make you exist on internet. p. (+971) 505 607 691 e. noman.aziz@exismedia.com w. www.exismedia.com / www.dropcatch.domains On behalf of: Abdul Wasay (Karachi – PK) abdul.waxay@gmail.com Expected Result: Dear Sir, I found an XSS vulnerability on your website page "Product Checkout" that you're gonna want to fix asap . I have also attached POC. Thanks, Noman Aziz Exis Media a.k.a Dropcatch.domains We make you exist on internet. p. (+971) 505 607 691 e. noman.aziz@exismedia.com w. www.exismedia.com / www.dropcatch.domains On behalf of: Abdul Wasay (Karachi – PK) abdul.waxay@gmail.com Actual Result: Dear Sir, I found an XSS vulnerability on your website page "Product Checkout" that you're gonna want to fix asap . I have also attached POC. Thanks, Noman Aziz Exis Media a.k.a Dropcatch.domains We make you exist on internet. p. (+971) 505 607 691 e. noman.aziz@exismedia.com w. www.exismedia.com / www.dropcatch.domains On behalf of: Abdul Wasay (Karachi – PK) abdul.waxay@gmail.com

Memory overflow on cleanEntityCache after partial reindex

Posted: 2014-06-04 22:18:31
Version: CE 1.9.0.1
Status: Open
Reported By: Srdjan Bajic

Steps to reproduce: EE 1.14.0.1 Trigger cataloginventory partial reindex after updating tens of thousands of products Expected Result: Index is updated Actual Result: Memory overflow due to Enterprise_PageCache_Model_Observer_Index line 47: $cacheTags = array_merge($cacheTags, $entity->getCacheIdTags()); producing an enormous array. Entity->getCacheIdTags() returns 1500 values.

SOAP API: cart.items from cart.load operation does give line item detail

Posted: 2014-06-06 17:44:48
Version: CE 1.9.0.1
Status: Open
Reported By: Josef Rokicki

Steps to reproduce: 1) Create a cart 2) Load the cart using the SOAP API 3) Access the 'items' member of the returned object Expected Result: [{ 'store_id': '2', 'sku': 'ssk-us-en', 'base_price': '99.0000' 'base_row_total_incl_tax': '99.0000', 'qty': 1, 'item_id': '1', 'item_options': [...] , ' ... }, { 'store_id': '2', 'sku': 'ssk-us-en', 'base_price': '99.0000' 'base_row_total_incl_tax': '99.0000', 'qty': 1, 'item_id': '2', 'item_options': [...] , ' ... }, { 'store_id': '2', 'sku': 'ssk-us-en', 'base_price': '99.0000' 'base_row_total_incl_tax': '99.0000', 'qty': 1, 'item_id': '3', 'item_options': [...] , ' ... }, ] Actual Result: [{ 'store_id': '2', 'sku': 'ssk-us-en', 'base_price': '99.0000' 'base_row_total_incl_tax': '297.0000', 'qty': 3, ... }]

Wishlist page has broken js when translate key value contains apostrophe

Posted: 2014-06-06 08:03:32
Version: CE 1.8.1.0
Status: Open
Reported By: Stephane Maleyrie

Steps to reproduce: Translate the key "Are you sure you want to remove this product from your wishlist?" in Mage_Wishlist.csv with a text which contains an apostrophe ' Load the wishlist page, js is broken (log js in firebug for exemple) and fonctionalities missed (add to cart button for exemple) Expected Result: No js problem, and page work well. The correction is in : /Magento/app/code/core/Mage/Wishlist/Block/Customer/Wishlist/Item/Column/Remove.php function confirmRemoveWishlistItem() { return confirm('" . $this->__('Are you sure you want to remove this product from your wishlist?') . "'); } Change with a jstranslator for exemple : function confirmRemoveWishlistItem() { return confirm(Translator.translate('Are you sure you want to remove this product from your wishlist?')); } and of course add the key Are you sure you want to remove this product from your wishlist? in a jstranlator.xml It's work now with an apostrophe Actual Result: Page work bad

Shopping Cart Price Rule not working with NOT LOGGED IN customers

Posted: 2014-06-06 04:14:33
Version: CE 1.8.0.0
Status: Open
Reported By: Stephen Heusz

Steps to reproduce: This applies to Magento v1.6.2.0 I have a price rule that is supposed to apply a special offer once per customer in the month when they spend over $100.00. Spend X get free product. ONCE ONLY The rule works fine on all customers except NOT LOGGED IN. Expected Result: The same NOT LOGGED IN customer should only get the offer once in the month. Actual Result: The same NOT LOGGED IN customer is getting the offer every transaction within the month when they spend X amount.
Viewing all 1374 articles
Browse latest View live