Create New Connection (Database list disablled and shows Loading...)

Hi guys,

I upgrade my app with v8.1 and uploaded on server,
tried to create new connection but I can’t select the database name
when I click on test it save the connection
but database field still disabled and showing Loading CAN’T CLICK

please help
using php v5.3.29
msql v5.5

I’ve had this problem occur depending on the server I was deploying for. Once I deployed to a local machine with a different version of PHP just so that I could get around this problem.

But lately this is happening to me all the time too. Thankfully I have old deployments that I can copy the connections over from.

I’m running PHP Version 5.6.8 and MySQL 5.0.11.

Edit: Also on v8.1

whats the file name and where is located so I can copy like you did.
please reply.

Last time I did it, I replaced the conf and prod folder in my _lib folder.

I’m pretty sure only replacing the conf folder will work though.

[QUOTE=wizcpom;40866]Last time I did it, I replaced the conf and prod folder in my _lib folder.

I’m pretty sure only replacing the conf folder will work though.[/QUOTE]

awesome!!! heeYaaa
I just replaced _/lib/conf/prod.config.php file and works like charm

Regards
Ahmer

Attention: if you do that, make sure that the directory _lib/tmp persists in the old project folder, since there continue the session files are stored …

had the same problem , it could be an older php version in a new environment. Is there production environment check / diagnostics similar to the development environment?

just curious - is there any intention in putting two dots in a filename ?