mysql_dump not restored correctly 1064: USING BTREE + fix
When migrating one server to another you often hit bumps in the road. Todays was transferring a database from one server to another. During this standard procedure I found that the restored database...
View ArticleDebugging Programmatically Opened Terminals in Gnome
If you are building something that is opening a terminal, perhaps a fancy URL handler or something similar but there are errors causing the terminal to instantly close, then this is the solution for...
View ArticleWriting Robust Bash Shell Scripts
Found this great article on writing bash scripts defensively. Glad to say most of the advice we are already following with our bash scripts however there are a couple of new things I intend to roll in...
View ArticleNetbeans Error Wavy Line – Alternative
If you use Netbeans then you have no doubt seen the red wavy underline that pops under lines that have errors. Unfortunatley if your errors relate to punctuation, eg concatenation full stops, then the...
View ArticleMySQL Server Gone Away – Large Packets the Issue?
If you are scratching your head trying to figure out why you keep getting MySQL server gone away error messages despite the fact you have bumped up all the timeout etc configurations to high values...
View ArticleInstalling Percona DB on a clean CentOS
Percona is a performance optimised fork of MySQL that has gained a lot of traction in the Magento-sphere as webmasters and sysadmins alike look to squeeze the most performance out of their hardware. If...
View ArticleSolution – Can’t Log in to Magento Admin – No Error
If you pull down a Magento site to a local machine, and change the database core_config table to point to the local machine, and it appears to work fine until you try to login to the site admin, there...
View ArticleApache Mod Rewrite Escaped Slashes Problem + Solution
As part of our Magento SEO service, the first thing we do is to make sure there are no issues with the crawlability and general health of the clients web site. Whilst working on the Google Webmaster...
View ArticlePrestashop Debug Mode using the Magento Environment Variable Method
Magento developers are no doubt familiar with the concept of defining a server environment variable MAGE_IS_DEVELOPER_MODE so that when running Magento locally it is always in developer mode but there...
View ArticleERROR 1062 (23000) at line [Line No]: Duplicate entry for key ‘[Key Name]‘
Importing a database dump from one location using mysqldump, and them importing it into a blank database I received this error: ERROR 1062 (23000) at line [Line No]: Duplicate entry for key ‘[Key...
View Article