Blank white page after submitting registration Blank white page after submitting registration
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Blank white page after submitting registration

Started by edpaffjr, December 22, 2011, 09:26:19 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

edpaffjr

After upgrading from v1.3.x our registration form goes to blank white page after clicking the "submit registration" button.

http://www.oarsa.org/photos/register.php

edpaffjr

I should add that the registration process is not completing either. I wasn't aware of the issue until today, and I haven't had a user registered since Nov 9th. Often I get multiple registrations in a single day.

Joe Carver

If you have followed the steps for upgrading from 1.3.x - 1.5.x on the documentation package, then;

1) Run versioncheck to confirm that you have successfully uploaded all cpg 1.5.16 files.

2) Try removing your custom header + footer for a test.

Moving topic to Upgrading

edpaffjr

Removing the custom header and footer does fix the problem. Thanks for the tip, as I hadn't thought about doing that to see if it would help.

It seems that between a mysql database call that was being made and some extra php variables that were being set that I didn't need, something was causing the registration process to fail. After reworking my code a bit, I think I have it fixed.

Thanks again.