Closed dawnbreak closed 8 years ago
Please check commit f07143428387f7095e88b36b59ead03c78cb0e01
That error is gone, but another one appears:
exec_SELECTquery caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery ERROR Unknown column 'tx_odsosm_lat' in 'field list' lastBuiltQuery SELECT tx_odsosm_lat AS lat,tx_odsosm_lon AS lon FROM tt_address WHERE uid=2 debug_backtrace require(typo3conf/ext/ods_osm/wizard/index.php),typo3_62/typo3/mod.php#32 // tx_odsosm_wizard->main#122 // tx_odsosm_wizard->moduleContent#32 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTquery#69 // TYPO3\CMS\Core\Database\DatabaseConnection->debug#305 Uncaught TYPO3 Exception 1: PHP Warning: Illegal string offset 'mode' in /srv/.../typo3conf/ext/ods_osm/wizard/index.php line 97
Sorry, forgotten one line to change .. I've amended the las commit
Two more unfortunately :-(
TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Illegal string offset 'mode'", "/srv/.../typo3conf/ext/ods_osm/wizard/index.php", 97, array) /srv/.../typo3conf/ext/ods_osm/wizard/index.php: 00097: '.$library->getMapBE($layers,$this->P['params']['mode'],$row['lat'],$row['lon'],$row['zoom'],$this->doc).'
And the other is when I edit the lon/lat of the osm plugin (tt_content uid=3). lon/lat are in the Flexform of the CE.
exec_SELECTquery caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery ERROR Unknown column 'lon' in 'field list' lastBuiltQuery SELECT lon AS lon, lat AS lat FROM tt_content WHERE uid=3 debug_backtrace require(typo3conf/ext/ods_osm/wizard/index.php),typo3_62/typo3/mod.php#32 // tx_odsosm_wizard->main#122 // tx_odsosm_wizard->moduleContent#32 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTquery#69 // TYPO3\CMS\Core\Database\DatabaseConnection->debug#305
Hm, your PHP settings seems to be harder then mine :-) Fixed in commit c9ba1c68e11f242255d68b9f46d8da42f55d09d1 and 0f4b05cb82e204c10e31195467f585b7ce0da3ec
In TYPO3 6.2 I get following error when I click on the search coordinate button:
In 7.6 there is no such problem.