Tagged Questions
The no-response tag has no wiki summary.
2
votes
3answers
220 views
How does one successfully open a Java bug if Sun doesn't respond?
I attempted to open a Java bug last Halloween. I immediately got a response that my submission was accepted, and have heard nothing since. Looking at Sun's web pages, I can't found any contact ...
1
vote
1answer
70 views
Django + Apache, browser always loading and none data received
I am running Django site in Apache with mod_wsgi.
The site works before. Today when I am try to install a tokuwiki on the same server, I found the site become failed that when I open the django site, ...
1
vote
4answers
295 views
PHP No response Issue
I have this piece of code I'm trying to get to display but no matter how I do it I just don't get any response or error whatsoever.
<?php
$day = ...
0
votes
2answers
567 views
Problem getting response from server using cURL, file_get_contents, etc
I am trying to get the response from a server, which is now not giving any response. I tried file_get_contents(), cURL, and tried getting the headers, but apparently the server is not responding. ...