× 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 Jahre 4 Monate her #1582 von 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.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.113 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.