hazardpeter Posted November 29, 2009 Posted November 29, 2009 Hello, I have installed osCommerce in a server and it is fully operational, but I have a problem with the languages. I have installed a new language, Portuguese, and I was able to add products and so, but when I am browsing the store in Portuguese instead of seeing for example in the categories menu the word "categorias" I see "BOX_HEADING_CATEGORIES". I looks has if the index file can't get to the file where the variable like "BOX_HEADING_CATEGORIES" are being define, that file would be portugues.php in the same directory where the folder portugues is, and it is there. The same does not append in the administrator panel, only in the catalog. Can any one help me with this problem.
StarburstHosting Posted November 29, 2009 Posted November 29, 2009 Hi There Have you defined the text in catalog/includes/languages/portugese.php ? Are all folder/files permissions set to 755/644? HTH Rob My advice is personal and not from my company. Use it at your own risk! Rules. 1. Backup before making any changes. 2. Try one thing at a time. 3. Write down all steps you take. 4. Make any changes on a development server/domain before on a live site. 5. BACKUP
♥geoffreywalton Posted November 29, 2009 Posted November 29, 2009 First check in your shop admin and see what the directory name osc is expecting. When you click on english, this is what you get /includes/languages/english Assuming you get portuguese Look in /includes/languages you should see a directory called portuguese and a file called portuguese.php. (check capitalisation is the same, in linux P is not the same as p) Check the permissions are the same as the other files and directories in there. Look in english.php for BOX_HEADING_CATEGORIES and if it is in there check the same line is in portuguese.php (around line 78 in mine) Post your results and a url. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
hazardpeter Posted November 29, 2009 Author Posted November 29, 2009 You here right, there are some definition missing, strange I downloaded them from osCommerce site. I am going to correct this now. Thank you very much
Recommended Posts
Archived
This topic is now archived and is closed to further replies.