I am currently working on a project which allow my users to use a mobile device to logged in their credentials using PHPMyAdmin. If credentials are correct, it will direct them to another screen. Moreover, my php code has successfully linked to the database and have tested that which can login successfully and direct them to another page.
I am using a localhost server, XAMPP as well. I have assembled my blocks and code. However, there's an error message:
Runtime Error: The arguments are the wrong number of arguments for ShowAlert
In the Web1.GotText event, the first Notifier1.ShowAlert hasn't been given an argument. You can either add the argument, or disable the block by right-clicking on it and clicking on "disable."
Hey @nishyanthkumar thanks for your respond. So unfortunately, I have disabled the Notifier1.ShowAlert, it still unable me to login and there were no error messages. So, I went to check the content of the responseContent by displaying through the ShowAlert notice. It displays me this. Is it normal? Here's a snapshot:
Your error message is incomplete
Also why are you using a Post request?
How does the server script look like?
And: let me suggest you to switch screens correctly, I.e. never use the open another screen block together with Screen1