View Single Post
  #1  
Old 01-16-2018, 10:22 PM
 
jazzyjrfl jazzyjrfl is offline
    
Join Date: Jan 2018
Posts: 1
 

Unhappy Property XLite\Module\XC\MultiVendor\Model\Vendor::$isTrust edVendor does not exist

I am seeing the following log entry after removing my module code from xcart:

[16-Jan-2018 23:39:17] Error (code: 0): Property XLite\Module\XC\MultiVendor\Model\Vendor::$isTrust edVendor does not exist
Server API: fpm-fcgi;
Request method: GET;
URI: /admin.php?target=log&action=view&log=2018%2F01%2Fp hp_errors.log.2018-01-16.php;
Backtrace:
#0 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php(80): ReflectionProperty->__construct('XLite\\Module\\XC...', 'isTrustedVendor')
#1 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(959): Doctrine\Common\Persistence\Mapping\RuntimeReflect ionService->getAccessibleProperty('XLite\\Module\\XC...', 'isTrustedVendor')
#2 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(721): Doctrine\ORM\Mapping\ClassMetadataInfo->wakeupReflection(Object(Doctrine\Common\Persisten ce\Mapping\RuntimeReflectionService))
#3 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(214): Doctrine\ORM\Mapping\ClassMetadataFactory->wakeupReflection(Object(Doctrine\ORM\Mapping\Clas sMetadata), Object(Doctrine\Common\Persistence\Mapping\Runtime ReflectionService))
#4 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(281): Doctrine\Common\Persistence\Mapping\AbstractClassM etadataFactory->getMetadataFor('XLite\\Module\\XC...')
#5 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(1225): Doctrine\ORM\EntityManager->getClassMetadata('XLite\\Module\\XC...')
#6 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(1070): Doctrine\ORM\Persisters\Entity\BasicEntityPersiste r->getSelectColumnsSQL()
#7 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(710): Doctrine\ORM\Persisters\Entity\BasicEntityPersiste r->getSelectSQL(Array, NULL, NULL, NULL, NULL, NULL)
#8 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(730): Doctrine\ORM\Persisters\Entity\BasicEntityPersiste r->load(Array, NULL)
#9 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(462): Doctrine\ORM\Persisters\Entity\BasicEntityPersiste r->loadById(Array)
#10 /var/www/vhosts/eutradepoint.com/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(154): Doctrine\ORM\EntityManager->find('XLite\\Model\\Pro...', Array, NULL, NULL)
#11 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Model/Repo/ARepo.php(43: Doctrine\ORM\EntityRepository->find(8, NULL, NULL)
#12 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Core/Auth.php(500): XLite\Model\Repo\ARepoAbstract->find(
#13 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Module/XC/MultiVendor/Core/Auth.php(34): XLite\Core\AuthAbstract->getProfile()
#14 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Module/XC/MultiVendor/Core/Auth.php(46): XLite\Module\XC\MultiVendor\Core\Auth->isVendor()
#15 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Module/XC/MultiVendor/Core/Config.php(70): XLite\Module\XC\MultiVendor\Core\Auth->getVendor()
#16 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Core/Config.php(53): XLite\Module\XC\MultiVendor\Core\Config->readFromDatabase(false)
#17 /var/www/vhosts/eutradepoint.com/httpdocs/classes/XLite/Core/Config.php(30): XLite\Core\ConfigAbstract->readConfig()
#18 /var/www/vhosts/eutradepoint.com/httpdocs/top.inc.php(30): XLite\Core\ConfigAbstract::getInstance()
#19 /var/www/vhosts/eutradepoint.com/httpdocs/admin.php(16): require_once('/var/www/vhosts...')
#20 {main}
__________________
X-Cart
Ultimate 5.3.4.4
Reply With Quote