webstarter Posted July 8, 2006 Posted July 8, 2006 Please advise in my admin page some of the names seem to of changed from there normal display example below of what I mean. BOX_ENTRY_SUPPORT_SITE BOX_ENTRY_SUPPORT_FORUMS BOX_ENTRY_MAILING_LISTS BOX_ENTRY_BUG_REPORTS BOX_ENTRY_FAQ BOX_ENTRY_LIVE_DISCUSSIONS BOX_ENTRY_CVS_REPOSITORY BOX_ENTRY_INFORMATION_PORTAL there are a few more in my admin like this but some of them are ok This is how they normaly are displayed eg..........My Store, Logging, Cache please help thank you.
ozcsys Posted July 8, 2006 Posted July 8, 2006 Anytime you see the all caps like that it means that you are missing the language definitions You should have the following in your admin/includes/languages/english/index.php file define('BOX_ENTRY_SUPPORT_SITE', 'Support Site'); define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums'); define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists'); define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports'); define('BOX_ENTRY_FAQ', 'FAQ'); define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions'); define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository'); define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
webstarter Posted July 8, 2006 Author Posted July 8, 2006 Anytime you see the all caps like that it means that you are missing the language definitions You should have the following in your admin/includes/languages/english/index.php file define('BOX_ENTRY_SUPPORT_SITE', 'Support Site'); define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums'); define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists'); define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports'); define('BOX_ENTRY_FAQ', 'FAQ'); define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions'); define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository'); define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal'); Hi there thank you it seems that I have got a index.php file there but it is the one that is normaly in /public_html/includes/languages/english/index.php is there anywhere I can get the right index.php for admin/includes/languages/english/index.php file are all the oscommerce sites the same.
ozcsys Posted July 8, 2006 Posted July 8, 2006 Hi there thank you it seems that I have got a index.php file there but it is the one that is normaly in /public_html/includes/languages/english/index.php is there anywhere I can get the right index.php for admin/includes/languages/english/index.php file are all the oscommerce sites the same. You can download the complete set of osC files HERE The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
webstarter Posted July 9, 2006 Author Posted July 9, 2006 You can download the complete set of osC files HERE That is great thank you for your help. I put the file in and it is back to normal. Would you also be able to help me with one other problem I'm having ? In my web sites quick find area if a customer types in a item they wish to find it comes up on the page with this once they have clicked Products meeting the search criteria 1054 - Unknown column 'c.categories_status' in 'where clause' select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and c.categories_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%janome%' or p.products_model like '%janome%' or m.manufacturers_name like '%janome%') ) [TEP STOP] I would be very greatfull I was adding a contribution at the time to my web site but it did not work. I had backed up the files and changed it all back to normal but I must of either put one in the wrong place I'm not sure. I would be very grateful if you could help thank you. What php. files should I have for the quick find area on my site ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.