One is RGB, the other is RGBA.
You need to end the filename in _ALP for the RGBA to work, and you need _ALP to not be there for RGB to work.
IE, if you have an RGB image called texture1.png and you convert it to RGBA, it must be renamed to texture1_ALP.png before it'll work properly in the editor.