Skip to content

How to fix Joomla flagging custom component/module as potentially incompatible #36743

Answered by richard67
Chaosxmk asked this question in Q&A
Discussion options

You must be logged in to vote

Your extension has to support the Joomla update system and so have an update site, and the extension XML has to contain the right <targetplatform> tag, that's all.

Details about tha XML file and the targetplaform tag you can find here: https://docs.joomla.org/Deploying_an_Update_Server

The pre-update checker only check that targetplatform tag of the extension (details) XML, nothing else. It does not do any checks of local code and does not check any local manifest XML files.

I hope my answer helps. If it answrs your question, please mark my answer so people can see the question was answered. Thanks in advance.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Chaosxmk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants