Importing contacts

Trying to import contacts via hordemail webmail interface and when selecting “Next” to trigger the software to read the file and parse the columns I get the following error.

Fatal error: Call to undefined method File_CSV::warning() in /usr/local/interworx/lib/horde/lib/Horde/Data/csv.php on line [B]128

Any ideas?

[/B]

A client just ran into this today. Seems like a bug in Horde. Did you ever find a solution for this?

Jon just fixed this yesterday, actually. Turns out that Horde is using the same class names as some PEAR libraries, and the wrong version was being included because of the order of the include_path in the config file.

It’ll be fixed in the next release.