This is my steps:
- extract a fresh CI 1.7.1 (or 1.7.2) to local server and change the base url to respect my installation dir
- hit a base url:<a href="http://localhost/ci_test/">http://localhost/ci_test/</a>
- output: welcome message with correct elapsed time (eg. Page rendered in 0.0157 seconds)
- extract a fresh Modular Separation 11 (or 12) and put MY_Loader.php and MY_Router.php in application/libraries
- hit a base url:<a href="http://localhost/ci_test/">http://localhost/ci_test/</a>
- output: welcome message with incorrect elapsed time (at the bottom: Page rendered in {elapsed_time} seconds)
Did anyone have a same problem with me?
I have same problem… on clean 1.7.2 installation