CodeIgniter Plupload problems – a solution!

TL;DR

Fix the codeigniter plupload upload problem of  “You did not select a file to upload.”  by making sure that you pass the correct file array key to do upload:

$this->upload->do_upload('file');

==============================

How I found it:

I’ve been working on my first codeigniter project that required me to upload some images. For that task I chose Plupload. A super slick upload manager written by the same people that brought us tinymce.
Continue reading “CodeIgniter Plupload problems – a solution!”

Bam!

Decided to switch domain names, to something shorter and cooler that I think is more in line with my current endeavors. So, I just migrated everything to a new wordpress install that is sitting on a nearly stock bones css framework. Should be doing some cool stuff with it in the future. but for now. Here it is, enjoy my few posts!

Diaspora Install Rake Error – Snow Leopard – Rails

Diaspora code opened up on github today.

“Git” it here:  http://github.com/diaspora/diaspora

In the process of doing the install, I had some rake errors.

rake aborted!
dlopen(/Library/Ruby/Gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle, 9): no suitable image found.  Did find:
	/Library/Ruby/Gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle: no matching architecture in universal wrapper - /Library/Ruby/Gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle

Which were fixed by running:

sudo gem uninstall ruby-debug-base; sudo gem install ruby-debug-base linecache

Distributed, controlled facebook is something I’d definitely like, especially for my family and friends. This looks promising. Maybe I’ll get some ruby in me, and dig around in it.

Just passing it along. We’ll definitely see where this road leads.