trying to upgrade Sugarcrm Pro from v10.0.4 to v11.0.0. Failed opening URIScheme.php

I did

composer dump-autoload

composer install

before running CliUpgrader.php, but still getting this error


[Upgrader] - Add new OOTB scheduler job 'class::SugarJobProcessTimeAwareSchedules'

[Upgrader] - PHP: [2] include(/home/temp/code/sugarcrm11/sugarcrm/SugarPro/vendor/composer/../ezyang/
htmlpurifier/library/HTMLPurifier/URIScheme.php): failed to open stream: No such file or directory in
/home/temp/code/sugarcrm11/sugarcrm/SugarPro/vendor/composer/ClassLoader.php at 480

[Upgrader] - PHP: [2] include(): Failed opening '/home/temp/code/sugarcrm11/sugarcrm/SugarPro/vendor/
composer/../ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php' for inclusion (include_path='/home/
temp/code/sugarcrm11/sugarcrm/SugarPro:/home/temp/code/sugarcrm11/sugarcrm/SugarPro/vendor:.:/usr/share/php')
in /home/temp/code/sugarcrm11/sugarcrm/SugarPro/vendor/composer/ClassLoader.php at 480


Any ideas would be appreciated.
Thank you.
Parents Reply
  • Just because you don't see the packages in module loader does not mean that the modules are not there. Check you instance to make sure they are there and you can use them.

    I never worried about the history of the packages not being there, and frankly never even checked to see if they disappear with an upgrade. I just check to see that the modules are there and I have my quality assurance people do a round of post-upgrade health checks that include customizations.

    If you need to see them back for some reason, you should contact support so they can help with your particular instance.

    Or maybe someone here else has a better suggestion.

Children