Helloadvanced - Security Settings …Static User Levels - user levels and permissions are defined in phpmaker2019 The encodings do not want to appear only in the formExample of a coding table phpmaker2018 Does not need permissions but phpmaker2019 need permissions:CREATE TABLE type_gender (
gender_id int(11) NOT NULL,
gender_name varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;Just the rest of the problem :
1- a word list It appears on all pages with its translator Example : ترميز الجنسية list
2- phpmaker2019 need permissions
If User Level Security is enabled, all tables should be protected, including lookup tables. Update your user level permission settings. (If v2018 allowed it, it is loophole which has been plugged.)
Thanks for the clarification
I gave him authority to search only
Now works successfully and transferred the project to an excellent Phpmaker2019
The “search” and “view” are two different permission. The “search” permission to be used to allow/disallow your end-users to use search panel in List Page and/or Advanced Search Page. The "view permission to be used to allow/disallow your end-users to view a single record in the View Page.
I had previously encountered the problem in phpmaker2019
The solution is above.
But it didn’t work with phpmaker2021
please help
Note that there is “Lookup” permission since v2020, make sure you have enabled “Lookup” permission for your lookup tables.
hello
Unfortunately, it does exist, but it does not work in the 2021 version
But it works successfully in ver 2020
If you are using Static User Level Permission, make sure that you have set up the Lookup Permission for the lookup tables in Advanced Security - User Levels → Static User Levels and re-generated all files.
If you are using Dynamic User Level Permission, login as the admin and set up the Lookup Permission for the lookup tables accordingly.
drop-down It does not even appear to the administrator
The strange thing is that the project works with phpmaker2020
And it does not work with phpmaker2021
Press F12 → Network, check the network response. Also enable debug mode (Tools → Advanced Settings → Debug). See if it gives you any hints.