Posted in Development, ColdFusion | Posted on 03-13-2007 | 5,040 views
The title says it all. Get the bits from RIAForge:
The docs suck - but are probably better than most OS projects out there. ;) Speaking of OS - the code for the extension itself will be released. (Am I cheating by releasing just the binary? Probably - but I run the site so I'll abuse my power.) Edited: Adam just let me know - the XPI format is a zip style format, so all the code is in there. So I'm not cheating. Great.
Enjoy. (And yes, both Podman and I have wishlists. ;)
Oh - and there is a bug tracker at the RIAForge site - so please file any bugs you may find, or add suggestions. Do not suggest anything currently in the default debugging template - since I will be adding everything overtime anyway.


--Dave
@Dave - I'll check it out.
I even restarted CF, restarted firefox. The CF tab shows up in Firebug just nothing happens. But if I switch the dropdown back to classic, my debug shows up and the page loads. Any ideas?
ColdFire So rocks. I have been looking for a solution to have debug info at hand but not visible.
Good Work.
I installed per the instructions.
I can hit a very simple CF page and it works.
Trying to hit the Mach-II application I'm currently working on gives strange results. When I enter the URL the browser refreshes but doesn't actually appear to do anything. It remains on the same page.
I have a page setup to clear my application and session scopes - when I hit that directory - I get:
Application and Session Scope Cleared!
500 Element APPLICATIONNAME is undefined in APPLICATION.
Element APPLICATIONNAME is undefined in APPLICATION.
And the page title reads "JRun Servlet Error"
But if I then go back and try to access the homepage - it again goes nowhere.
Now the question is "how do I uninstall" because now I can't do anything :)
But a few notes. You should really use X-Coldfire or similar header. HTTP spec says custom headers should start with X-.
Also, at least HTTP request headers are limited in size (8kb by default in Apache). I wonder if putting big XML messages into HTTP reply header might cause problems with some browsers, web servers or proxies?
Windows XP SP2, Firefox 2.0.0.1
any ideas?
firefox 2.0.0.2, mac intel
It ended up being a setting within FireBug. Try this: Goto Net -> Then under options, make sure Disable Network Monitoring is OFF (unchecked). Refresh the page, and it should work. At least it worked for me.
Hope this helps someone! Coldfire Rocks!
[Add Comment] [Subscribe to Comments]