Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Debug Bar
#6

I think you can't overwrite core libaries with 'third-party' directory.

In the CI 3 doc :
Quote:Replacing Native Libraries with Your Versions
Simply by naming your class files identically to a native library will cause CodeIgniter to use it instead of the native one. To use this feature you must name the file and the class declaration exactly the same as the native library. For example, to replace the native Email library you’ll create a file named application/libraries/Email.php
http://www.codeigniter.com/userguide3/ge...aries.html

I had the same problem and rewrite my library profiler in application/libraries/Profiler.php. Now, everything works fine.
Reply


Messages In This Thread
CodeIgniter Debug Bar - by Tan5en5 - 12-01-2014, 04:16 AM
RE: CodeIgniter Debug Bar - by pixel - 12-02-2014, 04:05 PM
RE: CodeIgniter Debug Bar - by Tan5en5 - 12-03-2014, 02:40 AM
RE: CodeIgniter Debug Bar - by _this - 12-09-2014, 05:09 AM
RE: CodeIgniter Debug Bar - by stefanv - 02-17-2015, 02:51 PM
RE: CodeIgniter Debug Bar - by Tan5en5 - 04-14-2015, 07:59 AM
RE: CodeIgniter Debug Bar - by sotavento - 03-18-2015, 01:42 AM
RE: CodeIgniter Debug Bar - by stefanv - 04-14-2015, 10:49 AM
RE: CodeIgniter Debug Bar - by stefanv - 04-14-2015, 12:02 PM
RE: CodeIgniter Debug Bar - by kenjis - 05-14-2015, 07:47 PM
RE: CodeIgniter Debug Bar - by kenjis - 05-14-2015, 09:34 PM
RE: CodeIgniter Debug Bar - by kenjis - 05-15-2015, 05:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB