CRMx is a super-flexible micro-CRM system for personal, freelance and small businesses. It can be customized very quickly for Customer Relationship Management, Lead Management System, Project Management, To-Do List or any other usage due to its flexibility in customization and scalable code. CRMx allows unlimited users to work in the same or different environments very flexibly. CRMx works through a RESTful API which allows third-party services and other software to interact neatly. CRMx also has a User Access Control system (UAC) to define permissions for each user and have maximum control over the organization.
I am working REST API.
It works fine with method GET.
But method POST doesn't work. when I send the request via POST method it returns me 'default_layout.php'.
I have a similar issue. I made a default installation and edited the config file. But no database tables are created, and I also get only a white page with the hint _defaultlayout.php.
I am working REST API. It works fine with method GET. But method POST doesn't work. when I send the request via POST method it returns me 'default_layout.php'.
What is the solution for this???????????????