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]