× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Use the “sql” form field type in config.xml only if the table exists

7 años 6 meses antes #1582 por Yiannis Christodoulou
Hi guys,

I developed an extension for Joomla!, and I have the below sql parameter field in my config.xml
<field name="include_categories_k2" type="sql" default="" label="Include K2 Cats" description="" query="SELECT id, name FROM #__k2_categories ORDER BY name" key_field="id" value_field="name" multiple="true" />

I got sql error because the K2 is not installed on a client's website. The problem is how to check if the table #__k2_categories exists first before getting data from there?

Ok, one solution is to create elements and check there if the component exists, but is there another simple solution to avoiding create custom elements?

Thank you.

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Tiempo de carga de la página: 0.045 segundos
Gracias a Foro Kunena

Utilizamos cookies propias y de terceros para mejorar nuestros servicios y mostrarle publicidad relacionada con sus preferencias mediante el análisis de sus hábitos de navegación. Si continua navegando, consideramos que acepta su uso.