Results 1 to 4 of 4

How to manualy add r1849

This is a discussion on How to manualy add r1849 within the Installation/Setup forums, part of the osCmax V2.5 Forums category; all files in the root directory I code changed from require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_Name); to require(bts_select('language', FILENAME_Name)); ...

      
  1. #1
    Active Member
    Join Date
    Jan 2011
    Location
    Poland
    Posts
    101
    Rep Power
    9


    Default How to manualy add r1849

    all files in the root directory I code changed
    from
    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_Name);
    to
    require(bts_select('language', FILENAME_Name));

    also i copy catalog languages/my_language
    to templates/my_template/includes/

    And it still does not work

    what else should be changed?

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,121
    Rep Power
    55


    Default Re: How to manualy add r1849

    You need to make the changes to catalog/includes/configure_bts.php.

    r1845 - oscmax2 - osCmax - osCommerce Maximized - Google Project Hosting

    Regards.
    pgmarshall
    _______________________________

  3. #3
    Active Member
    Join Date
    Jan 2011
    Location
    Poland
    Posts
    101
    Rep Power
    9


    Default Re: How to manualy add r1849

    Quote Originally Posted by pgmarshall View Post
    You need to make the changes to catalog/includes/configure_bts.php.

    r1845 - oscmax2 - osCmax - osCommerce Maximized - Google Project Hosting

    Regards.
    I made these changes and still not working. I do not know how to display all the changed files in r1849, I changed all files in the main catalog nothing more, and I have introduced r1845

  4. #4
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,121
    Rep Power
    55


    Default Re: How to manualy add r1849

    Every file in catalog is changed as you need to switch all the language includes to the BTS function.

    Regards.
    pgmarshall
    _______________________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •