Your software
My Mautic version is: 2.15.3
My PHP version is: 7.0.33 / tried 7.2 not working eather
Your problem
My problem is:
Somen menue Function dont work anymore, e-g- /s/forms
These errors are showing in the log:
[2019-11-12 19:13:43] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: “Compile Error: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’)” at /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php line 209 {“exception”:"[object] (Symfony\Component\Debug\Exception\FatalErrorException(code: 0): Compile Error: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’) at /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php:209)"}
[2019-11-12 19:13:43] mautic.WARNING: PHP Warning - require(/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php): failed to open stream: No such file or directory - in file /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 209 {“className”:“Mautic\CategoryBundle\Entity\Category”,“classMetadata”:"[object] (Doctrine\ORM\Mapping\ClassMetadata: Doctrine\ORM\Mapping\ClassMetadataInfo@00000000279c593c000000007538bc77)",“proxyClassName”:“Proxies\CG\Mautic\CategoryBundle\Entity\Category”,“fileName”:"/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php"}
[2019-11-12 19:13:43] mautic.WARNING: PHP Warning - require(/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php): failed to open stream: No such file or directory - in file /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 209 {“className”:“Mautic\CategoryBundle\Entity\Category”,“classMetadata”:"[object] (Doctrine\ORM\Mapping\ClassMetadata: Doctrine\ORM\Mapping\ClassMetadataInfo@00000000279c593c000000007538bc77)",“proxyClassName”:“Proxies\CG\Mautic\CategoryBundle\Entity\Category”,“fileName”:"/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php"}
[2019-11-12 19:13:43] mautic.ERROR: PHP Notice: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’) - in file /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 209
[2019-11-12 19:13:43] mautic.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Notice: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’) - in file /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php - at line 209
[2019-11-12 19:13:43] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: “Compile Error: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’)” at /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php line 209 {“exception”:"[object] (Symfony\Component\Debug\Exception\FatalErrorException(code: 0): Compile Error: require(): Failed opening required ‘/var/www/…/app/cache/prod/doctrine/orm/Proxies/__CG__MauticCategoryBundleEntityCategory.php’ (include_path=’.:/opt/plesk/php/7.0/share/pear’) at /var/www/…/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php:209)"}
Steps I have tried to fix the problem:
rm -rf app/cache/* nothing working
changing plesk from 7.2 to 7.0
rm -rf app/cache/*
not working
schema update allready ok
how to get a quick fix?