Hi,
I Copied the community-files to the server. When i want to execute a simple test-script:
require_once (get_stylesheet_directory() . '/phpdocx/classes/CreateDocx.inc');
$docx = new CreateDocx();
$docx->addText('Hello world!');
$docx->createDocx('../word_documents/hello_world');
I receive this error:
Fatal error: Class 'LoggerRendererMap' not found in /home/user/domains/-url-/public_html/site/wp-content/themes/theme1/phpdocx/lib/log4php/LoggerHierarchy.php on line 82
It finds the CreateDocx.inc', so the pathreference works. It doesn't find the other scripts in the lib (sub)folders.
when i copy the loggerrenderermap.php to the log4php it gives a next error referring to antother document in the subfolder
Puzzling and searching internet whole day. Any help would be great!