Skip to content

magento man

OVH support no response few hours

Anyone know support of OVH is there are? no response in critical tickets about 6 hours , call number also unavailable(… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886779&goto=newpost

how to fix issues in Escaper.php?

I upgraded Magento2.3.4 to 2.4.3-p3. But I got issues in checkout page and cart page. 1 exception(s): Exception #0 (Exception): Notice: Array to string conversion in /home/caterin1/test.cateringspares.com.au/vendor/magento/framework/Escaper.php on line 261 Exception #0 (Exception): Notice: Array to string conversion in /home/caterin1/test.cateringspares.com.au/vendor/magento/framework/Escaper.php… Read More »how to fix issues in Escaper.php?

Regular Expression – remove quotes from HTML attributes that does not contain spaces but keep quotes around URLs

I’m trying to simplify HTML and JS for my page, and have problem with regular expression: $replace = [ …, ‘~([rnt ])?([a-zA-Z0-9]+)=”([a-zA-Z0-9_/\-]+)”([rnt ])?~s’ => ‘$1$2=$3’]; $scripts = preg_replace(array_keys($replace), array_values($replace), $scripts); $html = preg_replace($searchh, $replacee, $html); But in case of expression… Read More »Regular Expression – remove quotes from HTML attributes that does not contain spaces but keep quotes around URLs

How to install Magento 2.4.5-p1 in docker?

We have Run Below Command for install magento in docker. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s — magento.test 2.4.5-p1 But given error. Error Screenshot :-