-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Bug]: #1515
Comments
Avertissement: require_once(/xoops_lib/modules/protector/library/HTMLPurifier/Bootstrap.php): failed to open stream: No such file or directory dans le fichier /class/smarty3_plugins/modifier.truncateHtml.php ligne 33 |
change: with:
|
Can you replace require_once XOOPS_PATH . '/modules/protector/library/HTMLPurifier/Bootstrap.php';
HTMLPurifier_Bootstrap::registerAutoload(); with : require_once XOOPS_TRUST_PATH . '/vendor/ezyang/htmlpurifier/library/HTMLPurifier.auto.php'; and let me know if it worked? |
Based on my tests, this should fix that: #1516 |
XOOPS Version
2.5.11
PHP Version
8.1
Operating System
Windows
Description
Error : Error: Failed opening required '/xoops_lib/modules/protector/library/HTMLPurifier/Bootstrap.php' (include_path='.;C:/php/pear')
Steps to Reproduce
/
The text was updated successfully, but these errors were encountered: