While setting up some Dahua security camera’s for a client’s NVR system, I ran into an issue where even with DHCP selected, the camera IP would remain at the default 192.168.1.108 ip address, rendering it inaccessible from the local network. After some trial and error, I found how to fix this during initialization from the network video recorder, without having to set a static IP address or change the network range of the router or computer.
While working on identifying and fixing an issue with email reputation, I discovered a compromised wordpress website and a somewhat interesting use of the WPCode – Insert Headers and Footers plugin to both infect and hide the infection on the site.
Recently, I was trying to reprovision a client’s Dell PowerEdge T130 server, so that it could be used as a backup server. The intention was to install Debian on it, but I ran into a bit of a problem. No matter what I did, including switching to the Bios Boot Method(instead of Secure Boot), it […]
While developing a Magento 2 theme for a site running Amasty’s One Step Checkout Module, I ran into an issue where the Knockout Javascript, which is used to draw cart items and a number of other elements during checkout, were causing javascript errors that broke the order summary section. This ended up being related to self closing divs in the knockout template.
While working on a plugin to integrate Zonos Landed Costs tax, duties, and fees into Magento’s checkout and order process, I ran into an issue where I was repeatedly logged out of the Magento Admin. Debugging this was made tricky by the fact that there were no logs or errors reported. Ultimately, it ended up being related to the Max Session Size in Admin setting.
Read More | Comments Off on The Case of the Magento Admin Logout Issue