Skip to content
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

Uncaught exception #509

Open
clarkk opened this issue Mar 22, 2015 · 2 comments
Open

Uncaught exception #509

clarkk opened this issue Mar 22, 2015 · 2 comments

Comments

@clarkk
Copy link

clarkk commented Mar 22, 2015

http:https://www.filedropper.com/test_37

require_once Ini::get('path/class').'/third-party/phpword/Autoloader.php';
PhpOffice\PhpWord\Autoloader::register();
PhpOffice\PhpWord\Settings::setPdfRendererPath(Ini::get('path/class').'/third-party/tcpdf');
PhpOffice\PhpWord\Settings::setPdfRendererName('TCPDF');
$word = PhpOffice\PhpWord\IOFactory::load('/root/test.docx');
$writer = PhpOffice\PhpWord\IOFactory::createWriter($word, 'PDF');
$writer->save('/root/output.pdf');

PHP Fatal error: Uncaught exception 'PhpOffice\PhpWord\Exception\Exception' with message 'Cannot find archive file.' in /var/www/class/third-party/phpword/Shared/XMLReader.php:54
Stack trace:
#0 /var/www/class/third-party/phpword/Reader/Word2007.php(144): PhpOffice\PhpWord\Shared\XMLReader->getDomFromZip('/root/test.docx', '_rels/.rels')
#1 /var/www/class/third-party/phpword/Reader/Word2007.php(109): PhpOffice\PhpWord\Reader\Word2007->getRels('/root/test.docx', '_rels/.rels')
#2 /var/www/class/third-party/phpword/Reader/Word2007.php(42): PhpOffice\PhpWord\Reader\Word2007->readRelationships('/root/test.docx')
#3 /var/www/class/third-party/phpword/IOFactory.php(73): PhpOffice\PhpWord\Reader\Word2007->load('/root/test.docx')
#4 /var/www/class/Cronjob_test.php(28): PhpOffice\PhpWord\IOFactory::load('/root/test.docx')
#5 /var/www/class/Cronjob_test.php(9): Cronjob_test->convert_docx()
#6 /var/www/class/Cronjob.php(75): Cronjob_test->__construct in /var/www/class/third-party/phpword/Shared/XMLReader.php on line 54

Fatal error: Uncaught exception 'PhpOffice\PhpWord\Exception\Exception' with message 'Cannot find archive file.' in /var/www/class/third-party/phpword/Shared/XMLReader.php:54
Stack trace:
#0 /var/www/class/third-party/phpword/Reader/Word2007.php(144): PhpOffice\PhpWord\Shared\XMLReader->getDomFromZip('/root/test.docx', '_rels/.rels')
#1 /var/www/class/third-party/phpword/Reader/Word2007.php(109): PhpOffice\PhpWord\Reader\Word2007->getRels('/root/test.docx', '_rels/.rels')
#2 /var/www/class/third-party/phpword/Reader/Word2007.php(42): PhpOffice\PhpWord\Reader\Word2007->readRelationships('/root/test.docx')
#3 /var/www/class/third-party/phpword/IOFactory.php(73): PhpOffice\PhpWord\Reader\Word2007->load('/root/test.docx')
#4 /var/www/class/Cronjob_test.php(28): PhpOffice\PhpWord\IOFactory::load('/root/test.docx')
#5 /var/www/class/Cronjob_test.php(9): Cronjob_test->convert_docx()
#6 /var/www/class/Cronjob.php(75): Cronjob_test->__construct in /var/www/class/third-party/phpword/Shared/XMLReader.php on line 54


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@marie1st
Copy link

The possibilities of error is 2 alternatives:

  1. folder permission, try chmod 777 [folder_name]
  2. at PhpOffice\PhpWord\IOFactory::load('relative_path_to_root_directory');

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 18, 2022
@Progi1984 Progi1984 removed the Stale label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants