User tests: Successful: Unsuccessful:
When installing a component via discover_install the correspondent entry in table #__assets is not created.
How to reproduce the problem and/or test the patch::
Install any component that creates an asset entry on normal install via discover install and check whether there is an entry for that component in #__assets.
Fixes http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30198
@betweenbrain it happens with any component, but I can give you a script I just did for trying it with the latest version of JCE (to place everything into place before doing the discovery)
Uncompress JCE in folder tmp/com_jce_2341 and execute this from Joomla's root folder:
cp -r tmp/com_jce_2341/administrator/components/com_jce/ administrator/components/
cp -r tmp/com_jce_2341/administrator/language/en-GB/* administrator/language/en-GB/
cp -r tmp/com_jce_2341/components/com_jce/ components/
cp tmp/com_jce_2341/install.script.php administrator/components/com_jce/
cp tmp/com_jce_2341/jce.xml administrator/components/com_jce/
cp tmp/com_jce_2341/legacy.xml administrator/components/com_jce/
cp tmp/com_jce_2341/language/en-GB/* language/en-GB/
cp -r tmp/com_jce_2341/packages/editor plugins/editors/jce
cp -r tmp/com_jce_2341/packages/module/ administrator/modules/mod_jcefilebrowser
cp -r tmp/com_jce_2341/packages/quickicon/ plugins/quickicon/jcefilebrowser
Update: I just noticed I left media folders out of the equation, but the component installs fine
Labels |
Removed:
?
|
Status | New | ⇒ | Pending |
Category | ⇒ | Installation |
Title |
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-17 15:53:20 |