Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: Removed all countries except uk, gc doesnt work!!

    great stuff good to know it will work. im having trouble using my ftp. i use filezilla and even the pre saved quick connect settings or importing settings from cpanel dont work? closest i can get is a folder that contains nothing named "import" and a file named ftp.quota??

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Removed all countries except uk, gc doesnt work!!

    No, you don't use FTP for this. Under 'databases' in your hosting control panel should be a selection called 'phpMyAdmin', which is a database tool.

  3. #3
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: Removed all countries except uk, gc doesnt work!!

    i need to use ftp to install zen to a subdomain so i can pinch the database from it dont i?

  4. #4
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: Removed all countries except uk, gc doesnt work!!

    might help to mention ive already accessed the php myadmin area and backed up the zen_countries file

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Removed all countries except uk, gc doesnt work!!

    Sorry, I misunderstood. That's right. You might check post #7 here for a little easier installation method.

    http://www.zen-cart.com/forum/showthread.php?t=190947

  6. #6
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Removed all countries except uk, gc doesnt work!!

    @Xbox Memberships

    Emailed the countries table as requested.

    If you are using a prefix in your DB then you need to open the countries.sql file with your editor and add the prefix asf:

    If your prefix is zen_ then change the line

    Code:
    CREATE TABLE IF NOT EXISTS `countries` (
    to

    Code:
    CREATE TABLE IF NOT EXISTS `zen_countries` (
    and change the line

    Code:
    INSERT INTO `countries` (`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES
    to

    Code:
    INSERT INTO `zen_countries` (`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES
    Save the changed file and then import the sql patch into your DB

    Make sure you backup your live DB before doing this.

    Best to set your store to Maintenance mode.

  7. #7
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: Removed all countries except uk, gc doesnt work!!

    thanks frank worked a treat i did email you back not long ago, i now have all countries active once again, now my only 2 problems i can see are

    1. admin home displays 10 rows of visitors data all as today with todays figures?

    2. google checkout still wont work as it should, i have the express checkout button working but if google checkout is selected as payment option during normal checkout process i get an error on the integration console of google saying "you tried to post a none valid us address" the order processes as if payment has been made in zencart admin ui and delivers emails. but instead of being sent to the google checkout payment gateway page they are displayed with a warning about a .php error which i have placed below...


    Warning: Invalid argument supplied for foreach() in /home/xboxmemb/public_html/includes/classes/order.php on line 778

    Warning: Cannot modify header information - headers already sent by (output started at /home/xboxmemb/public_html/includes/classes/order.php:778) in /home/xboxmemb/public_html/includes/functions/functions_general.php on line 44

 

 

Similar Threads

  1. v150 Help Links work in all browsers except IE8!! It's driving me nuts
    By Darion in forum General Questions
    Replies: 2
    Last Post: 2 Feb 2013, 04:15 AM
  2. weight charges to all countries except one.
    By Afnan in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 26 Sep 2012, 06:01 PM
  3. zone name, all countries except sweden?
    By oberheimer in forum General Questions
    Replies: 0
    Last Post: 28 Jun 2010, 01:11 PM
  4. Does anyone have zone All Countries Except the AU and NZ
    By oavs in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 17 Nov 2008, 11:55 PM
  5. quick way to delete all countries except for 2?
    By dragon designs in forum General Questions
    Replies: 2
    Last Post: 8 Sep 2007, 07:30 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