[eluser]Unknown[/eluser]
Hi Timothy,
I have some issue with this library. Just downloaded fresh CI 2.1.0, added your library, import plugin.sql and get lots of error's:
Code:
A PHP Error was encountered
Severity: Notice
Message: Object of class Welcome could not be converted to int
Filename: libraries/Plugins.php
Line Number: 60
Code:
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: libraries/Plugins.php
Line Number: 62
Code:
Fatal error: Call to a member function database() on a non-object in \application\libraries\Plugins.php on line 62
Here is autoload:
Code:
$autoload['libraries'] = array('database','plugins');