Urgent help needed: after production problem

Hi everyone,

I have deployed and uploaded and unzipped the same project in their respective directories in my server:

  1. www.xxxxxxx.com/past
  2. www.xxxxxxx.com/present

For each i launched the production routine by typing the above in the browser. I provided info as required; each project’s connection name was conn_mysql, however, each was linked to a different db, bdpast and dbpresent.

To my surprise both applications when run, gives me data from the same db(dbpresent).

Help please.

A simple solution is: rename your connections according to database name …

ok let me try it.

Do I need to set the conn for each individual app?