Endless loop with my first SC deployment

Hi team,

this is my first SC test deployment and I’m facing endless loop to change default scriptcase password on destination server.
Destination server is on a VPS using Centos 6.7
Files are zipped then sent to destination folder by using STFP
by reading other posts, i changed _lib permissions to 777 but it does not work.
First screen appears saying to type “scriptcase” as a default password
I type my password twice on the second screen and …back to the first screen…
I downloaded the application 2 or 3 times to be sure there is no problem during the copy.

My config:
Workstation Windows 10 + scriptcase [SIZE=12px]8.1.029 + small application browsing a Mysql table (everything is OK locally)
Destination Server: VPS + CentOS 6.7 + Plesk 12.5 + Apache 2.2.15 + NGINX 1.9.4 + PHP 5.6.18

Any help would be greatly appreciated because 300 $ the license is quite expensive just for a loop :slight_smile:
Thanks
Phil[/SIZE]

Did you use the -R parameter to recurse the whole _lib tree (i.e. chmod -R 777) ?

yep, for sure :slight_smile:

ok , found the answer…
permissions were not accurate in the PHP session directory /var/lib/php/session
It works fine now…
Phil