Skip to content

Instantly share code, notes, and snippets.

View jonathanselander's full-sized avatar
🦁
:)

Jonathan Selander jonathanselander

🦁
:)
View GitHub Profile
@Vinai
Vinai / fix-url-keys.php
Last active September 2, 2022 16:24
This fixes the duplicate url_key issue in a Magento 1.8 / 1.13 installation.
<?php
/**
* Drop this into the shell directory in the Magento root and run with -h to see all options.
*/
require_once 'abstract.php';
/**
* Fix duplicate url keys for categories and products to work with the 1.8 alpha1 CE url key constraints.
@molotovbliss
molotovbliss / triggers-magento-ee-1.14.2.3.sql
Created February 12, 2016 20:43
Magento Enterprise 1.14.2.3 Triggers.sql (no definer)
-- MySQL dump 10.13 Distrib 5.5.47, for debian-linux-gnu (x86_64)
--
-- created with:
-- mysqldump -u -p -n -d -t --skip-opt --no-create-info --triggers magentoee | sed -e 's/DEFINER=[^*]*\*/\*/' > triggers14.2.3.sql
--
-- Host: localhost Database: magentoee
-- ------------------------------------------------------
-- Server version 5.5.47-0ubuntu0.12.04.1
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;