Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object module does not exist ? win7 ok, but win 2003 failed? #31

Closed
joostshao opened this issue Dec 6, 2013 · 2 comments
Closed

Object module does not exist ? win7 ok, but win 2003 failed? #31

joostshao opened this issue Dec 6, 2013 · 2 comments

Comments

@joostshao
Copy link

vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php 163

            if (!$ok) {
                $module = $original_module;
                if (!class_exists($module)) {
                    trigger_error($original_module . ' module does not exist',
                        E_USER_ERROR);
                    return;
                }

i var_dump($module), then output
string(6) "Object", but in windows7 it is ok, windows 2003 failed,
php version == 5.3.27 ,no problem.
why ?
PHP extension ?

@ezyang
Copy link
Owner

ezyang commented Jan 6, 2014

I honestly have no idea why this might be happening, and w/o a Windows 2003 server handy, it will be hard to reproduce. Can you give more details about your system setup, in more detail; would it be possible for you to do more investigation?

@ezyang
Copy link
Owner

ezyang commented Aug 31, 2014

Closing this w/o further information.

@ezyang ezyang closed this as completed Aug 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants