Forum


Replies: 15   Views: 260
Import a style / easy template
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phppptx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phppptx version and check the Documentation available.

Posted by admin  · 24-03-2024 - 20:27

Hello,

Please note the error you get:

PHP Fatal error:  require_once(): Failed opening required '/home/bsmnfkww/public_html/export/examples/Contents/addText/../../../classes/CreatePptx.php'

is a PHP error, not a phppptx error. That PHP error appears when the PHP file you are including (witn include/include_once or require/require_once functions) can't be read/opened. We recommend you check you have copied the classes folder to the correct path (and all files) and all PHP files have the correct rwx permissions.

Regards.