-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site crashes #398
Comments
Can you share your template ? Are you using the latest version of docxtemplater ? |
I think there could be one way that this is in an infinite loop : In the case that there is an opening tag I could add some robustness by throwing an exception in that case, but can you share your template, it could be that the parsing is just not done correctly in all cases ? |
Any update on this ? @tobiasBlaser |
I have just published a fix in version 3.6.3 that should handle this case without looping infinitely (an error will be thrown now). Let me know if that works. I'm closing it for now. |
Hey @edi9999
|
Oh, now I get it. The issue comes from the line :
that you have added. What you were doing in your code is to replace the file |
Is this part ok?
because i get this error now:
|
It should be like this :
|
Everything works now! Thank you. |
Hi,
The things I know are:
The text was updated successfully, but these errors were encountered: