Menu

install error XRMS

foxjazz
2011-02-09
2013-04-26
  • foxjazz

    foxjazz - 2011-02-09

    WHY AM I getting the error below? The config is correct according to my info.

    The include directory variable has not been set correctly.

    It is currently set to '/homepages/23/d354682468/TOSXRMS/include/', which does not exist.

    Please open the include-locations.inc file which is located at the top level of the xrms installation. Change the value of the $include_directory variable to the correct path.

    Then run this installation again.

     
  • CharlieM

    CharlieM - 2011-02-10

    If you are installing int the root you can use:-

    $include_directory = $_SERVER . '/include/';

    If you installing into a folder say /xrms the use:-

    $include_directory = $_SERVER . '/xrms/include/';

     

Log in to post a comment.