Why ColdFusion is worth the money!

coldfusion.jpg-jpeg-image-253x250-pixels-1.jpgI’m currently installing this new dedicated RackSpaceCloud server. While I have fallen in love with ColdFusion in the last year or so, I am still a CF n00b and not ready to completely switch. So my new server needs both ColdFusion (for new projects) and PHP (mainly for my WordPress blog).

After I installed Apache, MySQL and PHP, I started the CF install. It literally took me less than 10 minutes to get ColdFusion up and running (even on the officially unsupported Debian distro). I just downloaded the installer, launched it and when the installation was done, I had a fully working CF9 server that ties in to my Apache install. I set up my datasources, uploaded some of the scripts I used in the MAX widget and found that everything was working just fine.

I started copying over the files and databases from my WordPress blog on the old server and when that was done, I tested my WordPress install. While the public side of the blog seems to work just fine, the admin side is totally messed up. Even though my PHP.ini file clearly states that scripts have 128Meg to play with, some plugins in the admin nag that the “Allowed memory size of 33554432 bytes exhausted”. Wait a minute… That’s 32M instead of the 128M I specified in the config file. So I ask “the Googles” if they know a solution. I get hundreds of links back. They all suggest the same things.
1) change the memory_limit in the PHP.ini
As it was already on 128M, that was not the solution.
2) add define(’WP_MEMORY_LIMIT’, ‘128M’); to your wp-config.php file
Did that. It didn’t solve the issue.
3) Add php_value memory_limit 128M to an .htaccess file
Tried that. No change.

So… While I did get hundreds of results back, none of them actually solves this issue. I contacted RackSpace’s helpdesk. Even though they can’t really help me as I am on a dedicated box, they were very accommodating and genuinely wanted to help out. But… They also gave me the exact same suggestions I already found on Google. And so now I am stuck. This seems to be a very unique problem and I have no idea what is causing it and no way of getting support.

I have now spent over 10 hours trying to fix this with no luck.

So yes… ColdFusion is a paid solution but if I can get that up and running in 10 minutes compared to the 10+ hours I’ve now spent on this PHP install, it is totally worth its price. And then I’m not even talking about the features CF9 provides out of the box without any additional installs… Now… Can someone please port WordPress to ColdFusion? kthxbye.

Oh… If you happen to think of a possible solution, feel free to leave a note in the comments or send me a message.

Update: For the record: This is NOT CF love vs PHP hate. As this post clearly shows, I am still using PHP next to CF. It is also possible that I did something wrong in the install but I’m sure you’ll agree that there is a big difference in the user experience…

Weekly roundup

I thought it would be a great idea to start with a weekly roundup post with links to blog posts or sites that caught my attention over the last week. So here’s the first one. I’m playing a little bit of catch-up this week so some links may actually be a little bit older than one week.

  • Flex Builder Enhancements: InsideRIA has a great article on a couple of really cool and useful add-ons for Flex Builder [link]
  • Update on MXNA: Mike Chambers explains what’s going on with MXNA and what he and Christian Cantrell are doing to revive it [link]
  • AIR badge WordPress plugin: Peter Elst wrote a plugin for WordPress to easily deploy your AIR projects on your WordPress blog. [link]
  • Multi-Mania registrations now open: Multi-Mania is a yearly free multimedia event in Belgium. Actually, it’s the only event of it’s kind in Belgium. The speaker list keeps getting better every year. [link]
  • Enrique Duvos’ new blog: Platform evangelist buddy (and my manager) Enrique moved his blog to a new URL [link]
  • Greg Wilson switched to Mac: After 20 years on Windows, Greg (also on the Platform evangelism team) switched to Mac. Welcome Greg! [link]
  • Flex Coders Yahoo Group now has 9547 subscribers [link]
  • Thermo, the board game: Rob Adams (design researcher on the Thermo team) talks about how he had to use paper prototypes for testing their design concepts [link]

Switched to WordPress

I never thought the day would come that I traded in my fancy Flex front end for a more conventional blog front end but sadly today is that day. Well… First of all, it’s mainly because I am too lazy to actually complete all the plans I had for the Flex front end. Things like video embed, better HTML support, code hinting, … the sorts of things that are standard in just about any blog engine out there.

I’m pretty sure I will eventually go back to a Flex front end but for now, this will do just fine. I plan on blogging a lot more including stuff like code samples, how-to videos etc…

I would also like to apologize if this move to WordPress totally hi-jacked your newsreader or feed-aggregator. I added a permanent redirect from the old rss-url to the new one so that may cause a complete refresh of my items. I hope not, but it could happen. And if it did, I apologize.

Also, if you came here from a Google search result, chances are this page was not what you were looking for. I only converted my last 10 articles from my previous blog to the new blog so I’m sorry if the article you were looking for is no longer here.