Get Child Categories in Magento using getChildCategories()
ini_set('display_errors', '1'); error_reporting(E_ALL); // include magento goodies require '../app/Mage.php'; Mage::app(); //$currentCategory = Mage::registry('current_category'); $id = 4; //...
View ArticleDropbox can’t monitor the filesystem
Dropbox can’t monitor the filesystem Please run “echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p” and restart Dropbox to fix the problem. echo...
View ArticleResetting your password for WordPress when you cannot receive email
Use this activation URL to reset your WordPress password. You will need access to your database to get the activation key. This is a workaround I had to use on a development site that wasn’t sending...
View ArticleUpgrading dogecoin-qt 1.6 to dogecoin-qt 1.7.1 on Ubuntu 14.04
If you are already running dogecoin-qt 1.6 on Ubuntu 14.04 follow these steps to remove the old version and then install the new version. If you haven’t created a backup of your wallet, now would be a...
View ArticleTech support for VSP Managed CentOS at Go Daddy
I found that setting up a VSP server with Go Daddy was not very straight forward. A lot of configuration was required. I chose the managed CentOS; however, the tech support is only available through...
View ArticleAdd target=”_blank” to Mashmenu
If your site uses the Mashmenu plug and you would like one of your menu item links to open in a new window, Mashmenu provides the mashmenu_meta filter to do this. Just do a string replace on the href...
View ArticleSummer Chicken Care When Not at my Linux
Once a day either in the morning or at dusk, turn on the water to rinse and fill the water containers. Rinse and fill the water container. On occasion you may need to scrub or lightly bleach the...
View ArticleAdding a web server in Zend Studio 12
I’m using Zend Server Version 8.0.2, Developer Standard Edition When following a tutorial like Mobile App Development Zend Studio, I get stuck on adding a server. Here are the steps I’m taking: Here...
View ArticleNo Posts Found When Viewing Custom Taxonomy Archive Page
The problem: you know you have posts associated with a custom taxonomy, but they aren’t showing up. So you do a var_dump on the wp_query. You notice that the SQL query includes an odd statment:...
View ArticleFeatured products missings after upgrading Magento
If your content went missing after adding Patch SUPEE-6788, you will now need to grant permission to these CMS blocks. In the case for bellybling.net I needed to add featuredproduct/featuredproduct....
View ArticleNot Every Linux Command Is Good for You
This is something I ran into lately on my Mac. I know what you’re thinking . . . um, that’s not a Linux. You’re right, but using the line command can still mess things up if you don’t know what...
View ArticleAn abstract factory could not create an instance of UserTable
Zend Framework 2 This is a second time in a day that I got this error message: An abstract factory could not create an instance of UserTable This is what I had to change to fix it (old code): file:...
View ArticleHow to download an MP3 file for offline use in iOS or Android
I took a look at a WordPress plugin, Easy Media Download, and it has a feature that adds a parameter to the <a> tag that forces a download. However, that only works for desktops browsers. If you...
View ArticleComposer Rollback
Use composer self-update –rollback to return to version 03299ff075236be27be356498d6c64def973fe41
View ArticlesavePost() must be compatible with Blog\Service\PostServiceInterface
Errata from the Zend Framework 2 Blog Tutorial Fatal error: Declaration of Blog\Service\PostService::savePost() must be compatible with...
View ArticleArrrgh! Do I really have to vote for Donald Trump?
I’m not a sports fan, but I really enjoy following politics. To prove it, I recently saw a ‘W’ flag on a couple of friends’ Facebook posts who I knew weren’t normally political. I remember first...
View Article