Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    49
    Plugin Contributions
    0

    Default how to change the admin lang. back to english without access to the panel

    hi..
    I have uploaded a langauge pack to the admin side, and saw just after i installed it it's not compatible with 1.5.7...
    now i can't go into the admin panel via web (error 500), any way of changing the admin language thru files/mysql?

  2. #2
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    123
    Plugin Contributions
    5

    Default Re: how to change the admin lang. back to english without access to the panel

    Hi,
    In your case best way is to use database backup to go back, if you have some...
    If not and if your cart is new without too many data you'd better reinstall a fresh cart and import your important data through mysql.
    If your cart is old with lots of customize I might have another solution. I made myself a Japanese language cart and provided all mysql queries to switch admin language back to English. Problem is that it was made for v1.5.8. Configuration tables in 1.5.7 and 1.5.8 are very close but might have few differences. you need to check. I try to attach file to this post.

    You can check differences between 1.5.7 and 1.5.8 by comparing configuration table section in mysql_zencart.sql from each version used to install a new cart (..\zc_install\sql\install\mysql_zencart.sql).
    Attached Files Attached Files

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,518
    Plugin Contributions
    88

    Default Re: how to change the admin lang. back to english without access to the panel

    Go to your webhost's cPanel and, from there, to your phpMyAdmin.

    Click on the SQL tab and enter

    UPDATE configuration SET configuration_value = 'en' WHERE configuration_key = 'DEFAULT_LANGUAGE';

    If your site uses a DB_PREFIX (like zen_), the SQL would look like

    UPDATE zen_configuration SET configuration_value = 'en' WHERE configuration_key = 'DEFAULT_LANGUAGE';

 

 

Similar Threads

  1. v154 How to change the admin panel for new admins
    By kabko in forum General Questions
    Replies: 7
    Last Post: 9 Aug 2016, 04:05 PM
  2. v150 admin panel in english + customer access in a foreign language
    By jaca in forum Addon Language Packs
    Replies: 2
    Last Post: 26 Jun 2012, 09:30 PM
  3. english.php in the includes>lang>CUSTOM
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Jan 2010, 12:22 PM
  4. How do I change the Admin Panel Links
    By cdanta in forum General Questions
    Replies: 4
    Last Post: 5 Nov 2007, 03:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR