deploying dabr

Discussion in 'General troubleshooting' started by joe911, Aug 2, 2011.

  1. I'm trying to install dabr - a simple php twitter client - on ur host but it gives 500 error:
    joesam.net/dabr

    any suggestions??
     
  2. Ray

    Ray

    Do you have a URL we can look at so we can see the error message?
     
  3. thanks for replying here is the link(btw it was included in the original post):
    http://www.joesam.net/dabr
     
  4. anyone??
     
  5. another bump!
     
  6. Elshadriel

    Elshadriel Winhost Staff

    Sorry for the late reply. There's not enough in the error message to know where to begin to troubleshoot. You might want to double check your web.config settings to see if everything looks correct.
     
  7. Elshadriel

    Elshadriel Winhost Staff

  8. well it works on my local server but after adding several php extensions, where I can find a list of the supported php extensions on ur servers?
     
  9. Elshadriel

    Elshadriel Winhost Staff

    You can create a php script to obtain a list of extensions:

    Code:
    <?
    phpinfo();
    ?>
    Just use a text editor to copy the code and save it as phpinfo.php
     
  10. thnx.
     

Share This Page