Bug fixes in ColdFISH on Wheels version 0.3
Wednesday, June 30th, 2010I went to deploy my new ColdFISH on Wheels plugin on my Linux server and got a curious error. Especially if you’re using Linux, you’ll want to upgrade to ColdFISH on Wheels 0.3 ASAP.
So what was the error? It involved ExpandPath(). Fortunately, Dave Shuck’s blog saved the day for me. Evidently "/config/coldfishconfig.xml" means something different on Linux than "./config/coldfishconfig.xml". It was really strange what the first string translated to on my server. It was some weird path involving "shared://".
Go figure.
How the hell did any of us ever get by before Google got really good and everyone blogged about their solutions to problems?



July 1st, 2010 at 9:17 am
Be sure you leave a bug report w/ Jason on RIAForge so he can look into this.
July 1st, 2010 at 1:04 pm
Oh, it was my bug, not Jason’s. One thing that my plugin does is copies coldfishconfig.xml to the Wheels config folder, which is where all other configurations happen in the framework.