I have version 2.2.1 installed on a local server and it works perfectly, but to pass it on to an internet server, windows of creating and editing data do not work the home page appears. would need help to solve this thanks in advance.
I believe I have the same problem. When you have the default settings,
i.e:
$config['uri_protocol'] = 'AUTO';
The 'anchor' pages for add new item/customer/supplier/item_kit etc. will result in loading the default 'home' view.
The following is the code:
manage.php
When passing width:$form_width, the page is not loading, but if I remove that section then it loads.
Please help.
The problem I have experienced is similar to the following:
http://infopotato.com/blog/index/path_info
I believe I have the same problem. When you have the default settings,
i.e:
$config['uri_protocol'] = 'AUTO';
The 'anchor' pages for add new item/customer/supplier/item_kit etc. will result in loading the default 'home' view.
The following is the code:
manage.php
<?php echo anchor("$controller_name/view/-1/width:$form_width",
"
array('class'=>'thickbox none','title'=>$this->lang->line($controller_name.'_new')));
?>
When passing width:$form_width, the page is not loading, but if I remove that section then it loads.
Please help.
The problem I have experienced is similar to the following:
http://infopotato.com/blog/index/path_info