set php ini error_reporting = E_ALL
install joomla using a SQL Server db as the main database
go to "users - manage"
users managment console
php warning as follow:
Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\joomla7sqlsrv\libraries\joomla\database\query\sqlsrv.php on line 394
php 7
sqlsrv extension 4.0 non thread safe
IIS 7
joomla 3.6
SQL Server 2014
And now? should we expect this to be fixed ?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-05 14:44:02 |
Closed_By | ⇒ | brianteeman |
This is because the JDatabaseQuerySqlsrv group function does not test if the $this->join array is empty before trying to use it.