Comdev - PHP Scripts For Your Website
Fast Website Development with PHP Components





Back To Main CSV Importer > Troubleshooting Showing 1-8 Of 8

KB4201003 : Why my csv file records unable import into respective database ? I had check the format the file and it is correct format ?
This is due to the number of columns inside the database are not match. You need to check back to the csv format and data columns and ensure that their number of columns are the equally same....
2008-08-18

Unknown(common_footer.inc) error on Yahoo web server.
Problem:   The One Admin installation seems to be working fine, but I have the following code at the bottom of the page:   Warning: Unknown(common_footer.inc): failed to open...
Modified on 2006-03-21

No Installation Wizard after I have uploaded the oneadmin folder to my online server.
When you access to the One Admin page, the system will check the oneadmin/config.php file. If it finds that the oneadmin/config.php file is empty, only then it will prompts you the Installation...
Modified on 2006-07-06

Parse error: parse error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sitename/httpd/oneadmin/config.php on line 10
Problem: This is a common error reported on Windows Server, due to the invalid format of Document Path in the oneadmin/config.php. Solution: Replace single backslashes ' ' with double backslashes...
Modified on 2006-07-06

I tried to upload my sales.csv file and viewed it's columns before uploading it. However, I found only one long row with records showing up. There were 6 rows, but it showed only one row with 60 columns.
Problem: When the csv file is open in a text editor, all the 6 records are in one line. This caused the CSV Data Tool to read it as 1 row record. * In order to help you&nb...
Modified on 2006-07-06

I tried to import a csv file into my database, but it seems to be able to import only 15 out of 308 records.
If you preview all the columns of your csv file before uploading, you will noticed that the last column of the 16th record is missing. Due to columns mismatch, only 15 records ar...
Modified on 2006-07-06

Warning: gzinflate: buffer error in /home/sitename/web/oneadmin/csvdatatool/wce.importdone.php(60)
Problem: This is a common error in PHP Version 4.1, as it has some bugs in buffer handling. Solution: We highly recommend PHP Version 4.2 (minimum requirements for our products), and it is best i...
Modified on 2006-07-06

Fatal error: Cannot redeclare class csv_data in /home/sitename/public_html/oneadmin/csvdatatool/class.csv.php(31)
Problem: You might have installed the CSV Data Tool more than once in your One Admin panel. Solution: 1. Access to your MySQL database and empty the 'sys_component' table (del...
Modified on 2006-07-06