This topic is locked
[SOLVED]

 Loading of view page freezes

3/1/2011 9:22:46 AM
PHPRunner General questions
L
Lloyd author

Hi,
I created a small project with phprunner 5.3b
loading of the view page (files_list.php) freezes on my production server using a dedicated server at Lunarpages, but works

perfectly on my windows 7 machine using WampServer Version 2.1.
The files tables contains over 300,000 records, and will grow to a size of over 10,000,000.
I tried to increase some of the values in the php.ini, in hope that this would solve the problem.
Can you tell me what I must do the get the view page to work on my production server.
Regards,
Lloyd

V
Vienna 3/1/2011



Hi,
I created a small project with phprunner 5.3b
loading of the view page (files_list.php) freezes on my production server using a dedicated server at Lunarpages, but works

perfectly on my windows 7 machine using WampServer Version 2.1.
The files tables contains over 300,000 records, and will grow to a size of over 10,000,000.
I tried to increase some of the values in the php.ini, in hope that this would solve the problem.
Can you tell me what I must do the get the view page to work on my production server.
Regards,
Lloyd


[size="3"]What you are seeing may be your misinterpretation of the symptom.
When you say that your "server freezes" you may be seeing the effect of your BROWSER freezing.
I have found that FIREFOX is consistently an offender for web pages running WordPress and PHPRunner -- and I am pretty sure it is a javascript issue.
Firefox--the last couple of issues of it for both Windows and Mac--are really susceptible to "freezing" a page view or a situation where Firefox detects a re-direct.
I use Safari for Mac and Windows, Firefox for both, and Internet Explorer for both systems.
Wordpress projects and PHPRunner 5.3 projects are being hit by Firefox, and JUST Firefox browser faults.
In one case regarding a WordPress plugin that I had installed for a site that involved navigating pages after internally loggin in Firefox refused to open up a page and kept logging the user out. Even when I removed all of its preferences that would react to a perceived re-direct and put that site in the list of trusted domains.
At the same time Safari and Internet Explorer responded the way the browser is supposed to and opened up the page.
I had some Firefox plugins installed for web development. I had to remove every plugin before Firefox acted like a nice browser again.
And you should also check your .htaccess file if you are using one on your development server. There are some rewrite rules that interfere with PHPRunner.[/size]

Admin 3/1/2011

Lloyd,
need to see your application in order to answer this question.
You can either post your app to Demo Account or send your files directly to support team.

L
Lloyd author 3/1/2011

Thank you for your great response. I took your suggestion and tried it with other browsers you mentioned.
Although the problem stilled existed with the other browers, I did notice that the rotating cirle that is part

of the loading image, was missing and marked with an x. I decide to recopy all the files to my production server

and that fixed the problem. It seems that the image was missing that was causing the problem.
Thank you agin for steering me in the write direction.
Regards,
Lloyd