How to Fixed.
* Add the --local-infile in you mysql command.
mysql -u root -pfatword test --local-infile* Or Add the local-infile=1 in [mysql] section in your my.cnf file.
[mysql] local-infile=1
TIPS: my.cnf commonly found in /etc/my.cnf
mysql -u root -pfatword test --local-infile* Or Add the local-infile=1 in [mysql] section in your my.cnf file.
[mysql] local-infile=1
libmlt5 has no avformat.
Update libmlt5 to libmlt6
Since Im using openSuse 12.3, above urls put as example. However if your not using same as mine, you can check the specific url for system here.zypper ar -f -n packman-essentials http://packman.inode.at/suse/openSUSE_12.3/Essentials/ Packman-Essentials zypper ar -f -n packman-multimedia http://packman.inode.at/suse/openSUSE_12.3/Multimedia/ Packman-Multimedia
INSERT INTO catalog_category_product(category_id, product_id,position ) VALUES(48,85545,2);
INSERT INTO catalog_category_product_index( category_id, product_id, position, is_parent, store_id, visibility ) VALUES( 48, -- CategoryID 85545, -- Product ID 1, -- Posistion Normaly 1(1) 1, -- Parent category ID 3, -- Store ID 4, -- Visibility );