When you installed Zen Cart you should have indicated a prefix for the database (such as zen_)
what prefix do you have for your database?
also did you run the links.sql script included with Links Manager
When you installed Zen Cart you should have indicated a prefix for the database (such as zen_)
what prefix do you have for your database?
also did you run the links.sql script included with Links Manager
yes lhhgbh1 is mine and yes I ran the sql....
OK,
copy the following code:
open admin -> tools -> install SQL patchesCode:DROP TABLE IF EXISTS link_categories; CREATE TABLE link_categories ( link_categories_id int(11) NOT NULL auto_increment, link_categories_image varchar(64) default NULL, link_categories_sort_order int(3) default NULL, link_categories_date_added datetime default NULL, link_categories_last_modified datetime default NULL, link_categories_status tinyint(1) NOT NULL default 0, PRIMARY KEY (link_categories_id), KEY idx_link_categories_date_added (link_categories_date_added) ) TYPE=MyISAM AUTO_INCREMENT=2 ; INSERT INTO link_categories VALUES (1, 'link_category.jpg', 0, '2004-11-19 18:56:22', '2004-11-19 19:00:19', 1);
paste the code in the query box and click the "send" button.
nope that didnt do anything.. whats happening on the screen is when I turn the box on i click on my home page and the entire page is not aligned right.. the left side boxes are all in the middle of the screen and then down at the bottom, where the links box should be, is just those words that i typed in earlier.. I am using the future zen template if that makes any difference..
do you have a URL for the site so I can take a look.
yeah its my flag pride site in my sig, but i dont have the box on... since it doesnt work I dont leave it on because I have daily customers..
Check your database with phpmyadmin and make sure you have the following tables.
links
links_description
links_status
links_to_link_categories
link_categories
link_categories_description