CSV 2.0 errrors

No matter what I do (multiple fresh installs with fresh dbs) and what box I run it on CSV importer does not work for me.

using the test.csv file, the import just stays in process.

More info here:
http://omeka.org/forums/topic/csv-20-errrors

http://omeka.org/forums/topic/csv-20-import-stays-queued

Any body else discover?

Have you tried setting the "long running" job adapter to Synchronous? That would rule out problems with running jobs in the background.

In application/config/config.ini:

jobs.dispatcher.longRunning = "Omeka_Job_Dispatcher_Adapter_Synchronous"

My CURRENT settings:

jobs.dispatcher.default = "Omeka_Job_Dispatcher_Adapter_Synchronous"

jobs.dispatcher.longRunning = "Omeka_Job_Dispatcher_Adapter_BackgroundProcess"