-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento Security Updates
By admin on April 24, 2015If you have a magento version less than 1.9.1 it needs some security updates installed immediately, EcomGolive offers this...
0 -
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
php error reporting
By admin on March 18, 2015Some times the server your website is hosted on have the php error reporting turned off, To display php...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento caregories not showing in product edit
By admin on January 22, 2015I came across an error that one of my clients was having with their magento ecommerce website as a...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento Invoice printing error
By admin on June 28, 2014A small bug with invoice printing on 1.8 and php version 4.* problem: blank screen when trying to print...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento Customer Login Problem
By admin on June 25, 2014Magento 1.8.1 seems to have a small bug in the customer login form. registered users can not login to...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
linux emails to relay via gmail
By admin on May 14, 2014# apt-get install sendmail mailutils sendmail-bin # mkdir -m 700 /etc/mail/authinfo/ # cd /etc/mail/authinfo/ AuthInfo: "U:root" "I:YOUR GMAIL EMAIL...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
password protect directory on nginx
By admin on May 13, 2014htpasswd -bc /var/www/yourdomain.com/.htpasswd username password Next edit your site’s configuration file by adding the following lines of code inside...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento Manual disable extension
By admin on February 11, 2014Some times when you load an extension it can crash the admin panel and leave you unable to access...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Magento optimisation
By admin on February 6, 2014I decided to write this post as I spent a day optimising a magento website to load quicker for...
-
![The XX Intro [long version]](http://www.ecomgolive.ie/wp-content/themes/dante/images/default-thumb.png)
Encoding content
By admin on January 23, 2014Quick tip when importing data from a csv file when the file contains special charactor’s. php has a lovely...