Group: Member
Post Group: Newbie
Posts: 8
Status:
W4C Technical Support Team
|
Hope this works for windows user especially Windows10 64 bit.
There is problem with the permission issue.
But in some extent there is execution problem in ampps panel, which Ampps shoud sort it out.
To ensure soft solution, you need to do this manually.
E:\Ampps\ampps\data\apps (Program Folder)
Open Properties --> Security Tab
Allow full control for administrative privileges or system admin or authenticated user
Now, open file 'apps' in editor in the E:\Ampps\ampps\data (see listing of apps below)
{
"1":{"aid":"1","name":"apache","version":"2.4.27","default":true},
"2":{"aid":"2","name":"mysql","version":"5.6.36","default":true},
"3":{"aid":"3","name":"php71","version":"7.1.2","default":true},
"4":{"aid":"4","name":"php70","version":"7.0.16","default":false},
"5":{"aid":"5","name":"php56","version":"5.6.31","default":false},
"6":{"aid":"6","name":"php55","version":"5.5.45","default":false},
"7":{"aid":"7","name":"php54","version":"5.4.45","default":false},
"8":{"aid":"8","name":"php53","version":"5.3.29","default":false},
"9":{"aid":"9","name":"mongodb","version":"3.4.1","default":false},
"10":{"aid":"10","name":"python","version":"3.6.1","default":false},
"11":{"aid":"11","name":"perl","version":"5.24.0","default":false},
"12":{"aid":"12","name":"ftp","version":"5.20.0","default":false}}
Just change the default value "true" to desired app/version and other app/version to "false"
For every change of app version, this is to be done. It should be good for any person working for the project working on same app/version and not for 'often' swapping the versions.
|