WAF – Web Access Firewall Install

For the past 7 years we always install some type of Web Access Firewall into the sites we build, and have noticed in recent months more attempts to access the sites. As more websites come online and the skills of hackers also develop the need to protect those sites become increasingly more important. A simple site often stores the credentials of at least one or two users. This will often be a name, email address, and a password.

One of the ones we like to use is “RSFirewall“. They have been great with our Joomla sites and the past couple of years we have used their free version on a number of WordPress sites with no issues. Most attacks come from 3 party plug-ins vulnerability, but brute force is still very common.

Hackers can reverse the encryption to expose the password of user and use this password and email address to potentially use this to get money. Installing a WAF can be easy, and we encourage every site owner to install one. We always make sure a site can be fully recovered before installing any plugins or components by making a complete backup of the files and database. We are always here to help anyone with their websites.

Let us know if this helped you…

Update WordPress to 5.9

We feel you should always update, but on this update we had an issue. First if you are going to update make a full back up of the site and download it. We have a bunch of WordPress site so we started to update a few this morning. The first one is using DIVI wouldn’t install the update, but didn’t break the site. The second site a running a Gantry template ran until “updating database” where it sat for 10 minutes. . In the end we got all the sites updated, so stick with it.

The DIVI site wouldn’t install the update the first couple of times. We were ready to do a manual update after we ran a full backup, but ran the 5.9 update from the dashboard once the backup ran. We don’t know exactly fixed it issue, but glad it was updated without breaking anything.

Let us know if this helped you.

Should I Upgrade Joomla 3.X to 4

Short answer…probably not yet. We only say this based on our testing. We used a Joomla 3.10.4 site and downloaded the lastest upgrade package from the Joomla website. We are running a Gantry 5 Template on the site, and a bunch of extensions. None of the extensions are crazy. Mainly Akeeba and No-Number/Regular Labs products. We ran the update and the site was broken.

In the browser title was:

Error: 0 Class 'JRequest' not found

We were hoping it just worked, but we have tried this in past and got roughly the same result. We like using Joomla for the Access Control Levels and the way Joomla handles media such as images over WordPress. Joomla 3.10.x will be around for a few more years; however, we were hoping to go to Joomla 4 for the over all enhancements. Perhaps using a simpler template would work better. For now we would suggest holding off on just upgrading your Joomla 3.X site to 4.

Let us know if this helped you….

Website Maintenance Plans A Must

Using Content Management Systems (CMS) makes building websites so much faster, but left unmaintained the site can hurt more than help. We run firewalls on the sites we build and one of the popular tactics we see in the logs is “File Inclusion”. These files often redirect “Search” users to other sites. This will cause a site’s reputation to be affected.

Running updates is not always easy. For the most part the updates work great, but when they go wrong and they can you have to restore the site. When we have had updates go wrong, so we always start with a full backup. Even if the site is small this first step is so worth it. It is probably the best and fastest way to recover your site.

Maintenance isn’t always updates; moreover, this is great time to look at any comments your site may have gotten. This is the time we look at the firewall and block IPs that are repeat offenders. This is also a good time to verify your Google Analytics is tracking correctly. We also take a peek at the users to make sure we don’t see any bad actors in there as well.

We log into unmaintained customer sites and often see many updates that are needed, and it can be scary. So many possible changes. If you read this article and are unsure about updating your website please contact us and we can help. Better safe than sorry….

Let us know if this helped you in any way.

DIVI Drop Menu Showing 3

We noticed a few or our DIVI sites started showing a “3” instead of the sideways “chevron” icon. Looking around on the web we were presented with a couple of approaches. One was to add a line of code in the header and another suggested adding a few lines to the .htaccess file. We also noticed some sites ended up being fixed with a DIVI update. One site was tough which is why we added this post.

After adding the following to the .htaccess file most of the pages were fixed.

<IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
</IfModule>

Our home page was still having the issue, even after clearing the cache in the browser and in the DIVI template. We were able to fix this by going into the “page settings” and disabling the “static page generation” in the “Advanced” tab.

Both of the tricks worked a bit, but not the best solution. We found the best solution so far is the one from this article below. Adding a link in your header area to reference the fonts.

https://www.smartdigitalsolutions.co.uk/divi-3-three-menu-icon-flashing

<!-- Preloading font to fix menu icon flashing 3 -->
<link rel="preload" href="/wp-content/themes/Divi/core/admin/fonts/modules.ttf" as="font" type="font/ttf" crossorigin="anonymous">
<!-- Preloading font to fix menu icon flashing - end -->

Let us know if this helped you…

JCH Optimize Version 7.0.1 Gantry Template Issue

We have used JCH Optimize through the years to improve the load times of websites. While making an update to a Joomla 3.10.2 website and updated the JCH to version 7.0.1. This ended up altering our CSS and removed the padding from the Navigation section. We didn’t delve into finding the exact issue yet, but simply turning the plugin off fixed our issue till we get it fully resolved.

Let us know if this helped you..

Outlook Office Products Won’t Start (0x0000142)

We got the call for Excel not opening up. They said all the office products do the same.

The customer had multiple versions of Office, but the shortcuts pointed to version 16. We went into Apps & Features. Went down to the full version of Office and clicked on it. This provided us the “Modify” button. This gave us the options for a “quick repair“. After the repair everything was working fine.

Let us know if this helped you…

Outlook Web App Locking Up

We got a call from a user saying the computer was locked up. When we connected we say several applications open and several browser windows open. One of the Browser Windows was Chrome and it was looking to “Choose a file” to upload. That window was unresponsive; however, the other browser windows and application were actually behaving fine. We used the EventViewer to see if there were any application errors and there were several related to Chrome.

Since the Chrome window doing the upload was the only window not working we assumed this was the right path. The details in the Event lead us to Control Panel >> Security and Maintenance section.

In this Security and Maintenance section we could see “AppHang81” event with Chrome.

We found the following article that help us with some possible solutions.

https://answers.microsoft.com/en-us/msoffice/forum/all/outlook-crashing-apphangb1-error/7c91a060-716c-4c9a-be76-71aee0bb5d36

This article goes into the “Add-ins” into Outlook Web App and disabling them.

We will check with the user after a few days to see if this totally resolved their issue.

Let us know if this helped you…

Word Default To Bypass Tray & Page 2 Blank

We came across this issue while dealing with a Word Document where no matter what we set the printer properties and printer preferences the paper was pulling from the bypass tray. Another issue was after the first page the next page was blank, but the rest was okay. We were able to get this resolved by going into the “page setup” link.

You will see this when you hit the print button.

In the Page Setup on the second tab “Paper” we had to specify “auto” and take it off of “Default tray (Bypasss Tray)“.

Set this both of these to “Auto“.

The next issue was after the first page it was printing a blank page and then the rest of the document. We solved this by going into the “Layout” tab.

Change section Start to “Continuous“.

In the Layout tab change Section Start to “Continuous“.

Let us know if this helped you….

Translate »