Forum


Replies: 4   Views: 2619
Change of host servers
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 InnovativeP  · 27-10-2018 - 22:43

We have now moved servers.

The domain name has not changed. 

I have checked the pathing for the CreateDocx.php file etc in my config file.

Here is the sample code I am trying to run based on the samples on the website.

It just throws a 500 error. 

$this->docx = new CreateDocx();

$this->docx->addText('Hello world!');

$this->docx->createDocx('hello_world');

Any idea?