Okay, sorry for all the crazyness.
Without thinking I posted the SQL link (corrected now) that had recipe id's that potentially didn't exist (or linked to other recipes.)
That has been fixed now. I also found a problem with the recipes the script was creating. APPARENTLY... when you are setting the container, you can not set it's component count to 1. I believe the DB defaults to 1 when there is not a value inserted so all the recipes wouldn't combine because it was expecting the container to be in the container.
This has been fixed. IF you did manage to grab the php source before I removed the link you can fix the recipes (without having to re-run the script) by running the following query:
Code:
UPDATE tradeskill_recipe_entries set componentcount = 0 where iscontainer = 1
If you downloaded the SQL files, you need to delete the entries that it added and re-add the sql.
Sorry for the confusion. Carry on.