Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - bwalk

1
Suggestions / 'CheckDuplicate' behavior
Hello PHPRad Dev Team,
I would like to suggest a change to the behavior of the 'CheckDuplicate' feature.
Currently even just tabbing through a form field that has the 'CheckBehavior' feature TRUE will generate the 'Not available' validation error. I believe it would work better if it would only do the check on the field OnChange event.
As it is I am going to have to turn this potentially valuable feature off because my users will not know to avoid any field they do not intend to change. And they will not know which fields have this duplicate check enabled on.
Or maybe I just don't understand the reason why it is producing this error when this record is the only one with say, this email address.
Thanks
3
General Discussion / Re: Roles and Permissions
Update:
I converted my database from SQLite to mySQL and I did not have any issue setting up 'Role Permissions'. The table populated with the permission settings selected in PHPRad like you would expect and everything worked like you would expect.
So this seems to be a bug when using the SQLite database.
4
General Discussion / Roles and Permissions
Hello Group,
Newbie having trouble getting 'Roles and Permissions' to work.
I have 'Authentication' working nicely trying to take next step and get 'Roles and Permissions' working.
The 2 tables are created. Roles has 2 rows, Administrator and User. I have 2 users 1 in each role.
Role_Permissions table however is empty. Even if I select either 'Static' or 'Dynamic' permissions.
I was thinking after I made my selections for either 'Static' or 'Dynamic' the 'Role_Permissions' table would populate with those selections but I get nothing in that table.
I'm sure I'm just missing something stupid but I have spent way too much time trying to figure it out on my own already.
And help or direction would be appreciated.
Thanks
5
General Discussion / Re: Publishing Issue
I get a report stating that the following files were published. The 'user' file was the new table created.
I have not 'excluded' any files from publish.

C:/xampp/htdocs/test3/app/controllers/AccountController.php
C:/xampp/htdocs/test3/app/controllers/CustomerController.php
C:/xampp/htdocs/test3/app/controllers/HomeController.php
C:/xampp/htdocs/test3/app/controllers/IndexController.php
C:/xampp/htdocs/test3/app/controllers/PasswordmanagerController.php
C:/xampp/htdocs/test3/app/views/layouts/ajax_layout.php
C:/xampp/htdocs/test3/app/views/layouts/info_layout.php
C:/xampp/htdocs/test3/app/views/layouts/main_layout.php
C:/xampp/htdocs/test3/app/views/layouts/report_layout.php
C:/xampp/htdocs/test3/app/views/partials/account/edit.php
C:/xampp/htdocs/test3/app/views/partials/appfooter.php
C:/xampp/htdocs/test3/app/views/partials/appheader.php
C:/xampp/htdocs/test3/app/views/partials/customer/add.php
C:/xampp/htdocs/test3/app/views/partials/customer/edit.php
C:/xampp/htdocs/test3/app/views/partials/customer/list.php
C:/xampp/htdocs/test3/app/views/partials/customer/view.php
C:/xampp/htdocs/test3/app/views/partials/home/index.php
C:/xampp/htdocs/test3/app/views/partials/index/index.php
C:/xampp/htdocs/test3/app/views/partials/index/login.php
C:/xampp/htdocs/test3/app/views/partials/user/add.php
C:/xampp/htdocs/test3/app/views/partials/user/edit.php
C:/xampp/htdocs/test3/app/views/partials/user/list.php
C:/xampp/htdocs/test3/app/views/partials/user/view.php
C:/xampp/htdocs/test3/assets/css/bootstrap-theme-pulse-blue.css
C:/xampp/htdocs/test3/assets/css/custom-style.css
C:/xampp/htdocs/test3/assets/js/page-scripts.js
C:/xampp/htdocs/test3/assets/js/plugins-init.js
C:/xampp/htdocs/test3/config.php
C:/xampp/htdocs/test3/helpers/Html.php
C:/xampp/htdocs/test3/helpers/Menu.php
C:/xampp/htdocs/test3/libs/ACL.php
6
General Discussion / Re: 0 duclipate numeric
Hello DDiaz,
I am brand spanking new to PHPRad but not to app dev. PHPRad may have a better way to handle this but here is how I would handle that case.
Unique index is out since you need to duplicate zeros.
In the 'Before Insert' table event I would check the table for that value. if found notify the user and redirect or create a new value and check again.
If not found proceed with the insert.
Just my 2 cents hope it gives you some ideas.
7
General Discussion / Publishing Issue
Hello Group,
After a successful installation and setup, a few days of exploring and now creating a second table my PHPRad will no longer 'Publish'.
I created a 'user' table and setup 'authentication' but these would not 'Publish' in order to be viewed.
Each time I hit 'Preview' I am told the project needs to be 'Published', I say OK and and then informed that the project is published successfully. But nothing is then displayed. If I go back to say 'Pages' then 'Preview' again I am told once again the project needs to be published and this same thing is repeated over and over again.
If I go up to the 'Preview in Browser' button I see my old home page without the new file and no login page.
I don't know what else to do, I'm stuck at this point.
Any help is appreciated, thanks.
9
General Discussion / Re: Form Editing
Makes sense, I have already carried out that instruction on my own (re-created the project). I will be careful not to do that again!
Thank you.
10
General Discussion / Super Express Support
Hello All,
I cannot find any documentation listing the differences between 'Express Support' and 'Super Express Support'.
Anyone here know what the differences are?
Thanks
11
General Discussion / Re: Form Editing
I added a 'New Section Row' then 2 'CustomerEditForm' components. sized col-md-6. that is the only property I changed

Section-Row-container
   col
      A header                        From here and above are delete-able
Section-Row-container        From here and below are not delete-able
   col-md-6
      CustomerEditForm
Section-Row-container
   col-md-6
      CustomerEditForm
   col-md-6
      CustomerEditForm
12
General Discussion / Form Editing
Hello All,
I am a brand new user to this platform and I think I have caused myself an issue.
While playing around with a form (edit) I added some components but now I cannot delete them. The red X is grayed out. I'm trying to get back to the default.
I made a brief video that shows my condition. The Forum software would not allow me to upload my video:
There was a problem during the uploading of 2020-06-05_12-28-46.mp4.
The upload directory is full. Please contact an administrator about this problem.

Any direction is appreciated.
Thanks