Hi, I tried to covert few projects from v8 to v9 and small one was converted successfully, but 2 projects are with many applications it keeps saying internal server error:
[TABLE="class: nmTable, align: center, border: 0, cellpadding: 0, cellspacing: 0"]
[TR]
[TD="class: nmTableLine, colspan: 2"][IMG]http://127.0.0.1:9990/scriptcase/devel/conf/scriptcase/img/btnnew/crystal/nm_transparent.gif[/IMG][/TD]
[/TR]
[TR]
[TD="class: nmPageTitle, align: center"][B]MIGRATING SCRIPTCASE PROJECTS TO VERSION 9[/B][/TD]
[/TR]
[TR]
[TD="class: nmTableLine, colspan: 2"][IMG]http://127.0.0.1:9990/scriptcase/devel/conf/scriptcase/img/btnnew/crystal/nm_transparent.gif[/IMG][/TD]
[/TR]
[TR]
[TD][B]Migration phase...[/B]
- Migrating table - sc_tbapl 99%[/TD]
[/TR]
[TR]
[TD="class: nmTableLine, colspan: 2"][IMG]http://127.0.0.1:9990/scriptcase/devel/conf/scriptcase/img/btnnew/crystal/nm_transparent.gif[/IMG][/TD]
[/TR]
[TR]
[TD="align: center"] [/TD]
[/TR]
[/TABLE]
[h=1]Internal Server Error[/h] [SIZE=12px]The server encountered an internal error or misconfiguration and was unable to complete your request.[/SIZE]
[SIZE=12px]Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.[/SIZE]
[SIZE=12px]More information about this error may be available in the server error log.[/SIZE]
I yodated php.ini of sc9 and increased all max values, without luck…
this is the apache error log
[Fri Oct 27 01:54:41.049732 2017] [fcgid:warn] [pid 3172:tid 1048] (OS 109)The pipe has been ended. : [client 127.0.0.1:49724] mod_fcgid: get overlap result error, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 01:54:41.051242 2017] [fcgid:warn] [pid 3172:tid 1048] (OS 109)The pipe has been ended. : [client 127.0.0.1:49724] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 03:28:21.802791 2017] [fcgid:warn] [pid 3172:tid 1040] (OS 109)The pipe has been ended. : [client 127.0.0.1:49882] mod_fcgid: get overlap result error, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 03:28:21.803291 2017] [fcgid:warn] [pid 3172:tid 1040] (OS 109)The pipe has been ended. : [client 127.0.0.1:49882] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 15:39:06.051517 2017] [fcgid:warn] [pid 3172:tid 1052] [client 127.0.0.1:49930] mod_fcgid: read timeout from pipe, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 15:39:06.054511 2017] [fcgid:warn] [pid 3172:tid 1052] (138)Unknown error: [client 127.0.0.1:49930] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://127.0.0.1:9990/scriptcase/devel/conversor_v8_v9/conv_arqs.php
[Fri Oct 27 15:39:17.319789 2017] [fcgid:warn] [pid 3172:tid 500] mod_fcgid: process 1956 graceful kill fail, sending SIGKILL
Any hint?