-
Notifications
You must be signed in to change notification settings - Fork 526
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
Fatal error File ./resources/phppowerpoint_logo.gif not found #245
Comments
@MariaGabriel108 Have you got always the problem with the develop branch ? |
1 similar comment
@MariaGabriel108 Have you got always the problem with the develop branch ? |
@MariaGabriel108 PhpPresentation 0.8.0 has been released. I would like to solve your issue for 0.9.0. Could you answer to my question ? |
@MariaGabriel108 PhpPresentation 0.9.0 has been released. I would like to solve your issue for 0.10.0. Could you answer to my question ? |
I'm having a similar issue, I get this error: "Fatal error: Uncaught exception 'Exception' with message 'File ./resources/phppowerpoint_logo.gif not found!", but the file does exist in that path. Any help with this would be appreciated. It looks like I'm working with Version 0.6.0. |
I'm have a same issue, just because the file don't have the right permission |
Check rights problem before reading |
I was in the process of viewing an existing pptx file using the reader of Powerpoint2007 but i get this fatal error:
Fatal error: Uncaught exception 'Exception' with message 'File ./resources/phppowerpoint_logo.gif not found!' in C:\xampp\PHPPresentation-master\src\PhpPresentation\Shape\Drawing.php:107 Stack trace: #0 C:\xampp\PHPPresentation-master\samples\Sample_Header.php(49): PhpOffice\PhpPresentation\Shape\Drawing->setPath('./resources/php...') #1 C:\xampp\htdocs\sanagumana.php(8): include_once('C:\xampp\PHPPre...') #2 {main} thrown in C:\xampp\PHPPresentation-master\src\PhpPresentation\Shape\Drawing.php on line 107
I already check the resources folder and phppowerpoint_logo.gif is there. What can I do??
The text was updated successfully, but these errors were encountered: