Thread: index.php

Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: index.php

    Installing 1.3.7 on your live site will destroy your db. You don't want that.

    If you can restore the config files to get your site up and running for now, do that. You can then install 1.3.7 in a different directory (with its own db) and test it.

    If not, use your webmaster panel to export your data and save it to your local drive. This should do the entire db in one step. Install 1.3.7 on the site (this will rebuild the db and destroy the existing data). Import the backup into the new db. That should do it.

    Any other suggestions, Merlin?

  2. #2
    Join Date
    Oct 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: index.php

    On the subject of exporting and importing...

    1. Is this done through phpMyAdmin?
    2. Any specific switches that I need to be aware of when exporting?
    3. Importing only seems to accept SQL format. Is this correct or am I missing something?

    The reason for these questions is that when I try to perform a SQL import, it returns the following...

    *****

    -- Table structure for table `address_book`
    --
    CREATE TABLE `address_book` ( `address_book_id` int( 11 ) NOT NULL AUTO_INCREMENT ,
    `customers_id` int( 11 ) NOT NULL default '0',
    `entry_gender` char( 1 ) NOT NULL default '',
    `entry_company` varchar( 32 ) default NULL ,
    `entry_firstname` varchar( 32 ) NOT NULL default '',
    `entry_lastname` varchar( 32 ) NOT NULL default '',
    `entry_street_address` varchar( 64 ) NOT NULL default '',
    `entry_suburb` varchar( 32 ) default NULL ,
    `entry_postcode` varchar( 10 ) NOT NULL default '',
    `entry_city` varchar( 32 ) NOT NULL default '',
    `entry_state` varchar( 32 ) default NULL ,
    `entry_country_id` int( 11 ) NOT NULL default '0',
    `entry_zone_id` int( 11 ) NOT NULL default '0',
    PRIMARY KEY ( `address_book_id` ) ,
    KEY `idx_address_book_customers_id_zen` ( `customers_id` )
    ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =11;

    MySQL said:
    #1050 - Table 'address_book' already exists

    *****


    I was just wondering if I even exported the data correctly.

    Thanks,
    Arnold

  3. #3
    Join Date
    Oct 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: index.php

    Please disregard my previous posting.

    I found my answers at the following thread.

    http://www.zen-cart.com/forum/faq.ph...yadmin_backups

    Thanks again for everyone's help.

    Arnold

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: index.php

    Good luck! Keep us posted! :)

 

 

Similar Threads

  1. How to change index.php to index.php=2
    By maritam in forum General Questions
    Replies: 3
    Last Post: 16 Apr 2016, 05:52 PM
  2. Replies: 2
    Last Post: 25 Sep 2011, 12:18 PM
  3. index.php redirects to zc_install/index.php
    By wmorris in forum General Questions
    Replies: 24
    Last Post: 17 Oct 2007, 01:38 AM
  4. uploaded index.php to wrong index php HELP!
    By janiceM in forum General Questions
    Replies: 2
    Last Post: 3 Jul 2007, 08:45 PM
  5. Blank index.php and /admin/index.php page after install
    By gsummerlin in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 14 Jul 2006, 10:04 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