The problem is that the MyBB Default Theme is stored in the users table for each user's default theme. You can run the following query to set your theme as the default theme for all users:
UPDATE mybb_users SET style = 'x';
Replace x with the ID of your theme. You can see the ID in the database table mybb_themes.