This topic is locked

phprunner display

3/31/2005 2:33:32 AM
PHPRunner General questions
author

I am still trying the program out and I'm confused. I have a database, with tables and content within the tables. I have created a project etc., but when I look at the various pages, they are empty. I have looked at the code, but why doesn't it display anything. The only pages I get are the index.html which is the login. After that I have the two tables listed, and above that a line with "logout". I am still trying the program out and I'm confused. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1286&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

admin 3/31/2005

Hi,
what happens when you click on those tables listed?

500233 4/6/2005

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=3925&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' /> I get a blank page, absolutely empty

admin 4/12/2005

Hi,
please zip and send to support@xlinesoft.com your project file along with your database creation script or database itself for investigation.

501151 4/19/2005

When I use a MySQL table with 1756 records (single field) I do not have a problem, and the table displays well with features active. However, when I use a larger table with five fields, and several thousand records, I also just get the blank page. All that is present on the page is the HTML header when I bring it up on the web, even though the full script is present in the PHP file on the server (as developed by PHPRunner).
I have one table (the smallest) that works while the rest of the tables that are larger just yield this blank web page.
Thanks

501152 4/19/2005

PS
I have already determined that it is not related to the Master-Detail, or the password features, since when I turn those off, it does not make a difference. I also have each table with appropriate key's that validate as correct with PHPrunner.
Thanks

501153 4/19/2005

PPS
I just purchased PHPrunner today, so it is the latest production version.
Thanks

501154 4/28/2005

PHP runner staff solved the problem by having me turn on the PHP error reporting. At that point it became obvious that the problem was simply mixed case in a system that required all lower case.
Result - everything works.