I bought PHPRad Ver 2.73. in December 2020 and now version 4.0 is available. From where I can download the updated registered version as 12months update free. Haven't find any update version option in menu.
Today I downloaded the Ver 4.0 Setup file (zip) and when installing "McAfee Live safe " detected virus and setup file removed.
I have create a project in PHPRad IDE itself. The project name is "POSTMAN" at present has only one table called "pomdetail" and list page create for this table with option to "Import Data" (CSV). I am not calling any thing outside of PHPRAD IDE after publishing the project when I run the project in browser or in IDE I am getting the same error.
I will try with manually putting the "Token" detail as guided and will get back to you.
One more question Do I need to update manually every time when I made changes to "Project" and publish it or just once?
Thank you very much for your guidance. I found the csrfToken = '0b5137442259a507d5df64e9c0f17440' after checking the source code but not sure where I have to copy. In my project "Postman" I only have a list page and "Import" button there. I am trying to create a Dashboard site where user only has a option for import data(csv) and export reports.
Why I have to add manually CSRF Token and not taken care by IDE itself ?
Second query if the table is empty (no record) "Import" button does not display on page. If I want to add/import data very first time, how can I ?
I am a new bee and does not have good knowledge of PHP.
I am a new bee and playing around. I have a registered ver 2.7.3 and trying to import data (csv) and I am getting following error http://localhost/postman/pomdetail/import_data This error (HTTP 403 Forbidden) means that this program was able to connect to the website, but it does not have permission to view the webpage.