Hi Nick, thanks for attempting to help- I've already resolved it, but i will share my process for any and all who may have experienced the issue. I'm currently running iis6 on a 2003 server. This situation seemed to have happened as a result of a few actions:
1. an attempted upgrade from 3.2.4 ->3.3.1 that would never complete clean or successfully
2. an install and multiple re-install of both CB and Kunena ( both of which would alternately fail and successfully install ( Kunena). Rinse and repeat 100x over the last 48 hrs.
3. Probably also relates to a prior move of the sites from my 2008 virtual server to one of my 2003 servers due to similar issues including white-screening ( AKA WSOD ).
So after i had re-installed Joomla, (then overwriting with the old site resources) thinking it would resolve the issue, I was left with a WSOD and after that was resolved ( due to components folder not being updated), CB profiler would install, but same as before, left out the com_profiler step, ( even though it still appeared in the Joomla menu system ) additionally when i would try to load the component in the admin, i was left with a WSOD, though the site now would render properly, without the top slider resource( still working on this part..). at the same time i was still experiencing a php load size error, which made no sense as id edited the PHP.ini to reflect the typical max upload and post sizes of 20 and 100 M respectively. I came to learn that PHP installs revisions inside its root folder, so the .ini file i was editing and checking was no longer in force c:\program files\php\php.ini, as it was actually inside a 5.4 folder nested inside (C:\Program Files\PHP\v5.4\php.ini) this was only revealed when i searched for php.ini in the system. So now, with a working admin section i decided to change the error reporting in the joomla system. When i did however, i got an error that informed me "You cannot remove your own Super User permissions." (!?!?!?) tried cb and kunena again, both failed miserably, so i googled that superuser error and this link promised a resolution for the superuser error
www.bectin.com/random-insights/joomla/113-save-failed-with-the-following-error-you-cannot-remove-your-own-super-admin-permissions
If you receive the error: Save failed with the following error: You cannot remove your own Super Admin permissions when trying to change the password or user name of the SuperAdmin on your Joomla 2.5 system, do the following:
You need to change a setting in the database.
1. Locate the _assets table in your database.
2. The first entry should be id # 1 and have a name of root.1 and a title of Root Asset.
2. Edit this entry and change the lft column from a 1 to a zero.
2. Save the change.
3.You should now be able to modify your superpadmin id and passwords.
Now stuff starts working correctly. all installs completed without a problem. I still have the slider render issue but im not too concerned about that. Hope this helps someone else...
Bart