Author: james

Magento Shipping Matrix Rates Extension Tips

Go to Configuration -> Delivery/Shipping Methods In config change “Current Configuration Scope” (top left) to Main website – to download the CSV. If this doesn’t contain the rates you need, you’ll have to edit the database table directly. The table

read more

WordPress wp_options has grown too big

Run this – clears out Nextgen gallery rows bloating the table : DELETE FROM wp_options WHERE option_name like ‘_transient_%’ OR option_name like ‘displayed_galleries%’  

Magento Fatal error: Class not found in Mage.php errors

Was trying to install the MeanBee Royal Mail Domestic and International Shipping Extension via Magento Connect. It installed fine, but  when going to System -> Delivery Methods – I got the error : Fatal error: Class ‘Meanbee_Royalmail_Helper_Data’ not found in

read more

Extract iphone sms, notes and contacts from backup to Excel or CSV – SQLiteStudio

To extract SMS messages from an iPhone backup. Backup iPhone using iTunes Install SQLiteStudio (free) from sourceforge. Open SQLiteStudio In MacOS open folder /Users/USERNAME/Library/Application Support/MobileSync/Backup/RANDOM_NAME in Windows 10 open folder C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup\RANDOM_NAME the file you want is called “3d0d7e5fb2ce288813306e4d4636395e047a3d28”. Copy

read more