Details
-
Type:
Sub-task
-
Status: Unverified Fix (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: ACP
-
Labels:None
-
Environment:PHP 5.3.1, MSSQL 2008 SP1, Windows 7, Chrome 5.0.342.9
-
GitHub Pull Request URL:
Description
When using the mssqlnative DBAL on 3.0.7-PL1 it is not possible to create a custom profile field. The following notice is displayed;
[phpBB Debug] PHP Notice: in file /includes/acp/acp_profile.php on line 1621: Undefined variable: sql
This error can be resolved by inserting the following code on line 1483 of acp_profile.php;
case 'mssqlnative':