An error occurred in php content grabbing

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 10 points N/A #181252

An error occurred in php content grabbing

qa-featured

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

 

Related Questions