Skip to Content

Month: November 2013

image of person coding on laptop

Restore InnoDB MySQL Database from .frm/ibdata1 files in Ubuntu 12.04

One of our LAMP test servers recently crashed and luckily we were able to salvage the hard disk drive from that server. Restoring the PHP web files from that box was easy, as you can imagine. We struggled to restore the databases though because we didn’t have export files like we were used to. Keep […]

Read more
Computer screen in meeting

Web Development Group, Corporate Zen, Rebrands Website

Corporate Zen is a website development firm that has serviced the Washington, DC, Maryland and Northern Virginia area since 1998. Recently, Corporate Zen has rebranded, developing a new logo and launching a new website. Corporate Zen’s new website development showcases our commitment to excellence in Web Development and Web Design, highlighting our eagerness to grow […]

Read more

ColdFusion CacheGet Variable Does Not Exist Gotcha

I am using Railo and EHCache to cache an array of 300,000 items from a database that need to be updated every 30 minutes.  So, naturally, I use the CacheGet() and CachePut() functions. Here’s my code, really simple: <cfset cachedURLList = cacheGet(“URLList”)> Every few minutes I would get an error report from our server….”variable [CACHEDURLLIST] doesn’t exist”. […]

Read more

Updating the Solr Engine in ColdFusion

I’m following up on my CFSummit 2013 blog post, a few people have asked me about this, so I wanted to make a page dedicated to this topic. ColdFusion 10 ships with Solr version 3.4 (Solr Specification Version: 3.4.0.2012.02.02.15.09.05 ).  It looks like they got the source code from the git repository on February 2nd, […]

Read more
Back to top