-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COPPA has to be enabled if Extended User Fields are set to display on Signup Page #4991
Labels
type: bug
A problem that should not be happening
Comments
The blank page is caused by a fatal error logged in the PHP error log:
|
Deltik
added a commit
to Deltik/e107
that referenced
this issue
Apr 16, 2023
10 tasks
#4993 should fix this bug. |
Thank you Deltik, #4993 does indeed fix it for me. No COPPA required now. |
CaMer0n
added a commit
that referenced
this issue
Apr 21, 2023
Fixes #4991: Improper array access in sc_signup_extended_user_fields
Jimmi08
pushed a commit
to hpkizi/e107
that referenced
this issue
Aug 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
If Extended User Fields are activated and set to display on Signup Page, then COPPA has to be enabled otherwise no Signup Page is displayed.
How to Reproduce
Steps to reproduce the behaviour:
Workaround
Enable use of COPPA, Signup Page now appears after selecting Yes to COPPA.
Server Information
PHP Operating System
Linux localhost 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
PHP Version
PHP Version 7.2.34
PHP Modules
bcmath
bz2
calendar
cgi-fcgi
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
imagick
imap
intl
ionCube Loader
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
soap
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
Client Information
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Additional Information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: