Home arrow Forum
Font Size: larger smaller Font Color:                                                 reset
ByOS Technologies Logo
Newsflash

ByOSTech Chartered Membership
In stead of collecting donations, we have decided to implement Chartered Membership. Chartered Members will have access to earlier releases, special releases and other priceless support services. We need your supports and in return we will support you either. Subscribe to our Chartered Membership is fully OPTIONAL. Read more...

Earlier Access and Special Releases:

  1. JACLPlus Pro v1.5.8 Stable for Joomla! 1.5.8 Stable
    jaclplus_pro_1.5.8_stable_unzipfirst.zip
    joomla_1.5.0_to_1.5.8-stable-patch_package-jaclpluspro.zip
    joomla_1.5.7_to_1.5.8-stable-patch_package-jaclpluspro.zip
  2. JACLPlus v1.0.15a for Joomla! 1.0.15 Stable Free!!!
    com_jaclplus_1.0.15a.zip
    com_patch_joomla!_n_jaclplus_to_1.0.15a.zip
    joomla_1.0.12_to_1.0.15-stable-patch_package_jaclplus1.0.15a.zip
  3. JACLPlus Pro v1.0.15 for Joomla! 1.0.15 Stable
    com_jaclplus_1.0.15pro.zip
    com_patch_joomla!_n_jaclplus_to_1.0.15pro.zip
    joomla_1.0.12_to_1.0.15-stable-patch_package_jaclpluspro.zip
  4. MACLPlus Pro v4.6.2 for Mambo 4.6.2
    com_maclpluspro_462.zip
    mambo_patch_4.6.1complete_to_4.6.2_maclplus_pro.tar.gz
  5. Patch File for Joomla/Coppermine Bridge
    patch_files_joomcpg-brigde.zip
  6. MACLPlus v4.5.4 for Mambo 4.5.4 Stable with Mamlang 1.2
    com_maclplus_4.5.4_mamlang1.2.zip
  7. Extended Menu 1.0.5 (JACLPlus Ready)
    mod_exmenu_1.0.5_jaclplus.zip
    Extended Menu 1.0.3 (MACLPlus Ready)
    mod_exmenu_1.0.3_maclplus.zip
  8. Infinity Menus V1-0-83 (JACLPlus Ready)
    infinity_menus_V1-0-83-Stable_JACLPlus.zip
    Infinity Menus V1-0-83 (MACLPlus Ready)
    infinity_menus_V1-0-83-Stable_MACLPlus.zip



ByOSTech
Welcome, Guest
Please Login or Register.    Lost Password?
I can acces in the admin panel (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: I can acces in the admin panel
#4144
meydess (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
I can acces in the admin panel 8 Months, 1 Week ago Karma: 0  
i resolve this
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.

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


now i can acces in the frint but not in the backed!!!!

i make this



8) Okay, you still have problem after the file replacement. Now mostly the error is related to your data_base_. Let's manually fix your data_base_ error. Please execute the following SQL queries through your phpMyAdmin and remember to replace 'jos' or 'mos' to your data_base_ 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 .


i make this but i have this error

Error

consulta SQL:

ALTER TABLE jos_session DROP jaclplus;

MySQL ha dicho: Documentación
#1091 - Can't DROP 'jaclplus'; check that column/key exists

please i need help!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Main Menu
Home
About Us
Product - JACLPlus!
JACLPlus Support List
How To - JACLPlus!
News
Forum
Contact Us / Help Support
Downloads
Chartered Member
Enhance Access Control!
New JACLPlus Demo
Installation Guide Installation Guide
Upgrading Guide Upgrading Guide
Uninstallation/Rescue Guide Uninstallation/Rescue Guide
Member Login
Statistics
Visitors: 3280772
Who's Online
We have 1 guest and 2 members online
ionCube PHP Encoder ionCube PHP Encoder
The ultimate security solution to protect & accelerate runtime performance for PHP 4 & PHP 5 scripts
 
ionCube Package Foundry ionCube Package Foundry
The installer creator for PHP and ASP web applications to eliminate end-user remote installation problems and failures
© 2009 ByOS Technologies
Joomla! is Free Software released under the GNU/GPL License.
CONTACT US NOW AT
enquiry@byostech.com
For Free Consultation
ByOSTech Chartered Membership!