-
Sub-task
-
Resolution: Fixed
-
Major
-
3.0.7-PL1
-
None
-
PHP 5.3.1, MSSQL 2008 SP1, Windows 7, Chrome 5.0.342.9
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':
|