[TYPO3-english] Oracle & Typo3 + TV

Marek Bednar marek at lwmn.net
Wed Jul 29 10:09:20 CEST 2009


Well I tried various combinations, but none of it worked, probably I am
wrong,

 $TYPO3_CONF_VARS['EXTCONF']['dbal']['mapping'] = array(
    '"tx_templavoila_datastructure"."pid"' => 'tx_templavoila_ds.pid',
    'tx_templavoila_datastructure.pid' => 'tx_templavoila_ds.pid',
     'tx_templavoila_datastructure' => array(
        'mapTableName' => 'tx_templavoila_ds',
        'mapFieldNames' => array (
          'pid' => 'pid',
        ),
    ),
);


2009/7/29 Xavier Perseguers <typo3 at perseguers.ch>

> Hi Marek,
>
> > still when trying to assign a page Page Template Structure, I get
> > ORA-00904: "tx_templavoila_datastructure"."pid": invalid identifier This
> may
> > indicate a table defined in tables.php is not existing in the
> > database!ORA-00904: "tx_templavoila_datastructure"."pid": invalid
> identifier
> > This may indicate a table defined in tables.php is not existing in the
> > database!
> >
> > which confuses me, cause I have in localcong mapped
> > tx_templa....datastructure to tx_templa....ds
>
> Seems that your are missing a patch I made... I search for it... It is
> patch from bug #11119.
>
> Strange because it has been incorporated into Core. May I ask you to
> investigate a bit more with the patch I made? (take it from core list to
> be sure to have latest version).
>
> --
> Xavier Perseguers
> MVC ExtJS Samples Leader
>
> http://forge.typo3.org/projects/show/extension-mvc_extjs_samples
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list