Adding Database Queries to Include Actions Can Create a $_POST Variable - Then The Include Action Doesn't Execute

Wappler Version : 3.7.3
Operating System : Windows 10
Server Model: PHP
Database Type: MySQL
Hosting Type:

If you add a database query to an include action, the action should work okay afterwards.

Actual behavior

This isn’t always the case. Adding the database action can cause a $POST variable to be added to the Include action which then causes the action to no longer execute.

Create an include action.
Add a database query to the which causes a $_POST variable to be created.
Note that the include action is no longer executed when called.

Community Page
Last updated: