Forum


Replies: 2   Views: 4303
Ns package, tidy error
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 admin  · 09-10-2017 - 11:05

Hello,

phpdocx checks tidy using this line:

if(!extension_loaded('tidy')){

and check.php using this line:

class_exists('Tidy')

But we see you are running check.php through PHP CLI mode and the library through a web browser (using Laravel). Maybe you have enabled Tidy for PHP CLI but not for the web server?, you may need to restart the web server (PHP CLI mode doesn't need to restart any web server to refresh PHP modules) Please test check.php using a web browser too.

Regards.