I followed the instructions to load the Solspace Tags (Version 3.0.0).
Per their instructions,
Go to the Modules tab in the ExpressionEngine Control Panel, find Tag in the list, and click Install.
But no “Tag” exists in the list.
At this point, what I did was remove the Tags tag from very specific templates that we had them in. That has resolved issues with those pages rendering.
Now, when I go back into config.php and change
$conf['allow_extensions'] = "n";to
$conf['allow_extensions'] = "y";I get the log in, then when trying to go to the control panel, I get the following error:
Error
Unable to load the following extension file:
ext.tag_submit.php
When consulting their install instructions, it specifically notes:
NOTE: Installations on ExpressionEngine 1.x DO NOT USE the ext.tag_submit.php extension file.
If I look at my previous back ups, that file WAS loaded into the extensions folder.
The reality at this point is that I can now get back into the control panel. I was using very few extensions, and it appears the Solspace Tags might be at the root of the original problem, so I *may* just be OK proceeding without that anyway.