Gmail Confirmation link in PHP - HTTP error 500

I made a program where the user submits the registration form. Then it redirects to Gmail for confirmation. But when I click the Gmail’s confirmation link. It displays HTTP error 500.What should I do to fix the problem?

Hi @DevSite

Add following code to your .htaccess file in the root and check whether it shows any error.

php_value display_errors 1

1 Like

These 3 lines are already added to the htaccess file

# HTID:748323: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
php_value display_errors 1
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:748323:

what to do?

Then please try this tutorial

Please get into the habit of using code formatting for your log files here. Edit your question, select the text, and click the code button. Would you change that now? Thanks!

It will format like so:

php_value display_errors 1
1 Like