[TYPO3-english] Problem with External Data Import ext

François Suter fsu-lists at cobweb.ch
Thu Mar 17 18:05:01 CET 2011


Hi Tonyo,

> That's it. After all this configuration, I launched the import process and
> had a successful message "3 new records were imported"
> Unfortunately, I have nothing in the database.
>
> In "developer log", In the "New IDs" line, I have nothing, so I presume it's
> normal to have nothing imported...

I stumbled on such an issue too recently. I'm afraid there's a bug in 
the latest version of external_import which always disables TCEmain 
logging. So what's probably happening is that you have errors, but you 
don't see them.

Try adding:

'disableLog' => FALSE

inside your "ctrl""external" configuration.

> $TCA['tx_dklikmfsiinfosfruitieres_element']['ctrl']['external'] = array(
> 0 => array(
> 	...
> )
> );

If that doesn't help, go into the source code and edit 
class.tx_externalimport_importer.php. Find line 924:

$tce->enableLogging = !$disableLogging;

and replace it with:

$tce->enableLogging = TRUE;

I'm planning to come up with a fixed version very soon.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-english mailing list