Since a few weeks the application in production reports many problems.
After investigating, I have detected in the call of some forms or grids is different when it is done in development to how it is done in production.
For example, when calling a grid, in developent http://dominio/grid1/
but in production is http://dominio/grid1/grid1.php, and this makes things is not working like: pass of parameters , advanced search, summary button, etc.
Do you know what could be happening?
thanks
UPDATE:
It seems to be that in production the file called is grid1.php and then index.php (like a loop) and in development the file called is index.php and then grid1.php (it works)
I’ve copied files from development to production for one appliation and it’s started to work (editing session variables first)
I’m completely lost…wainting for an answer from SC
WORKAROUND
Export and import the applications and it works fine