-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.9-RC1
-
Component/s: Installation system
-
Labels:None
-
Environment:Oracle 10g
The new table that was added for IP limitations on login is too long when attempting to install on Oracle. The following error is thrown:
SQL : CREATE INDEX phpb9_login_attempts_attempt_ip ON phpb9_login_attempts (attempt_ip, attempt_time)
ORA-00972: identifier is too long
The limit is 30 characters for Oracle.