Hello Experts,
An error occurred in PHP content grabbing. When I try to click submit button the registration part of my own webpage creation it doesn’t work but there are no error message maybe there is a coding error but I don’t know what is the specific problem. I hope you can give me a solution to resolve this issue.
Thank you.
An error occurred in php content grabbing
Hello Jayden,
The error that you are getting usually comes from the following code. You will need to therefore take a looking the code from these line, they are causing the error:
$new_customer = $customer->create();
//Grab customer ID
$customer_x = $new_customer->getByID();
In the above lines, a connection with a database is made, and the initial parameter cannot be resolved because it is unavailable.
Regards,
Nicke
Â