joomla-cms / libraries / cms / installer / adapter / plugin.php on line 371 is missing an error message. I stumbled over this after an failed plugin installation:
// Copy all necessary files
if ($this->parent->parseFiles($xml->files, -1, $this->oldFiles) === false)
{
// Install failed, roll back changes
$this->parent->abort();
return false;
}
Category | ⇒ | Installation Libraries |
Priority | Medium | ⇒ | Low |
Status | New | ⇒ | Information Required |
I'm sorry i trashed that version and created a working on. But I think I pinned the Problem down. I think you get it, if you have empty folders in the 1st level of the extension, for example in a component if you got empty folders in the site or admin folder. Because I was able to reproduce the error with a component recently.
If you can't reproduce it with this I'm gonna try to break it another time ;)
Ok, I am going to close this issue right now. Feel free to open another one anytime. Thanks!
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Set to "closed" on behalf of @vdespa by The JTracker Application at issues.joomla.org
Status | Information Required | ⇒ | Closed - Unconfirmed Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-23 18:20:18 |
Labels |
Added:
?
|
Is it possible to provide a plugin which fails installation so that we can easily replicate the issue? Thanks.
This comment was created with the J!Tracker Application at http://issues.joomla.org/.