Standalone potlatch configuration problem

I have followed all mentioned steps in http://wiki.openstreetmap.org/wiki/Potlatch/Development_overview/Installing_and_compiling and installed potlatch, and after that compiled potlatch.swf file into my web server directory but now i got a page having a message “Please wait. Loading presets…” and a triangle with caution sign blinking at left bottom of the page. Can anybody guide me how can i get rid from this message and get OSM map working?

The version of Potlatch in svn is designed to work against the 0.6 API, not the current (production) 0.5 API. You’ll need to run the version of the site from /sites/rails_port_branches/api06/ to work.

Alternatively, you can get the previous, 0.5-friendly version of Potlatch by checking out revision 11469 of /applications/editors/potlatch/ .

Sorry for the hassle - I didn’t anticipate API 0.6 was going to take so long to finish, I’d have created a branch if so.