Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help on information pages unlimited contribution


ddggggdd

Recommended Posts

Posted

Hi, I installed the information pages unlimited contributin, but I just cannot make it work. An error message appears at the position where the information box should be: "Table 'jason.table_infopages' doesn't exist".

 

I think there should be sth wrong with my database. 'Jason' is the name of my database, and I have run the sql to creat the table infopages in this database-- from phpmyadmin I could see it.

 

Any one could help? Thanks a lot.

Posted

Did you add the define for the database table in your catalog/includes/database_tables.php?

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

It should be in the instructions. :)

 

It is something like

open catalog/includes/database_tables.php and add

// InfoPages

define('TABLE_PAGES', 'pages');

define('TABLE_PAGES_DESCRIPTION', 'pages_description');

 

That is the defines from the extra pages infobox contribution I am using so yours may be different probably

define('TABLE_INFOPAGES', 'table_infopages');

 

but I would look in the instructions because there may be more than that needed.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

Thanks a lot. Wendy.

 

I read the readme.txt, but to be honest, it's not very clear about this.

 

 

Now the problem has been solved. But I still cannot find where to configure the information box.

 

One more question, in the installation pakage, I found the Admin and Catalog folders are of same level, while in my computer, the Admin is a sub-folder of the Catalog. Is there anything wrong?

Posted

They probably just did that to seperate them. Just follow your structure. If there are files in their admin folder that needs to be uploaded then upload them to your folder as you have it on your server.

 

Not sure what you mean about configure the information box... when you follow the instructions you should have a new link, I believe they have you put it in your Tools box.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...