• Doesn`t work on Windows Server#

  • Zombie Reply #1, 7 years ago

    Reply
    Hi

    Current preview release does not work with windows server and mysql database.

    Everything installs correctly, the database tables are created and all seems to be ok untill you try to login. After typing in your username and password the system loops back to the login screen continuously.

    I saw this problem in etomite a while back also.

    Gary


  • Zombie Reply #2, 7 years ago

    Reply
    This problem appears to be a sessions issue. When I included the following code: session_save_path('../'); just before session_start(); in manager\login_preprocessor.php I can now login OK.

    There are some session issues in the code though that are causing problems in windows server in general.

    I will investigate further.

    Gary


  • rthrash Reply #3, 7 years ago

    Reply
    Thanks Gary... look forward to hearing what you find out.