tx_news exception when no tx_news is installed

Issue #14 resolved
Volker Kemeter created an issue

when there is no tx_news installed, the extension tries to add additional columns to the tx_news tca, which is not available.

i just fixed it localy in the tx_news_domain_model_news.php file with a is_null() condition on the tca array key of tx_news.

it would be nice to test if tx_news is available before installing the extension or adding mysql tables.

Comments (3)

  1. Frans Saris repo owner

    Hi Volker,

    tnx for your report. I have to check if it is possible to only add the sql if ext:news is installed. Not sure this is supported by core.

    gr. Frans

  2. Log in to comment