PHPLd Category installation

Discussion in 'PHP' started by seoindiaweb, Jul 26, 2006.

  1. #1
    Hello everyone
    ysterday i installed PhpLd 2.00 for trial on my www . theshoppings . com but there's no category
    so i downloaded category dump from one website for PHPLd 2.0
    now i logged in into Phpmyadmin there i tried importing the sql dump in PLD_CATEGORY
    but it wasnt workign it said the table already exists
    can someone help me with this?:( i dont wwant to add categories manually

    thanx

    Sorry ITS FIXED SORRRY FOR INCONVINIENCE
     
    seoindiaweb, Jul 26, 2006 IP
    mixke likes this.
  2. brunozugay

    brunozugay Peon

    Messages:
    150
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to delete PLD_CATEGORY and PLD_CATEGORY_SEQ tables from your default installation MySQL database and then import your SQL dump.
     
    brunozugay, Jul 26, 2006 IP
  3. coderlinks

    coderlinks Peon

    Messages:
    282
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #3
    OR you can try this. There would be a CREATE TABLE PLD_CATEGORY entry in the sql dump. Change that to
    CREATE TABLE IF NOT EXISTS PLD_CATEGORY

    Do the same for PLD_CATEGORY_SEQ.

    You can use this in future, if you want to preserve the existing tables.

    Thomas
     
    coderlinks, Jul 27, 2006 IP
  4. seoindiaweb

    seoindiaweb Banned

    Messages:
    2,889
    Likes Received:
    200
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanx its fixed:) thanx for your support everyone
     
    seoindiaweb, Jul 27, 2006 IP