Bug #15840
closedError installing static_info_tables
0%
Description
When installing static_info_tables, the tables are created, but no data is imported.
The Message:
Warning: Invalid argument supplied for foreach() in D:\Web\dummy-4.0rc1\typo3\sysext\dbal\class.ux_t3lib_sqlengine.php on line 100
Warning: Invalid argument supplied for foreach() in D:\Web\dummy-4.0rc1\typo3\sysext\dbal\class.ux_t3lib_db.php on line 401
Warning: array_keys() [function.array-keys]: The first argument should be an array in D:\Web\dummy-4.0rc1\typo3\sysext\dbal\class.ux_t3lib_db.php on line 2479
Warning: implode() [function.implode]: Bad arguments. in D:\Web\dummy-4.0rc1\typo3\sysext\dbal\class.ux_t3lib_db.php on line 2479
(issue imported from #M2894)
Files
Updated by Karsten Dambekalns over 18 years ago
Some version numbers (TYPO3, DBAL) would have been cool...
The line numbers don't match in the current code, and I doubt this still is a problem...
Updated by Karsten Dambekalns over 18 years ago
I now tried it with the current code (which will be in RC2) and could install the needed tables just fine on PostgreSQL. I consider this fixed.