chattr -i .user.ini find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; chmod 777 config.php chown -R www:www . chattr -i ./www.*.com/.user.ini chattr -i ./www.*.net/.user.ini chattr -i ./www.*.cn/.user.ini file_uploads =… Read moreHow to install or migrate X-cart under Nginx?
After importing the database to the new database, and uploading all files to the latest web hosting, modify the config.php, updating the new MySQL database information. Next, go to the main fold of the website, say https://www.rxsafetyglassescanada.com, and run the… Read moreHow to change X-cart Web Hosting?
When adding an addon domain name under LNMP, we may get the following error messages: Redirect http://www.glassesshops.com to https://www.glassesshops.com –2025年02月17日 16:39:11– https://soft.vpser.net/lib/acme.sh/latest.tar.gz Resolving soft.vpser.net (soft.vpser.net)… failed: Name or service not known. wget: unable to resolve host address ‘soft.vpser.net’ tar (child):… Read morelnmp vhost add – let’s encrypt Failed
After I changed https://www.cheapglasses.net to https://www.glassescanada.com, I got the following error message: Warning: substr() expects parameter 1 to be string, object given in /vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php on line 1248 The glasses shop is based on Magento 2.4.3: Varnish Caching Version: 4-latest Backend… Read moreWarning: substr() expects parameter 1 to be string in Redis.php on line 1248
Just move my prescription safety glasses shop, which is based on Magento 2, from Apache 2.5 to Nginx, Debian hosting, and I found I can not check the product list from Magento 2 Backend, got the following errors: {“0″:”Class Magento\\Inventory\\Model\\SourceRepository\\Interceptor… Read moreCan not check the product list from Magento 2 Backend
Just move my prescription shop, which is based on Magento 2 to a better web hosting for Magento. I changed the domain name to https://www.rxsafetyglassescanada.com . Cannot login backend of Magento and got the following errors: {“0″:”Notice: Undefined offset: 2… Read moreCannot login backend of Magento
yum install epel-release —————————— dnf install fail2ban Installed: esmtp-1.2-19.el9.x86_64 fail2ban-1.0.2-12.el9.noarch fail2ban-firewalld-1.0.2-12.el9.noarch fail2ban-selinux-1.0.2-12.el9.noarch fail2ban-sendmail-1.0.2-12.el9.noarch fail2ban-server-1.0.2-12.el9.noarch libesmtp-1.0.6-24.el9.x86_64 liblockfile-1.14-10.el9.0.1.x86_64 Complete! —————————— fail2ban-client start Server ready —————————— Check fail2ban is working or not! working pstree | grep fail2ban |-fail2ban-server—2*[{fail2ban-server}] Another method checking fail2ban working… Read moreHow to Install Fail2ban under AlmaLinux 9?