I'm trying to install dabr - a simple php twitter client - on ur host but it gives 500 error: joesam.net/dabr any suggestions??
thanks for replying here is the link(btw it was included in the original post): http://www.joesam.net/dabr
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.
According to the Setup Guide, http://code.google.com/p/dabr/wiki/SetupGuide, dabr works with Apache servers, not IIS7.
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?
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