Deprecated: Method ReflectionParameter::getClass() is deprecated in C:xampphtdocsmagento2.3.3vendormagentoframeworkCodeReaderClassReader.php on line 29
Daily Archives: July 25, 2021
After a lot of struggle , I could finally install Magento 2.3.5 p2 but now when I try to login to magento admin , it shows me the error message given below : Exception #0 (MagentoFrameworkExceptionInputException): Please correct the target currency. Please help me resolve this issue as I tried […]
I have tried to install magento 2.4 using below commands composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition m24 bin/magento setup:install --backend-frontname="admin" --db-host="localhost" --db-name="m24" --db-user="root" --db-password="password" --language="en_US" --currency="GBP" --timezone="Europe/London" --use-rewrites=1 --use-secure=0 --base-url="http://localhost/magento/m24/" --base-url-secure="https://localhost/magento/m24/" --admin-user=admin --admin-password=admin@111 --admin-email=any@any.com --admin-firstname=admin --admin-lastname=admin --cleanup-database It installed but when i visit http://localhost/magento/m24/ it shows 404 not found On http://localhost/magento/m24/pub/ it […]
I’m trying to get the current category id (the id of the category I’m browsing on frontend). public function __construct( Context $context, Resolver $layerResolver, PsrLogLoggerInterface $logger, array $data = [] ) { parent::__construct($context, $data); $this->layerResolver = $layerResolver; $this->logger = $logger; } public function getCurrentCategory() { return $this->layerResolver->get()->getCurrentCategory(); } public function […]
I call for your help to solve a big problem on my Magento 2 site. Every night this one crashes due to a memory problem. Putting a memory limit at -1 is not the solution in my case otherwise it bugged my entire server after 48 hours. Here are the […]
Note: This is not memory pressure (I have 40GB of RAM on a 64-bit system) or tab discarding. Please read on for full details. Both flags also no longer exist and I cannot turn them off anyway. Installing an extension that disables tab discarding does not do anything (because this […]
I have a .webm video file that is expected to be 45 minutes (this is how long the recording was). It was 45mins of 720p and the filesize is around 1GB. The video file stops playing after 5 minutes. When I tried converting it with ffmpeg, to see if there […]
On a linux machine, setting my environment variables in ~/.pam_environment saves me a lot of hassle, especially as I can keep my other dotfiles free of clutter and still get a shell-invariant environment. Is there some way to achieve this on macOS? Since man pam_env gives me an entry in […]
I have been trying to delete the Halo MCC game files folder from my laptop, and I have the necessary permissions to do so however whenever I try to delete the folder it says it is unable to due to the folder being open in System. Any help would be […]