Odd behavior (two different vhost)
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
Firebug tell you anything?