Questions tagged [no-response]
55 questions
0
votes
0 answers
No results being brought back
Im desperate once again. I am trying to create a search page which brings back the following results
$brandName = filter_has_var(INPUT_GET, 'brandName') ? $_GET['brandName']: null;
$shoeSize= filter_has_var(INPUT_GET, 'shoeSize') ?…

IvanGakev
- 23
- 1
- 1
- 4
0
votes
3 answers
Android on click button not responding
I have a login activity in my android application. It consists of two EditText widgets(Username, Password) and two buttons(Login,Register). The problem is when I click the buttons there's no response and no errors in my logcat. I've imported…

Zachs007
- 69
- 1
- 9
0
votes
0 answers
Edits and changes are not reflected robots.txt file Magento
google is not crawling some of my site urls
for that i want to made some changes in the robots,txt file
. but when i go to the magento root folder and i try to edit the
robot.txt file
, and when i reload that file on the browser it is not…

Rohit Goel
- 3,396
- 8
- 56
- 107
0
votes
1 answer
iOS Requests to Server Overnight w/ No Response RestKit
I'm working with an app utilizing RestKit (which may or may not be relevant to the issue I'm having) in which the app wakes up for a few seconds after certain intervals and makes a managedObjectRequestOperation to a server. This works perfectly all…

Mike
- 9,765
- 5
- 34
- 59
0
votes
0 answers
as3 flashdevelop freezes after build
Currently my game seems to work fine, the only problem it has is the builder does not respond 8 out of 10 times. The question is why does it stop working and how can I solve it.
Here is my code.
package
{
import flash.display.Sprite;
import…
0
votes
1 answer
Oracle PHP update no response
I got a very weird problem with oracle today.
I setup a new server with xampp for developing, i activated mssql and oracle and everything was just fine until i tried to execute an update statement.
Every select, insert, etc is working fine with PHP…

Pad
- 45
- 3
- 7
0
votes
1 answer
rails model causes server to freeze
I'm an amateur programmer working on a ruby on rails application. Up until now, everything has been running smoothly, but now I'm running into a problem. Every time I try to access my 'appointment' model, the server gets stuck and fails to load a…

BonesVI
- 3
- 2
0
votes
1 answer
PHP AJAX getting no response
I'm using PHP and AJAX to make a post in a page. Below is the javascript code of the page.
function Post(posted_by, posted_to)
{
document.getElementById('post_textarea').disabled='disabled';
…

Dilip Raj Baral
- 3,060
- 6
- 34
- 62
-1
votes
1 answer
XText validation keeps loading and no response in Eclipse while editing Cucumber Feature file
I am using Eclipse IDE. BDD project(Cucumber-Java-Selenium). While editing the feature file, I am facing the issue. The Tool stops loading and goes to "no response" state while editing the feature file. It is back after several minutes(say 10-15…
-2
votes
1 answer
Browser doesn't show anything - SQL Query with PHP
I'm new to working with PHP and SQL and I need help with this.

E.Digital
- 3
- 2