Thin Client Directory with IIS & PHP 5.4 Problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rkoopman
    Hot Shot
    • Nov 2012
    • 12

    Thin Client Directory with IIS & PHP 5.4 Problems

    Hi all,

    I am trying to get the Thin client directory (LDAP) working on a PHP 5.4 IIS Windows 2008 R2 installation.

    I got as far that i got the search page showing up on the extension (9650C in this case, but i tried other 96XX extensions).

    But when i try a full name search it gives me back the error : browser details error & you will be redirected to the search page in 5 seconds.

    If i do the same in Firefox with the WML plugin i get a valid response ( i redirect to : avayadir/avayadirclient/avayadirsearch.php to start the search) and it shows me the details of the person i entered the first name.

    If i start a search with no valid input (eg its not in the LDAP, in this case just the letter W), it gives back ; error -32 , no results found.(the same as in Firefox).

    But if i do a search with just one first letter that is in the LDAP i get a list with possible hits the start with that letter. (same as in Firefox)
    The moment i select one of the hits and press the Details button it redirects again to the search page with the details error again. (in Firefox i get the details shown).



    Something is just not right but i cant get my mind at it.


    In Firefox is works like dessigend, in the extension it will give me back the Details error and redirects me back.

    In the PHP log there are no errors.

    Is there someone that dealth with this before and got is solved ?

    Regards,

    Rene Koopman.
  • rkoopman
    Hot Shot
    • Nov 2012
    • 12

    #2
    Some extra information added :

    To get it working to the point i am at:

    I had to delete the & at row 15 in the avayaldapproperty.inc file.
    $instance = & new Avaya_Dir_Properties; -> $instance = new Avaya_Dir_Properties;

    According to the www, this option isnt supported by PHP anymore.


    Also i had to change the security settings of the files that needed to be copied to the www root directory (eg the avayadir files).
    Changing the settings wouldnt stick because of write errors.

    Rene Koopman.

    P.s. Before i issue a ticket with avaya, i am trying the forum to see where it gets me.
    Last edited by rkoopman; 11-06-2012, 04:37 PM. Reason: Spelling.

    Comment

    • rkoopman
      Hot Shot
      • Nov 2012
      • 12

      #3
      Raised a ticket under : Avaya Service Request.

      Rene.

      Comment

      • cluther1
        Member
        • Dec 2011
        • 3

        #4
        same issue

        did you get a fix for this?

        I'm having issues as well.

        Comment

        • cluther1
          Member
          • Dec 2011
          • 3

          #5
          Works with Opera web browser

          and Android phone as well. Not with firefox nor 9611 fw 6.2.2 - same details error.

          Comment

          • cluther1
            Member
            • Dec 2011
            • 3

            #6
            Got it working!!

            Make sure this is set to 0. by default it's a 1 and the phone can't accept a cookie.


            ; This option forces PHP to fetch and use a cookie for storing and maintaining
            ; the session id. We encourage this operation as it's very helpful in combating
            ; session hijacking when not specifying and managing your own session id. It is
            ; not the end all be all of session hijacking defense, but it's a good start.
            ; http://php.net/session.use-only-cookies
            session.use_only_cookies = 0

            Comment

            • rkoopman
              Hot Shot
              • Nov 2012
              • 12

              #7
              Changing the settings to 0 had no effect .

              Still getting the redirect page.

              Did you get it working with IIS and PHP 5.4 ?

              If so, can you send me your PHP.ini file so i can compare them ?

              Regards,

              Rene.

              Comment

              • rkoopman
                Hot Shot
                • Nov 2012
                • 12

                #8
                Let me refrase that.

                ITS WORKING. (needed to reboot the IIS).

                Thanks alot.

                Rene.

                Comment

                Loading