skip to Main Content

Magento – Exception #0 (ReflectionException): Class "Auth" does not exist

i am upgrading magento 2.4.6-p3 to 2.4.7-p2 php version 8.2 on frontend iam facing: 1 exception(s): Exception #0 (ReflectionException): Class "Auth" does not exist Exception #0 (ReflectionException): Class "Auth" does not exist #1 MagentoFrameworkCodeReaderClassReader->getConstructor() called at [vendor/magento/framework/ObjectManager/Definition/Runtime.php:50] #2 MagentoFrameworkObjectManagerDefinitionRuntime->getParameters() called…

VIEW QUESTION

Php – Add Customer Custom Attribute to front store

I need to add a Customer custom attribute. Here is snippet of my code: $customerSetup->addAttribute(Customer::ENTITY, 'customer_mobile', [ 'type' => 'varchar', 'label' => 'Customer Mobile', 'input' => 'text', 'required' => false, 'visible' => true, 'user_defined' => true, 'sort_order' => 85, 'position'…

VIEW QUESTION
Back To Top
Search