-
Bug
-
Resolution: Fixed
-
Blocker
-
3.0.8
-
None
-
Any using oracle db.
http://www.phpbb.com/bugs/modteamtools/62554
Look at the attached image, "invalid argument supplied for foreach()".
From includes/db/oracle.php starting at line 327.
$inserts = $vals[0];
|
unset($vals);
|
|
foreach ($inserts as $key => $value)
|
{
|
But the part where $vals is set is commented out making $inserts to be empty.
- was caused by solution of
-
PHPBB-9132 Oracle CLOB support is broken, preventing storage of long strings
- Closed