-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Unable to read doc (Word 97) file #503
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
Comments
I'm having the same problem. |
I have this problem too. |
I have the same problem too. Your website say the same : http://www.devlez.com/demos/docWordExcel/vendor/phpoffice/phpword/samples/Sample_11_ReadWord97.php In OLERead class you forgot this atribute : protected $documentSummaryInformation = null ? Or $documentSummaryInformation is $docSummaryInfos ? What is the seter do ? |
Any advance for this error ? |
This bug is nearly one year old, and a one-line Pull Request has been submitted (#612). Is this project not maintained anymore? |
@alsciende This project is not dead. But we are for each PHPOffice project, one developer with a life and a work beside, so we work on issue on our free time. Poke @MarkBaker & @RomanSyroeshko |
I'm sorry I was rude. Your work is deeply appreciated and saves me a lot of headaches! I'm glad to know that the project is still being maintained and the bugs looked at. |
Wow, so many people here! 😄 I'll try to find some time for that this weekend. Thanks. |
Merged. Enjoy and have a nice weekend. |
The error was shown when I try to read .doc file
Undefined property: PhpOffice\PhpWord\Shared\OLERead::$documentSummaryInformation in D:\xampp\htdocs\seniorProjectFile\PHPWord\src\PhpWord\Reader\MsDoc.php on line 144
The text was updated successfully, but these errors were encountered: