Welcome Guest, Not a member yet? Register   Sign In
Joomla & CI integration Problem: Duplicated data arrived
#4

[eluser]gowrav vishwakarma[/eluser]
Quote:2. CI Module Problem:
If i create a module and enable from Module Manager, then I have found an error like:

404 Page Not Found

The page you requested was not found.

This problem in both version and may be version 0.3 also.

This is a simple bug and will be solved in next release.. when you create a module its default comtroller is set to {modulename}.php. but some how the system is just not renaming welcome.php to {modulename}.php

solution :
see what default controller name is given in your omdules config/routes.php file at 56,57 line no.
Code:
$route['default_controller'] = "mod_your new module name should be here"; //this is the file name of your default controller should be
$route['404_override'] = '';

and then rename the welcome.php file in modules/{yourmodule}/controllers folder to that name .. thats it..


Messages In This Thread
Joomla & CI integration Problem: Duplicated data arrived - by El Forum - 04-20-2011, 10:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB