Questions tagged [ee-1.13]
Magento Enterprise Edition 1.13
120 questions
0 votes
1 answer
624 views
Get Parent ID from SKU
<?php ini_set('display_errors', 1); error_reporting(E_ALL); $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true; require_once "app/Mage.php"; Mage::app(); umask(0); try { echo('<h1>Completed ...
0 votes
2 answers
112 views
Magento 1.13.1.0 with Mysql 5.6.41
I would like to know if Magento EE 1.13.1 works with MYSQL 5.6.41. Thank you!
2 votes
1 answer
501 views
New Magento1 patch for php 7.2 - how to make it work with Magento 1.13?
I am dealing with an old website with a lot of custom modules running on Magento 1.13 (obviously, EE). I am very excited to see official support for php7.2 - however, I can see that the patch is ...
0 votes
1 answer
434 views
Google Search Console and Html tags
I have 2 questions, I am new to Magento but not to programming in general. Where do i change html content like H1, H2 in home page, products page, etc. I noticed the difference between cms and ...
3 votes
0 answers
29 views
Magento 1 EE 1.13 - 3 errors when adding new products (related to product view page)
I have three related problems when creating either new or configurable products in Magento. This occurs whether or not I create the products by running a CSV import or do it manually through the admin ...
1 vote
0 answers
22 views
Customers not able to login intermittently
I am using Magento 1.13.1.0, and getting this issue appearing differently on different browsers. On Chrome, customers are not able to logged in at all. On Opera, Customers are able to logged in but ...
1 vote
0 answers
34 views
Magento 1.13.1.0 New Website/Store creation Website/Store Name not stored
While trying to create a new website via System->Manage Stores on an existing magento install with a website already existing on it. And when editing and existing website/stores name. The save ...
3 votes
3 answers
3k views
SUPEE-9767 - Hunk #1 FAILED at 225. 1 out of 1 hunk FAILED
Trying to install the security patch SUPEE-9767 onto M1 EE v1.13.1.0 and i'm receiving the following error: Hunk #1 FAILED at 225. 1 out of 1 hunk FAILED -- saving rejects to file app/design/...
1 vote
1 answer
962 views
Is it safe to delete my index lock files?
I am trying to reindex but I get an error "Stock Status Index process is working now. Please try run this process later.". When I look at MAGENTO_ROOT/var/locks I see a ton of lock files. Some are ...
0 votes
2 answers
2k views
Don't know how to re-build javascript file
Problem I'm currently seeing all of my javascript bundled into a single file, and then served from this file: $MAGENTO_ROOT/media/js/276342d53ebc2b88700c238821ff7e8d-v2.18.js I see this as a GOOD ...
0 votes
1 answer
399 views
How do I find the backing store for Amasty Full Page Cache?
Background I just inherited a Magento site. The last guy left without leaving any notes/documentation. :) I know we're using AMFPC because the module is installed and enabled, and the business team ...
0 votes
1 answer
51 views
My site needs some security patches applied [closed]
I'm having trouble finding the instructions for applying a security patch. My hosting provider says I need to apply SUPEE-6285. I found a page for that on the Magento site here and the instructions ...
0 votes
1 answer
239 views
Add Grid Widget as custom form field
I'm adding a feature in a custom module that should manage Offer incompatibilities: for a given offer ID, there could be N "incompatibility" rules. Basically, the model is: OfferID ...
1 vote
1 answer
132 views
Magento capture all emails
I'd like to capture all email events in Magento before they're sent and prevent magento from sending them. I know I can disable all emails under system > mail sending settings, but this is not ...
0 votes
1 answer
1k views
FPC issue wrong currency
My store is multi domain and every domain has a different default currency: - .com -> USD - .eu -> EUR The store has EE FPC enabled on Redis backend. The issue: Sometime product pages of the ...