I've recently updated from an apparently corrupted version of PGV to version 4.2.4. One new behavior is that I'm getting a redirect loop, preventing me from viewing the site in SSL.
One thing I've tried is commenting out the line that sets $SERVER_URL in config.php and that seems to be working.
My question is this: are there dire consequences for not having set $SERVER_URL in the code?
Thanks,
Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You should be running 4.3.0 (the "SVN") version. Download instructions and how to upgrade are contained in the Help topic just below this one (the "404 Error" topic). Just download the ZIP file, extract the whole phpGedView directory, and replace what's on your server. Delete any modules you don't plan to use.
The $SERVER_URL entry in the config.php file should be empty. When this line is missing from the config.php file, PGV takes the same action that is taken when the entry is empty.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi:
I've recently updated from an apparently corrupted version of PGV to version 4.2.4. One new behavior is that I'm getting a redirect loop, preventing me from viewing the site in SSL.
One thing I've tried is commenting out the line that sets $SERVER_URL in config.php and that seems to be working.
My question is this: are there dire consequences for not having set $SERVER_URL in the code?
Thanks,
Greg
By the way, I updated from 4.1.5.
Thanks,
Greg
You should be running 4.3.0 (the "SVN") version. Download instructions and how to upgrade are contained in the Help topic just below this one (the "404 Error" topic). Just download the ZIP file, extract the whole phpGedView directory, and replace what's on your server. Delete any modules you don't plan to use.
The $SERVER_URL entry in the config.php file should be empty. When this line is missing from the config.php file, PGV takes the same action that is taken when the entry is empty.