the problem appears in the log:
"HttpUtils2Service is declared twice. You should either remove the library reference or the code module."
because I have added the BCTextEngine
What is the solution when I want to add a file download feature and display it with a progressbar in the news details that I created using the BCTextEngine?
Change the name of HttpJob / HttpUtils2Service to MyHttpJob / MyHttpUtils2Service. You will need to make a few modifications to the code so the modules will call each other and not the original ones.