I'm getting this error every time I try to import a *.csv file.
At first I was using PHP4, but couldn't find a solution to the problem. I now have PHP3 running and it's still happening. I have made sure there is only one php3.ini file, located in my windows directory. The extensions part looks like this:
;Windows Extensions
extension=php3_mysql.dll
extension=php3_calendar.dll
;extension=php3_dbase.dll
;extension=php3_gd.dll
extension=php3_dbm.dll
extension=php3_db2.dll
;extension=php3_mssql.dll
;extension=php3_zlib.dll
;extension=php3_filepro.dll
;extension=php3_imap4r1.dll
;extension=php3_ldap.dll
;extension=php3_crypt.dll
;extension=php3_msql2.dll
;extension=php3_odbc.dll
I have spent a week trying to sort this out and I'm just about ready to give up on php altogether. I've searched the forum here and elsewhere, but to no avail. The lack of support for the language must drive people mad!
Thanks in advance for any help.