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"));
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
(fixed)
on 09.20.10
by nate
- owner was changed to nate
- status was changed to closed
- resolution was changed to fixed