I really like PHPRad but there are way too many bugs at the moment. I dont see anyone responding to the posts in the forum and i dont see any updates to fix some of these bugs. I would love to help you guys.
I would like to autofill in an ID field with the corresponding ID from the mainpage.
Example: Table1: ID_table1, field1, field2
Table2: ID_table2, FK_ID_table1, field2
Now a list view of table2 is added to the view of table1. When pressing the button to add a new entry into table2 i would like to autofill in "FK_ID_table2" with the main page value for "ID_table1"
This error comes up: Integrity constraint violation: 1052 Column 'ID_Veranstaltung' in order clause is ambiguous.
When addng a subpage to a mainpage and trying to filter for a specific field, i need to be able to specify the tablename. Otherwise i cant join three or more tables with identical coloumn names and filter by one of these coloumns.
I started a new project with a database on a remote machine with a non standard port for the database connection. I can load the database just fine phprad and edit the tables.
When i try to preview the project it wont load any table rows in any view. So i checked the config.php in the root folder and the port is not actually saved in the config file. When i edit it manually and preview in an external browser it works, but as soon as i edit something in phprad the config file get overwritten and the port is gone again.
It is not possible to provide the filtervalue for some reason. But this is only an issue for the sub page on an /add page. On /edit and / view i can choose a filtervalue.