8
no probs..
1st off, try deleting adminmenu.php from the cache folder, and then try and login and goto admin. if it works then i think it should be ok from there. if you still can't access admin after deleting adminmenu.php then follow the below procedure.
i'm presuming you still can't access admin at all?
so i'll run you through the process of manually deactivating and uninstalling smartobject & smartprofile via MySQL (you'll need phpmyadmin or whichever MySQL tool you use)
1st, we need to deactivate the modules.
run this query in phpmyadmin
UPDATE `xoops_modules` SET `isactive` = '0' WHERE `dirname` = 'smartobject' LIMIT 1;
UPDATE `xoops_modules` SET `isactive` = '0' WHERE `dirname` = 'smartprofile' LIMIT 1;
(remember to change the prefix 'xoops_' to whatever your prefix is (if you had changed it from default when you installed xoops)
now try accessing admin! if you can get to admin, goto modules and then uninstall them both.
if you still can't get to admin try >
http://www.yourdomain.com/modules/system/admin.php?fct=modulesadmin&op=uninstall&module=smartobjecthttp://www.yourdomain.com/modules/system/admin.php?fct=modulesadmin&op=uninstall&module=smartprofilehopefully that should uninstall them :) failing that just drop the corresponding tables from the db for both smartobject & smartprofile.
delete adminmenu.php from the cache folder. and then try and access admin section again.
if you now have admin access, you can try installing them again. i don't think it should make a difference as to the order you installed them in.. but i installed smartobject 1st, and then smartprofile.
hope this helps