Menu

#61 problem installing in internet server

v2.2.2
open
None
1
2015-04-13
2014-07-29
Anonymous
No

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.

Discussion

  • Mayooran

    Mayooran - 2014-08-24

    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",
    "
    ".$this->lang->line($controller_name.'_new')."
    ",
    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.

     
  • Mayooran

    Mayooran - 2014-08-24

    The problem I have experienced is similar to the following:

    http://infopotato.com/blog/index/path_info

     
  • Anonymous

    Anonymous - 2015-04-13
    Post awaiting moderation.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.