This topic is locked

List page anomalies

12/28/2009 6:31:21 PM
PHPRunner General questions
M
mfero author

This seems unlikely, but it is happening.
When I prepare the file on one machine and view remotely, it displays correctly. (http://128.208.133.167/uhr091/UW_Extension_list.php)
When I port this to another machine (via both ftp and flash drive to eliminate the possibility of some contamination) and view remotely, the file has like 28 or so blanks before you can view the data. (http://128.208.133.153/uhr09/UW_Extension_list.php) to see the results, change the Records Per Page to 30.
I have run the two htm's & php's through Comparison Suite and they are identical. I had the experience of some pages getting broken because line breaks in the code caused a misread of {END} tags but I don't find anything like that here.
I have to run this on localhost due to limitations on our Apache server. I wanted to run it on a lesser used machine but can't seem to resolve this problem.
Any help will be most appreciated.

Sergey Kornilov admin 12/28/2009

First guess - databases are different on these two servers.
Besides that, application don't look identical. The list of tables in Quick jump menu is different.