[snip] Actually we , customer and myself as admin, ran into: New Installation Please customize the new installation with the following options: Import Catalog Database: Fatal error: Call to undefined function osc_draw_checkbox_field() in /path/to/shop/install/templates/pages/install.php on line 24 MYSQL used as DB. Why did the above take place? [/snip] Because the function osc_draw_checkbox_field() was called from /path/to/shop/install/templates/pages/install.php on line 24 and does not appear to exist. Look at install.php on line 24 and then follow the trail back to where the function should exist. There are probably some include files above line 24. Oscommerce has forums at http://forums.oscommerce.com/ I searched for osc_draw_checkbox_field() in the form and came up with http://forums.oscommerce.com/index.php?act=Search&CODE=simpleresults&sid =910579afc7e9c2d09ea1c8d7e3b250f2&highlite=osc_draw_checkbox_field%28%29 which appears to be a pretty in depth discussion of the error at hand. I have decided not to post that discussion here because this e-mail would become unnecessarily long and is pretty much an osCommerce issue rather than a PHP issue. Can we do anything else for you today? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php