Forum


Replies: 3   Views: 2558
Logger::configure() is undefined!
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx 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 phpdocx version and check the Documentation available.

Posted by karkia  · 11-01-2018 - 13:45

Hello,
I am trying out trial verson of this lib, but when i try to use it i get this error:

Fatal error: Call to undefined method Logger::configure() in /home/*****/domains/*****/public_html/modules/***/phpdocx/classes/AutoLoader.inc(62) : eval()'d code on line 53

Path is correnct, just freshly installed whiteout changing anything.

Included CreateDocx.inc file at the top of my php file that i am using.

Any thoughts?

Posted by karkia  · 11-01-2018 - 15:44

I haven't thought about that, yehh that worked! But $docx->createDocx() function should start download of doc file in a browser or there you need to return file to front-end with a different functon?

Because now i only get blank screen!