View Single Post
  #4 (permalink)  
Old 12-06-2003, 02:18 PM
redcircle's Avatar
redcircle redcircle is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Grand Rapids, MI USA
Posts: 553
redcircle RepRank 0
Default

how are you exporting you database. My advice is to use a current version of phpMyAdmin some of the older versions had some real bugs in them and cause flakey results. On the new site make sure the database is created but no tables and import it in. It should work like a charm.

If you think it's a problem with the db names then check to make sure your configuration is correct.

Column 'group_id' cannot be null

The index cannot have a null value that's what that error means (assuming group_id is the index)
Reply With Quote