-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Inventory system doesn't create the word document #1403
Comments
you must be using an old version of PHPWord. This class was renamed some time ago. |
thank you a lot! now i have to change almost everything but for sure it's going to work! 😄 |
@troosan I have a question, it's possible to change my old phpword folder with the new (yeah it is but..) without touching my code in that folder? cuz' it would be a problem doing all of it again.. hope you asnwer me soon. meanwhile I'll change it one by one not touching my code (i have a long time without programming so I'm learning again) hehehe. Thank you! |
@carlosvr90 I don't know which version you were using before and how you were loading the dependencies, but the standard way to do so now is through Composer. I hope you won't have to rewrite your whole application! |
I`m trying to make this system to make a word archive and save it.. but at first it said that string was a special character.. so i just change it from:
"use PhpOffice\PhpWord\Shared\String;"
to "use PhpOffice\PhpWord\Shared\String as POString;"
and i changed it too when the string was.. so i press to get the word file but it doesn't work.. just throw me this:
(proveedores means providers in spanish) just a name.
any clue?
The text was updated successfully, but these errors were encountered: