Scriptcase generate source code

The system is stuck during the generation process. Nothing works anymore!

Hi, did you get this fixed?
Im having the same trouble

here’s what fixed it for me:

*To solve this general problem in Scriptcase 10, you must assign high values ​​in the php.ini file of the installation so that the server has the necessary power and time to process the compilation of the entire project.

Recommended values ​​for php.ini: Modify your PHP configuration file with the following minimum parameters:

  • max_execution_time = 3600 (Allows up to one hour of contiguous processing).
  • max_input_time = 3600 (Prevents the server from interrupting the reception of large data).
  • memory_limit = 1024M (Allocates 1 GB of RAM for compilation).
  • post_max_size = 512M (Allows sending large data packets to the server).
  • upload_max_filesize = 512M (Essential requirement to match the size of the POST).*