Welcome Guest, Not a member yet? Register   Sign In
Need help to work the CodeIgniter Tutorial
#5

[eluser]Unknown[/eluser]
Hi Guys,

Newbie.

So my issue is somewhat similar.

Env - Windows 7/Xampp/CodeIgnitor2.1.3/
Aim - To get the CommunityAuth module to work.
Done - Updated Config File with encryption key and configured the database.php
Status - I am able to access the static page i.e. index view of Community Auth module.
Test Action - Initiate the auto installer for Community Auth (http://localhost/CommunityAuth/init)
Expected Result - Expected the data tables to be created in the Database set
Actual Result - Getting a Object Not Found general redirect to Xampp start page (that's right even the custom 404 page is not displayed)

Code- route.php
Code:
$route['init'] = 'init/index';
$route['default_controller'] = 'static_pages';
$route['404_override']       = 'custom_error_page/error_404';

Log Analysis -
Code:
DEBUG - 2013-03-09 22:15:06 --> Config Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Hooks Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Utf8 Class Initialized
DEBUG - 2013-03-09 22:15:06 --> UTF-8 Support Enabled
DEBUG - 2013-03-09 22:15:06 --> URI Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Router Class Initialized
DEBUG - 2013-03-09 22:15:06 --> No URI present. Default controller set.
DEBUG - 2013-03-09 22:15:06 --> Output Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Security Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Input Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Global POST and COOKIE data sanitized
DEBUG - 2013-03-09 22:15:06 --> Language Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Loader Class Initialized
DEBUG - 2013-03-09 22:15:06 --> Config file loaded: application/config/db_tables.php
DEBUG - 2013-03-09 22:15:06 --> Config file loaded: application/config/authentication.php
DEBUG - 2013-03-09 22:15:06 --> Config file loaded: application/config/google_analytics.php
DEBUG - 2013-03-09 22:15:06 --> Helper loaded: html_helper
DEBUG - 2013-03-09 22:15:06 --> Helper loaded: url_helper
DEBUG - 2013-03-09 22:15:06 --> Helper loaded: form_helper
DEBUG - 2013-03-09 22:15:06 --> Helper loaded: cookie_helper
DEBUG - 2013-03-09 22:15:06 --> Database Driver Class Initialized
DEBUG - 2013-03-09 22:15:07 --> Session Class Initialized
DEBUG - 2013-03-09 22:15:07 --> Helper loaded: string_helper
DEBUG - 2013-03-09 22:15:07 --> Encrypt Class Initialized
DEBUG - 2013-03-09 22:15:07 --> A session cookie was not found.
DEBUG - 2013-03-09 22:15:07 --> Session routines successfully run
DEBUG - 2013-03-09 22:15:07 --> Model Class Initialized
DEBUG - 2013-03-09 22:15:07 --> Model Class Initialized
DEBUG - 2013-03-09 22:15:07 --> Controller Class Initialized
DEBUG - 2013-03-09 22:15:07 --> File loaded: application/views/static_pages/home.php
DEBUG - 2013-03-09 22:15:07 --> File loaded: application/views/templates/main_template.php
DEBUG - 2013-03-09 22:15:07 --> Final output sent to browser
DEBUG - 2013-03-09 22:15:07 --> Total execution time: 1.1099

Where am I wrong? Why is it that I am not able to get anything other than the static page set by default?


Messages In This Thread
Need help to work the CodeIgniter Tutorial - by El Forum - 03-08-2013, 01:44 AM
Need help to work the CodeIgniter Tutorial - by El Forum - 03-08-2013, 12:59 PM
Need help to work the CodeIgniter Tutorial - by El Forum - 03-09-2013, 09:12 AM
Need help to work the CodeIgniter Tutorial - by El Forum - 03-09-2013, 11:38 AM
Need help to work the CodeIgniter Tutorial - by El Forum - 03-09-2013, 11:42 PM
Need help to work the CodeIgniter Tutorial - by El Forum - 03-10-2013, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB