Ticket Details

Li3_docs Wiki some bug

BUG Ticket (closed)

###What happened:
After read and do as [http://rad-dev.org/li3_docs](http://rad-dev.org/li3_docs), i got some error :<br />

Catchable fatal error: Argument 2 passed to lithium\core\Libraries::add() must be an<br /> array, string given, called in ../app/config/bootstrap/libraries.php on line 56 <br />
and defined in ../libraries/lithium/core/Libraries.php on line 216

###What was expected:

Change on wiki page instalation li3_docs<br /><br />

Libraries::add('plugin', 'li3_docs'); 

change to :<br />

$plugins = LITHIUM_APP_PATH.'/libraries/plugins';

Libraries::add('li3_docs', array('path' => "{$plugins}/li3_docs"));

on 03.13.10 reported by: yoodey owned by: nate

Updates

on 03.13.10 by yoodey
  • description was changed
on 03.13.10 by yoodey
  • description was changed
on 05.02.10 by alkemann
the installation of the plugin works as described, if you wish to store the plugin somewhere else, and the 'path' option is not working, post a bug ticket on the Libraries class instead
(fixed) on 09.20.10 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
Updated home wiki page to point users to the libraries directory. Thanks for the suggestion.