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
You need to delete PLD_CATEGORY and PLD_CATEGORY_SEQ tables from your default installation MySQL database and then import your SQL dump.
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