Note that there are some explanatory texts on larger screens.

plurals
  1. POJoomla 3: How to uninstall module from a package?
    primarykey
    data
    text
    <p>In my package, I have a module and a plugin. When I uninstall a package from the <code>Extension Manager</code>, the plugin gets uninstalled but the module remains there. Also the package entry gets removed from the <code>Extension Manager</code>. Then I have to manually uninstall the module. I get the following messages:</p> <pre><code>Warning Attempting to uninstall unknown extension from package. This extension may have already been removed earlier. Message Uninstalling package was successful. </code></pre> <p>How do I ensure the module gets uninstalled when I uninstall the package?</p> <p><strong>UPDATE:</strong></p> <p>My package manifest:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" ?&gt; &lt;extension type="package" version="3.0"&gt; &lt;name&gt;RR Test One Package&lt;/name&gt; &lt;author&gt;John Doe&lt;/author&gt; &lt;creationDate&gt;November 2013&lt;/creationDate&gt; &lt;packagename&gt;rr_test_one_package&lt;/packagename&gt; &lt;version&gt;1.0&lt;/version&gt; &lt;packager&gt;John Doe&lt;/packager&gt; &lt;description&gt;Lorem ipsum dolor sit amet.&lt;/description&gt; &lt;files folder="packages"&gt; &lt;file type="module" id="rr_test_one" client="site"&gt;mod_rr_test_one.zip&lt;/file&gt; &lt;file type="plugin" id="rr_test_one" group="content"&gt;plg_content_rr_test_one.zip&lt;/file&gt; &lt;/files&gt; &lt;/extension&gt; </code></pre> <p>I have <code>script.php</code> inside the plugin and module folders to make some updates to the database entries. The plugin uninstalls without the uninstall function when I uninstall the package. It's just not uninstalling the module. Do I need to have another <code>script.php</code> in the <code>packages</code> folder along with the package manifest and have the <code>uninstall</code> function in the script.php?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload