Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Michael on Apr 20, 2009 08:13
open dhtmlx forum
libCompiler Hangs

When I run libCompiler, it creates the an export subfolder and then an img folder with all its contents...but then it just seems to hang with In Progress written in the pop-up window. The .js and .css files never get created.
Answer posted by Support on Apr 20, 2009 08:41
So far, there was no reports about similar problems, the code of libCompiler is not so complex - there is no anything except of file reading and string manipulation. 
Please try to change index.html in next way 
 locate next line 
<form action="get_files.php" target="generate_frame" method="POST">
and replace it as
<form action="get_files.php" target="_blank" method="POST">

It will make visible a PHP script output, so if any error occurs during processing ( somehow ) you will see error description.
Answer posted by Michael on Apr 20, 2009 11:10
I still can't get it to run locally but I was able to get it to run on the server.  Not sure what's going on locally, but as long as I can get it to run on the server I'm ok.  Thanks.