Welcome Guest, Not a member yet? Register   Sign In
using base_url in errors/error_404.php
#7

[eluser]Abishek R Srikaanth[/eluser]
Thanks ur suggestion worked great.

From what I have understood with all the trial and error methods and also from the answer of vrencianz, the error pages have an instance of CI_Controller only if show_404 is called from within a Controller. With this instance one could achieve as described on the answer of vrencianz.

But in cases where the error pages are called implicitly without an instance of the controller (For example: when a controller is not found), the CI_Controller instance is not found in this case and therefore base_url would not work.

So the wisest solution would be to use the $_SERVER['SERVER_NAME'] instead of base_url in the error pages.

Thanks marcogmonteiro and vrencianz for the help in helping me understand how it actually works.


Messages In This Thread
using base_url in errors/error_404.php - by El Forum - 05-08-2012, 11:02 PM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 12:57 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 01:04 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 01:15 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 01:24 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 01:54 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 01:59 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 02:15 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 10:06 AM
using base_url in errors/error_404.php - by El Forum - 05-09-2012, 04:37 PM
using base_url in errors/error_404.php - by El Forum - 05-06-2013, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB