Odd behavior (two different vhost)

edited November 2011 in Bug Reports
Hello,
I wrote a few modules and they have no problems in localhost (MAMP)... moving files/db to a new host, the following problem appears:
the records of a modules are listed without problems and opening a record for update is fine but saving and listing back the whole thing becomes very very slow (like it hangs).

The suspect was mod_rewrite/htaccess but I removed the rewrite and set
$config['index_page'] = "index.php";
$config['uri_protocol'] = "AUTO";
but it's the same.
I dont' post the two phpinfo() because it's too long for you... perhaps you have some hints first.
Thanks for your time.

Comments

  • edited 5:05AM
    Try request_uri instead of auto. Usually works for me.

    Firebug tell you anything?
  • edited 5:05AM
    Nothing I noticed... I'm still investigating it (on a second remote host, it works without problem. It's something in the vhost configuration, I suppose).
Sign In or Register to comment.