I have created and published an application, with files in local server.
In localhost, allows me to properly configure the production environment with: http://localhost/myapp/_lib/prod/lib/php/?login
I uploaded the whole application to unix web-server by ftp. I changed the permissions of all _lib (folder, subfolders and files) to 777.
I try to enter configure the production environment on the web, through the url:
http://mysite/_lib/prod/
and redirects me to:
http://mysite/_lib/prod/lib/php/?login
leaving the screen blank.
I find as I get the login screen comes up, because for more I try the screen goes blank. What should I do?
Thanks in advance