Good morning, afternoon, night! I use PHPRad frequently and I like it a lot, I adopted an ally for the development of some systems. However, there are still some things to adjust. I wonder if the PHPRad died or if it is still alive. Is there any hope that we will have a new version soon? Thank you.
I am facing the same issue too. I think that if we can't resolve the issue by ourselves, from the developers we will never get a reply. I have contacted them more than 4-5 times last month and i never got a reply. Probably I will look for other solutions from other providers. Good luck!
I agree. I've been trying some solutions for months. I liked the tool for some things, however, basic things leave something to be desired. I came to think that there would be more updates with solutions for the BUG's, but that's not what happens. I'm looking for another tool to help.
@Douglas please your question is not clear enough.
what i wanted is that the fields for changing e-mail or login the user table (form of users accessing the system) does not happen the above questioned problem. The duplication check works normally.
@Douglas that is because the configuration for the AddPage and EditPage are tied together. Currently, the only solution is to hide, disable, make the field read-only, or avoid clicking on it when editing a record.
Understand! But how do I be similar to how user editing works for example!?!?!
I have a form with some fields and I enabled the option to check if the value is doubled in theirs. However, when I'm going to edit the record if I end up clicking inside the field and don't make the change in it, I can't save the change in the record. Here is a video to illustrate the case.
@Douglas I tested your project and I did not get the error you complained about. Please make sure that in your phprad file configuration the FileNameFormate is not set to OriginalFilename, if you want to use that please make sure you don't upload files with the same name.
Use Random String for the file name. I pray that I took all the precautions, however, I still don't know what could be happening. I made a quick video trying to get through what is happening and how I am doing it. I hope someone can help me. Thank you.
You have to delete the record using an id that is unique to it, like the auto-increment primary key.
Each register has a primary key and auto increment. When you delete a record, you end up deleting all files in the directory where the attachments of all other records are stored.
I have two records, each with an attachment each, when I delete a record, it ends up deleting the files from both records. How can I delete only the file related to the registry?