I ran that part through I ran that part file through GitHub - fritzing/FritzingCheckPart. It reports some cosmetic issues, but the important problem, is the schematic svg file. It does not have the “schematic” layer. The complete graphics needs to be wrapped in a group that has an id of “schematic”.
The other problem is that all of the connector«n»terminal elements are groups (g elements). That does not work. They need to be ‘real’ graphics. Usually a rect element.
Extract from the FritzingCheckPart report below
$ FritzingCheckPart part.P82B715_52ca0bb982cddce0aa9b7391cc874c5b_1.fzp
Modified 1: File
'…/svg.breadboard.P82B715_e1442170b3233e2165be3696c4b47d5c_5_breadboard.svg.bak'
At line 18
Removed px from font-size leaving 5.55556
Modified 1: File
'…/svg.breadboard.P82B715_e1442170b3233e2165be3696c4b47d5c_5_breadboard.svg.bak'
At line 19
Removed px from font-size leaving 5.55556
Modified 3: File
'…/svg.pcb.P82B715_e1442170b3233e2165be3696c4b47d5c_5_pcb.svg.bak'
At line 8
Silkscreen, converted stroke from white to black
…
Warning 7: File
'…/part.P82B715_52ca0bb982cddce0aa9b7391cc874c5b_1.fzp.bak'
At line 2
No Fritzing version in fzp file
Error 69: File
'…/svg.schematic.P82B715_e1442170b3233e2165be3696c4b47d5c_5_schematic.svg.bak'
At line 8
Found a drawing element before a layerId (or no layerId)
Error 77: File
'…/svg.schematic.P82B715_e1442170b3233e2165be3696c4b47d5c_5_schematic.svg.bak'
At line 12
terminalId connector0terminal can't be a g as it won't work.
…