Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Moving zencart - cannot find Browser option on SQL tab -help!

    I'm trying to move my zencart to a different domain which is on the same shared server.

    After a few failed attempts I found instructions here which seems to be closest to what I want to do:
    http://www.zen-cart.com/forum/faq.ph...switch_servers

    I've made a backup of my DATABASE and STORE using "Backup MySQL Database" contribution. I'm stuck at no 5 which gives the following instructions:

    5. Go back to phpMyAdmin on your NEW server. - DONE
    a. Select your NEW database (that you installed the NEW Zen Cart into)
    b. DROP all the tables. (Check them all and scroll down and on "With Selected..." select DROP. Confirm Yes.

    PROBLEM HERE:

    "c. Click on the SQL tab across the top and click Browse" - WHERE is this? When I click on the SQL tab all I get is a box with this heading "Run SQL query/queries on database zencart" I can't find the Browse option anywhere. I clicked on the Import tab and tried that but it all went haywire and I had to do everything all over again. I'm now stuck here and I'm too scared to "experiment" as there doesn't seem to be an undo button!

    Someone please help me! Is there any steps I can omit because it's on the same shared server?

    Thank you,
    Linda

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Quote Originally Posted by nipinuk
    I clicked on the Import tab and tried that but it all went haywire and I had to do everything all over again. I'm now stuck here and I'm too scared to "experiment" as there doesn't seem to be an undo button!
    The import button is correct.
    What do you mean by "haywire"?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Thank you so much for your reply. Sorry, by "haywire", I meant to say that the cart didn't display and I panicked and clicked on this and that and I don't know what else and everything was a mess!

    I am just about to try the import button - this sounds ridiculous but I'm dreading it!

    Will let you know how I get on,
    Linda

  4. #4
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Eeek! - I'm getting the following error message on my store
    "1146 Table 'admin_zc1.configuration' doesn't exist"

    Linda

  5. #5
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    There may be some confusion here over the SQL tab issue in phpMyAdmin. Normally there are two SQL tabs.

    1. one is immediately above the left column with the list of the database tables and/or database name. This is only suitable fo running individual queries and not for importing whole database backups.

    2. The other is a slightly larger link at the top middle of the page. By clicking on this you should see a large box to input SQL queries in, but also a Browse button below it, which you can use to locate your backup file. Once located you can then click the 'Go' button and the backup sql file will be inserted into the database.

    Unfortunately some hosts only provide a stripped down version of phpMyAdmin which only has the SQL link for running individual queries.

    Vger

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    I've been seeing more and more lately that the Browse option isn't on the SQL tab (center screen), but instead under the "Import" tab a bit further to the right.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Thanks for your reply Vger. My host is Site5 and I do see both the SQL buttons.

    I clicked on the larger tab at the top middle of the page. Looks like I've got the stripped down version as I can only see the SQL link for running individual queries. There's no browse button.

    The options I've got at the top middle of the page are:

    Structure, SQL, Search, Query, Export, Import, Oprations

    I clicked on Import, got my file, clicked go and the only thing that's showing on my store is
    "1146 Table 'admin_zc1.configuration' doesn't exist"

    I tried searching for that error in forums but there was nothing.

    Linda

  8. #8
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Quote Originally Posted by DrByte
    I've been seeing more and more lately that the Browse option isn't on the SQL tab (center screen), but instead under the "Import" tab a bit further to the right.
    You're right, the Browse option was under the Import tab.

    What should I do? Please? This happened the last time...

    Linda

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    "1146 Table 'admin_zc1.configuration' doesn't exist"
    Is "admin_zc1" the real name of the new database ?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Moving zencart - cannot find Browser option on SQL tab -help!

    Yes it is. I've got v1.2.7d installed if that's any help.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v155 How do I get the tab on my browser to say something other than Zencart?
    By bscho in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 17 Jul 2016, 06:48 PM
  2. Browser tab text?
    By ekon79 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Apr 2015, 02:49 PM
  3. Renaming browser tab in IE8
    By dpet102 in forum General Questions
    Replies: 4
    Last Post: 30 Sep 2010, 05:02 PM
  4. Changing Browser Tab Title???
    By LindaB in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2010, 05:16 AM
  5. browser tab customization
    By melena in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Jul 2008, 08:49 PM

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