Questions tagged [reloading]
99 questions
1
vote
2 answers
manage.py runserver is frequently reloading in production
I wrote a Django 2.2 program that works well in my PC running Windows 10 and my VPS, running CentOS 7.
When I changed some code in three files, the application continues to work locally but behaves strangely in prouduction.
When I run
python…

betterpan
- 21
- 3
1
vote
1 answer
Facebook app loads fine in firefox but keeps reloading in internet explorer 7,8,9
please check my app here- http://apps.facebook.com/indianresults
This app is loading and working fine in firefox but keeps reloading in Internet Explorer. I am using a simple code:
$auth_url = "http://www.facebook.com/dialog/oauth?client_id="
…

hiprakhar
- 1,007
- 3
- 12
- 15
1
vote
0 answers
Wordpress plugin - jquery causing page to load twice
I am writing a WordPress gallery plugin and I want to show a progress bar on file upload. My current code works and files are uploaded correctly, but after upload finishes the uploading page looks like it is loaded twice. Does anyone know what might…

camilluskillus
- 33
- 1
- 8
1
vote
0 answers
neo4j 3.4 keeps reloading web page on Safari
Title says it all.
Message I see: "This webpage was reloaded because a problem occurred"
this hasn't been the case with the previous release 3.x releases but it's driving me nuts because every time I want to go back and check a previous command…

abildgaard
- 21
- 7
1
vote
0 answers
Grails 3.3.1 and reloading beans with properties defined in resources.groovy
I have a class in src/main/groovy (ApiService.groovy). I am defining this as a spring bean in resources.groovy as I have multiple implementations.
There is a single property for this bean:
apiService(ApiService) {
server =…

Alan Hill
- 11
- 2
1
vote
0 answers
Java: How to dynamically reload data parser class and bot for companion robot?
I’m developing a companion bot for dementia suffers able to record, store and integrate memories into conversation. The bot calls an xml. file for conversations which can detect contexts passing an argument via baseContext.xml to call a topic.class…

James O'Connor
- 11
- 1
1
vote
1 answer
Rapid Application Development in Eclipse Alfresco (Hot Reloading)
I want to make changes in the SendAsEmailActionExecuter.java file in the sub-project AMP (add-action-repo) which is inside All-in-one project in Alfresco 5 community. It is an example as you can see in the following link. I am developing in eclipse…

mr antoni
- 595
- 1
- 6
- 17
1
vote
3 answers
Keep ViewController Content; Prevent ViewController From Reloading – How?
I created an iOS app in Xcode. There are four ViewControllers in my app. You can navigate through the app by tapping the buttons in the bottom toolbar.
How can I prevent a ViewController from reloading when visiting it again?
user5242315
1
vote
1 answer
ajax function auto reload
Hello i am getting data from a php file in json format,all works fine.I would however desire that this function reloads every say 3000millisecs thus updating the data.
How do I achieve this?
function loadFbill(hsid)
{
// Display a loading icon in…

philip
- 83
- 1
- 1
- 7
1
vote
1 answer
Wicket - runtime class reloading
I have classical complaint - rebuilding and reloading the web app takes too long. I want to compile the classes (preferrably from the IDE) or change a static file and let the server check what changed and act approprietly (reload the…

Ondra Žižka
- 43,948
- 41
- 217
- 277
1
vote
2 answers
Different URL for development and production. (Reloading static content)
So here is my story.
I am developing a spring web application. The reloading of static content (js, css, jsp) was broken and found a solution in the following thread:
Getting resources in VFrabric Server to deploy without causing container to…

nilsi
- 10,351
- 10
- 67
- 79
1
vote
2 answers
Solr-Collection or Core not reloading schema.xml
I am using Solar 4.6 and changed something inside schema.xml. In order to update schema.xml inside my core I used zkcli. Which works fine and I am able to see the modified schema.xml inside the Solr Admin GUI under…

Lukas Eichler
- 5,689
- 1
- 24
- 43
1
vote
0 answers
kendo grid not refreshing data
KendoUI Version: 2013.3.1316.545
OS: Windows 8
.NET: 4.5/C#
I have a multiSelect and a grid on a RazorView. My intention is to let users enter multiple items into the multiselect box and when they click a button, search for those items in the…

Babu Mannavalappil
- 447
- 2
- 9
- 27
1
vote
2 answers
Run a ruby script automatically after modification
When I develop in node.js, I like to use node-supervisor because when I save a file, it reloads automatically, which eliminates the need of having to kill and restart the service every time.
Is there something similar for ruby? Hopefully something…

Enrique Moreno Tent
- 24,127
- 34
- 104
- 189
1
vote
1 answer
Forcing a page to reload on android native browser
My question is "How can I force a webpage to reload in Android device so that all my scripts will run?"
We are working on a web based photo gallery where a user can upload their picture using Aurigma app.
Once the user uploads a picture with this…

Nitin Suri
- 960
- 1
- 8
- 20