


progress bar stands still. Any ideas?



progress bar stands still. Any ideas?
If the problem persist try a manual update. In general the latest step is taking a lot of time.
for how long? why the progress bar does not change
Are you at a special ip address like 172.16.x.x (VPN) or 192.168.x.x (LAN) or so?
my ip in (LAN), server ip in (LAN)
I do not know how scriptcase gets the updates (this is protected code) so in order to find that out you should check the system logs. I suspect some port is blocked. For example if you are at a lan address and scriptcase is using ftp then it is possible that the files are not properly downloaded if PASV isnt used. The people at sc should be able to tell this.
Alternatively you can install a network sniffer and see what is going on and why it fails, but that becomes very techy tho.
If you wish to go this road then ther eare many sniffers e.g. at http://www.nirsoft.net/utils/smsniff.html or https://www.softperfect.com/products/networksniffer/
Solved
[QUOTE=rr;34748]I do not know how scriptcase gets the updates (this is protected code) so in order to find that out you should check the system logs. I suspect some port is blocked. For example if you are at a lan address and scriptcase is using ftp then it is possible that the files are not properly downloaded if PASV isnt used. The people at sc should be able to tell this.
Alternatively you can install a network sniffer and see what is going on and why it fails, but that becomes very techy tho.
If you wish to go this road then ther eare many sniffers e.g. at http://www.nirsoft.net/utils/smsniff.html or https://www.softperfect.com/products/networksniffer/[/QUOTE]
I ask you to modify the lines described below into your PHP configuration file.
max_execution_time change to 3600
max_input_vars change to 7000
post_max_size change to 512M
max_input_time change to 1024
memory_limit change 1024M
Save the changes and restart your Apache.