Hi
I have given up importing version 3 projects into 3.1 for the moment so the following error is based upon a new project created from scratch in 3.1.
I created one master table and 3 detail tables, set permissions and everything worked fine (hooray).
I then created four views of the master table and received the following message during the build process:
C:\Program Files\PHPRunner3.1\source\register.php(7) - Unknown context @TABLE
and then:
C:\Program Files\PHPRunner3.1\source\register.php(57) - Unknown context @TABLE
The menu order was not "remembered". I tried cutting and pasting menu items in visual editor and that made them stick.
I suspect the menu order issue is different from the error messages, which don't appear if the master table is also included as a table (as opposed to just views of the master table, which used to work in version 3).
I have just opened "register.php" and it seems to be obviously curtailled:
<?php
ini_set("display_errors","1");
ini_set("display_startup_errors","1");
set_magic_quotes_runtime(0);
include("include/dbcommon.php");
include("include/
That's the end of the file...