no podia accesar a administracion ni en la pagina front. per olo solucione con esta guia
http://www.byostech.com/content/view/97/29/
Cita:
1) If you can't login to your Joomla!/Mambo backend after the installation or uninstallation or got error display on your web site after the uninstallation, please skip to the step 6. Or else please login to your Joomla!/Mambo backend as an Super Administrator.
Cita:
Se soluciono en el frente pero no en el panel de administracion, no puedo entrar.6) Okay, you have problem with your installation or uninstallation, let's manually restore some of your Joomla!/Mambo files. Please manually replace the following files with your backup files or original files from Joomla!/Mambo installation package. IMPORTANT: Please make sure the files have been replaced successfully.
Files to be manually replaced back:
includes/authenticator.php (Mambo 4.6.x only)
includes/cmtclasses.php (Mambo 4.6.x only)
includes/core.classes.php (Mambo 4.6.x only)
includes/gacl.class.php
includes/gacl_api.class.php
includes/joomla.php (Joomla! only)
includes/mambo.php (Mambo 4.5.x only)
components/com_content/content.class.php (Mambo 4.6.x only)
components/com_content/content.html.php
components/com_content/content.php
7) Play around with your Joomla!/Mambo frontend and backend pages to see any error occur. If you still found error, please continue to the next step or else please go to backend to uninstall the component if you haven't done it and you are DONE
Files to be manually replaced back:
includes/authenticator.php (Mambo 4.6.x only)
includes/cmtclasses.php (Mambo 4.6.x only)
includes/core.classes.php (Mambo 4.6.x only)
includes/gacl.class.php
includes/gacl_api.class.php
includes/joomla.php (Joomla! only)
includes/mambo.php (Mambo 4.5.x only)
components/com_content/content.class.php (Mambo 4.6.x only)
components/com_content/content.html.php
components/com_content/content.php
7) Play around with your Joomla!/Mambo frontend and backend pages to see any error occur. If you still found error, please continue to the next step or else please go to backend to uninstall the component if you haven't done it and you are DONE
aqui hay algo que sigue despues de 7
Cita:
la verdad no entiendo, no se que hacer, por favor a quien me ayude le doy 7 euros.8) Okay, you still have problem after the file replacement. Now mostly the error is related to your database. Let's manually fix your database error. Please execute the following SQL queries through your phpMyAdmin and remember to replace 'jos' or 'mos' to your database table prefix value:
Run these SQL queries if your web site is Joomla!:
ALTER TABLE jos_session DROP jaclplus ;
ALTER TABLE jos_core_acl_aro_groups DROP jaclplus ;
DELETE FROM jos_groups WHERE id > 2 ;
DELETE FROM jos_core_acl_aro_groups WHERE group_id > 30 ;
UPDATE jos_categories SET access = '2' WHERE access > 2 ;
UPDATE jos_contact_details SET access = '2' WHERE access > 2 ;
UPDATE jos_content SET access = '2' WHERE access > 2 ;
UPDATE jos_mambots SET access = '2' WHERE access > 2 ;
UPDATE jos_menu SET access = '2' WHERE access > 2 ;
UPDATE jos_modules SET access = '2' WHERE access > 2 AND access != 99 ;
UPDATE jos_polls SET access = '2' WHERE access > 2 ;
UPDATE jos_sections SET access = '2' WHERE access > 2 ;
UPDATE jos_session SET gid = '1' WHERE gid > 30 ;
UPDATE jos_users SET gid = '18' WHERE gid > 30 ;
UPDATE jos_core_acl_groups_aro_map SET group_id = '18' WHERE group_id > 30 ;
DROP TABLE jos_jaclplus ;
# Below are for JACLPlus Pro only
DROP TABLE jos_jaclplus_user_group ;
ALTER TABLE jos_session DROP gids ;
Run these SQL queries if your web site is Mambo:
ALTER TABLE mos_session DROP maclplus ;
ALTER TABLE mos_core_acl_aro_groups DROP maclplus ;
DELETE FROM mos_groups WHERE id > 2 ;
DELETE FROM mos_core_acl_aro_groups WHERE group_id > 30 ;
ALTER TABLE mos_core_acl_aro_groups AUTO_INCREMENT 31 ;
UPDATE mos_categories SET access = '2' WHERE access > 2 ;
UPDATE mos_contact_details SET access = '2' WHERE access > 2 ;
UPDATE mos_content SET access = '2' WHERE access > 2 ;
UPDATE mos_mambots SET access = '2' WHERE access > 2 ;
UPDATE mos_menu SET access = '2' WHERE access > 2 ;
UPDATE mos_modules SET access = '2' WHERE access > 2 AND access != 99 ;
UPDATE mos_polls SET access = '2' WHERE access > 2 ;
UPDATE mos_sections SET access = '2' WHERE access > 2 ;
UPDATE mos_users SET gid = '18' WHERE gid > 30 ;
UPDATE mos_core_acl_groups_aro_map SET group_id = '18' WHERE group_id > 30 ;
DROP TABLE mos_maclplus ;
# Below are for MACLPlus Pro only
DROP TABLE mos_maclplus_user_group ;
ALTER TABLE mos_session DROP gids ;
9) Play around with your Joomla!/Mambo frontend and backend pages to see any error occur. If you still found error (possible?), please contact our support personel or else please go to backend to uninstall the component if you haven't done it and you are DONE
Run these SQL queries if your web site is Joomla!:
ALTER TABLE jos_session DROP jaclplus ;
ALTER TABLE jos_core_acl_aro_groups DROP jaclplus ;
DELETE FROM jos_groups WHERE id > 2 ;
DELETE FROM jos_core_acl_aro_groups WHERE group_id > 30 ;
UPDATE jos_categories SET access = '2' WHERE access > 2 ;
UPDATE jos_contact_details SET access = '2' WHERE access > 2 ;
UPDATE jos_content SET access = '2' WHERE access > 2 ;
UPDATE jos_mambots SET access = '2' WHERE access > 2 ;
UPDATE jos_menu SET access = '2' WHERE access > 2 ;
UPDATE jos_modules SET access = '2' WHERE access > 2 AND access != 99 ;
UPDATE jos_polls SET access = '2' WHERE access > 2 ;
UPDATE jos_sections SET access = '2' WHERE access > 2 ;
UPDATE jos_session SET gid = '1' WHERE gid > 30 ;
UPDATE jos_users SET gid = '18' WHERE gid > 30 ;
UPDATE jos_core_acl_groups_aro_map SET group_id = '18' WHERE group_id > 30 ;
DROP TABLE jos_jaclplus ;
# Below are for JACLPlus Pro only
DROP TABLE jos_jaclplus_user_group ;
ALTER TABLE jos_session DROP gids ;
Run these SQL queries if your web site is Mambo:
ALTER TABLE mos_session DROP maclplus ;
ALTER TABLE mos_core_acl_aro_groups DROP maclplus ;
DELETE FROM mos_groups WHERE id > 2 ;
DELETE FROM mos_core_acl_aro_groups WHERE group_id > 30 ;
ALTER TABLE mos_core_acl_aro_groups AUTO_INCREMENT 31 ;
UPDATE mos_categories SET access = '2' WHERE access > 2 ;
UPDATE mos_contact_details SET access = '2' WHERE access > 2 ;
UPDATE mos_content SET access = '2' WHERE access > 2 ;
UPDATE mos_mambots SET access = '2' WHERE access > 2 ;
UPDATE mos_menu SET access = '2' WHERE access > 2 ;
UPDATE mos_modules SET access = '2' WHERE access > 2 AND access != 99 ;
UPDATE mos_polls SET access = '2' WHERE access > 2 ;
UPDATE mos_sections SET access = '2' WHERE access > 2 ;
UPDATE mos_users SET gid = '18' WHERE gid > 30 ;
UPDATE mos_core_acl_groups_aro_map SET group_id = '18' WHERE group_id > 30 ;
DROP TABLE mos_maclplus ;
# Below are for MACLPlus Pro only
DROP TABLE mos_maclplus_user_group ;
ALTER TABLE mos_session DROP gids ;
9) Play around with your Joomla!/Mambo frontend and backend pages to see any error occur. If you still found error (possible?), please contact our support personel or else please go to backend to uninstall the component if you haven't done it and you are DONE
pagina del author del componente
http://www.byostech.com